/* general */

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	/*font-family: "Arial Narrow", "Arial Condensed", "Helvetica Condensed", Helvetica-Condensed, Helvetica-Narrow, "HelveticaNeue Condensed", Verdana, Tahoma, Arial, Helvetica, sans-serif;*/
	/*font-size: 12px;*/
	font-size: 10px;
	/*color: #4C5B7C;*/
	color: #666666;
}

a {
	text-decoration: none;
}

img {
	border: 0px;
}

/* Formatting the various DIVs making up the page structure */

/* the floating absolute DIVs */

#ap_logo {
	position: absolute;
	top: 38px;
	left: 35px;
	width: 137px;
	height: 39px;
}

#falk_logo {
	position: absolute;
	top: 25px;
	left: 511px;
	width: 236px;
	height: 75px;
}

#popup_container {
	/*border: 0px none;*/
	border: 2px solid #B8AE47;
	/*position: absolute;*/
	position: fixed;
	_position: absolute; /* ridiculous IE does not understand fixed */
	top: 197px;
	left: 251px;
	width: 445px;/*344px;*/
	/*height: 344px;*/
	background-color: #B8AE47;
	/* display: none; initial setting */
	z-index:5;
}

#popup_container iframe {
	width: 445px;/*344px;*/
	height: 445px;/*344px;*/
	border: 0px none;
	overflow: scroll;
}

/* the two main container DIVs */

#part_head {
	border-right: 160px solid #CECECE;
	background-color: #FFFFFF;
	width: 800px;
}

#part_body {
	border-right: 160px solid #E5E5E5;
	background-color: #FFFFFF;
	width: 800px;
}

/* the contained structuring DIVs */

/* contained by part_head */

#menu_header {
	border-left: 17px solid #7E8DA2;
	border-right: 100px solid #485B7B;
	background-image: url(../images/crosstile.gif);
	background-repeat: repeat;
	height: 80px;
}

#splash {
	border-left: 17px solid #485B7B;
	border-right: 100px solid #485B7B;
	height: 85px;
	background-image: url(../images/motiv.jpg);
}

#menu_1 {
	border-left: 17px solid #485B7B;
	border-right: 100px solid #485B7B;
	height: 32px;
	background-color: #67666B;
}

#headline {
	border-left: 17px solid #FE0000;
	border-right: 100px solid #485B7B;
	height: 34px;
	background-color: #B8AE47;
}

/* contained by part_body */

#content {
	border-left: 17px solid #FFFFFF;
	border-right: 100px solid #7E8DA2;
	margin-left: 13px;
}

#menu_footer {
	border-left: 17px solid #142C5F;
	border-right: 100px solid #142C5F;
	background-color: #142C5F;
	height: 30px;
}

/* setting up the contents of headline DIV */

#headline div {
	height: 34px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#headline_navigation {
	background-color: #FE0000;
	width: 234px;
	float: left;
}

#headline_navigation img {
	padding-top: 8px;
	padding-left: 13px;
}

#headline_login {
	background-color: #8F8840;
	width: 105px;
	/*width: 200px;*/
	float: right;
	background-image: url(../images/login-arr.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

#headline_login a {
	padding-left: 28px;
	padding-top: 9px;
	display: block;
	width: 77px; /*width: 105px - 28px;*/
	/*width: 172px; /*width: 200px - 28px;*/
	height: 25px; /*height: 34px - 9px;*/
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

/* format the menus floating */

#menu_header div, #menu_1 div, #menu_footer div {
	float: left; /* This unfortunately does NOT work in Internet Explorer 6, so: */
	_float: none; /* Umpf... Internet Exploder interprets _properties, a good way to do hacks to let it work in IE */
	
	padding-left: 5px;
	margin-left: 13px;
	
	display: inline; /* ugly hack to bypass the "Internet Explorer Double Margin Bug" */
	/* position: relative; /* this line is said to be another usual "Internet Explorer Double Character Bug" resolver ... */
	/* white-space: nowrap; /* umpf, read this could be an Internet Explorer bug bypass, but doesnt have an efft here */
	/* _display: inline-block; /* this is said to be an Internet Explorer workaround, but it's effect is malicious */
}

#menu_header div {
	border-left: 2px solid #142C5F; /*#003466;*/
	height: 22px;
	line-height: 36px;
	_zoom: 1; /* this is an MSIE hack in order to make the inline element _partially_ behave like a block element */
	_margin-bottom: 0px;
	_padding-bottom: 0px;
	_line-height: 10px; /* shorten the left border ... */
}

#menu_1 div {
	border-left: 2px solid #B3B3B5;
	height: 18px;
	line-height: 19px;
	_zoom: 1; /* this is an MSIE hack in order to make the inline element _partially_ behave like a block element */
}

#menu_footer div {
	border-left: 2px solid #7B8DA5;
	margin-top: 14px;
	_position: relative; /* Umpf... Internet Exploder */
	_top: 15px; /* Umpf... Internet Exploder */
}

#menu_header a, #menu_1 a, #menu_footer a {
	/* display: block; */
	width: 100%;
	height: 100%;
	font-weight:bold;
}

#menu_header a {
	color: #142C5F; /*#B3B3B5; /*#003466;*/
	font-size: 10px;
	_position: relative; /* Umpf... Internet Exploder */
	_top: 13px; /* Umpf... Internet Exploder - ... move the text down along the left border */
}

#menu_header div.header-level1-act a {
	color: #B3B3B5;
}

#menu_1 a {
	color: #B3B3B5;
	font-size: 12px;
}

#menu_1 div.menu1-level1-act a {
	color: #FFFFFF;
}

#menu_footer a {
	color: #FFFFFF;
	font-size: 12px;
}

#menu_footer div.footer-level1-act a {
	color: #7B8DA5;
}

/*
#menu_1 div.special a {
	color: #FFFFFF;
}

#menu_header div.special a {
	color: #142C5F;
}

#menu_footer div.special a {
	color: #7B8DA5;
}
*/

/* style the popup

div#popup, div#popup div#content, div#popup div#content div {
	background-color: #B8AE47;
}
 */