/******************************************************/
/* EAP Styles */
/******************************************************/

/* Imports ********************************************/
@import url(_navigation.css);
@import url(_content.css);
@import url(_forms.css);
@import url(_sitemap.css);
@import url(_forum.css);

/* Common / DIVs **************************************/
body {
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #FCFDE3
}
#head {
	height: 144px;
}

#metanavigation {
	position: absolute;
	left: 0px;
	top: 0px;
	clear: both;
	height: 15px;
	width: 900px;
	color: #CC0000;
	text-align: right;
	font-size : 10px;
	padding-top: 2px;
}

#primnavigation {
	clear: both;
	height: 16px;
	width: 900px;
	color: #CC0000;
	text-align: right;
	font-size : 10px;
	background-image: url(/customize/3000/images/logo2.gif);
	background-repeat: no-repeat;
	background-position:0px 3px;
}

#basisnavigation {
	position: absolute;
	left: 144px;
	top: 54px;
	width: 468px;
	height: 36px;
	background-color: #CCCCCC;
}

#primarynavigation {
	width: 160px;
	min-height: 81%;
	height: auto;	
	position:relative;
	background-color: #cc0000;
	font-size : 11px;
}

* html div#primarynavigation { height: 700px; } 		/* Hack IE 6.x */
html + body div#primarynavigation  { height:700px; }	/* Hack IE 5.x */


#secondarynavigation {
	width: 144px;
	padding-top: 18px;
	padding-left: 4px;
	padding-right: 4px;
}
#loginFrame {
	width: 160px;;
	height: auto;
	padding: 6px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

#login {
	position: relative;
	left: 8px;
	top: 10px;
	width: 144px;
	height: auto;
	border: 1px solid;
	border-color: #FFFFFF;
	padding: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
#error {
	font-size : 11px;
	color: #FF3300;
	border: 1px solid;
	border-color: #FF3300;
	margin-left: 18px;
	margin-right: 18px;
	margin-bottom: 18px;
	padding: 9px;
}
#content {
	position: absolute;
	top: 191px;
	left: 160px;
	min-height: 81%;
	height: auto;	
	width: 740px;
	padding-left: 6px;
	padding-top: 6px;
	background-color: #FCFDE3;
}

* html div#content { height: 600px; } 		/* Hack IE 6.x */
html + body div#content { height: 600px; }	/* Hack IE 5.x */

#contentPadding {
	padding:8px;
}

#footer {
	width: 602px;
	position: relative;
	line-height: 18px;
	margin-top: 36px;
	font-size : 11px;
	text-align: center;
	border-top: 1px solid;
	border-top-color: #000000;
	margin: 18px;
}

#rahmen {
	width: 100%;
	height: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/customize/3000/images/background.gif);
	background-repeat: repeat-x;
}



#logoLine {
	clear: both;
	width: 778px;
	height: 173px;
	background-image: url(/customize/3000/images/logo.gif);
	background-repeat: no-repeat;
	background-position:0px 29px;
}
#logoLeft, #logoCenter, #logoRight {
	height: 173px;
	float: left;
}
#logoLeft {
	width: 168px;
}
#logoCenter {
	width: 442px;
	color:#ffffff;
}
#logoRight {
	width: 168px;
}

#imageLine {
	clear: both;
	width: 778px;
	height: 144px;
	background-image: url(/customize/3000/images/logo.gif);
	background-repeat: no-repeat;
}
#imageLeft, #imageCenter, #imageRight {
	height: 144px;
	float: left;
}
#imageLeft {
	width: 168px;
}
#imageCenter {
	width: 442px;
}
#imageRight {
	width: 168px;
}