@charset "UTF-8";


body{
	margin: 0px;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	
	text-align:center;
}

.container{
	position:relative;
	
	margin-left:auto;
	margin-right:auto;

	width:848px;
	text-align:left;
}

.titel{
	position:absolute;
	left:0px;
	top:0px;
	
	width:362px;
	height:100px;
	overflow:hidden;
}

.disciplines{
	position:absolute;
	left:362px;
	top:0px;
	
	width:486px;
	height:100px;
	
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:2px;
	color:#61687E;
	line-height:115px;
}

.content{
	position:absolute;
	
	background-color:#8B9DB2;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	
	border-top-color: #8B9DB2;
	border-top-style: solid;
	border-top-width:1px;	
	
	left:172px;
	top:100px;
	
	width: 676px;
	min-height: 530px;
	
	
}

* html .content{
	height:530px;
}

.menu{
	position:absolute;
	left:0px;
	top:100px;
	width:173px;
}

.menuitem{
	background-repeat:no-repeat;
	background-image:url(../images/menu_uit_normal.gif);
	
	width:173px;
	height:23px;
	
	overflow:hidden;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#DDDDDD;
	
	text-decoration:none;	
	text-indent:8px;
	line-height:22px;
	
	cursor:pointer;
}

.menu a:link{
	text-decoration:none;
	color:#313952;
	
}

.menu a:visited{
	text-decoration:none;
	color:#313952;
	
}

.menu a:hover{
	text-decoration:none;
	color:#7e87a2;
}

.submenu{
	background-repeat:no-repeat;
	background-image:url(../images/submenu_normal.gif);
	
	width:173px;
	height:20px;
	
	overflow:hidden;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	color:#313952;
	
	text-decoration:none;	
	text-indent:14px;
	letter-spacing:1px;
	line-height:21px;
	
	cursor:pointer;
}

.koptekst{
	margin-top:0px;
	margin-right:20px;
	margin-bottom:3px;
	
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	color:#2E3346;
	text-align:right;
}

.subkoptekst{
	margin-top:0px;
	margin-right:20px;
	
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#2E3346;
	text-align:right;
}

.subkoptekst a:link{
	color:#2E3346;
	text-decoration:underline;
}

.subkoptekst a:visited{
	color:#2E3346;
	text-decoration:underline;
}

.subkoptekst a:hover{
	color:#000000;
	text-decoration:underline;
}

.plattetekst{
	position:relative;
	
	left:188px;
	width: 440px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	text-align:justify;
	color:#FFFFFF;

}

.drawings{
	margin-bottom:4px;
}

.plattetekst_2{
	position:relative;
	
	left:188px;
	width: 440px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	text-align:left;
	color:#FFFFFF;
}


.plattetekst a:link{
	color:#FFFFFF;
	text-decoration:underline;
}

.plattetekst a:visited{
	color:#FFFFFF;
	text-decoration:underline;
}

.plattetekst a:hover{
	color:#000000;
	text-decoration:underline;
}



.plattetitel{
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
}

.footer{
	position:relative;
	
	left: 0px;
	width:676px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	text-transform:uppercase;
	color:#FFFFFF;
	
	margin-top:10px;
	
}

.webdesign{
	position:absolute;
	top:0px;
	right:5px;
	float:right;
	width:240px;
	text-align:right;
}

.webdesign a:link{
	text-decoration:none;
	color:#FFFFFF;
}

.webdesign a:visited{
	text-decoration:none;
	color:#FFFFFF;
}

.webdesign a:hover{
	text-decoration:underline;
	color:#2E3346;
}

label {
	
	float:left;
 	width: 150px;
	text-align:left;
}

