/* CSS Document */
/* BO Basic Layout */
body {
	background-color: #DCDEE5;
	margin: 0px;
	padding: 0px;
}
body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E2233;
}
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

h1 {
	font-size: 16px;
	line-height: 16px;
}
h2 {
	font-size: 13px;
	line-height: 16px;
}

p {

}
/* EO Basic Layout */

/* BO Links */
a:link, 
a:visited, 
a:focus {
	color: #1E2233;
	text-decoration: none;
	outline: none;
}
a:active {
	color: #1E2233;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color:#1E2233;
}
/* EO Links */

/* BO Menu */
#menu {
	font-size: 11px;
	line-height: 18px;
	margin-left: -28px;
}

#menu .tight {
	margin-bottom: -10px;
}

#menu ul {
	margin-left: -10px;
	margin-bottom: 5px;
}
#menu li {
	list-style:none;
}

#menu li .level1 a,
#menu li .level1 a:link {
	font-weight: bold;
	color: #626D81;
	padding-left: 16px;
	background: url(../img/all_list_level1_off.gif) 0px 3px no-repeat;
}
#menu li .level1 a:hover, 
#menu li .level1 a:active,
#menu li .level1 a.active  {
	text-decoration:none;
	background: url(../img/all_list_level1_on.gif) 0px 3px no-repeat;
}

#menu li a,
#menu li a:link,
#menu li a:visited {
	color: #626D81;
	padding-left: 16px;
}

#menu li a:hover, 
#menu li a:active,
#menu li a.active   {
	text-decoration:none;
	background: url(../img/all_list_level2_on.gif) 0px 3px no-repeat;
}

/* EO Menu */

/* BO Layout */
#site {
	position:relative;
	width:772px;
	min-height: 100%;
	overflow:visible;
	z-index:1;
	background-color: #FFFFFF;
	margin: auto;
}

#headerContainer {
	position: relative;
	left: 0; top: 0;
	height: 216px;
	margin: 0;
	background: url(../img/headerContainer_bg.gif) #FFFFFF repeat-y;
}
#headerContainer #logo {
	position: absolute;
	left: 30px; top: 24px;
	width: 719px; height: 18px;
	background: url(../img/headerContainer_logo.gif) no-repeat;
		text-indent: -9000px;
}
#headerContainer #logo a {
	width: 719px; height: 24px;
	display: block; outline: none;
}

#headerContainer #address {
	position: absolute;
	left: 11px; top: 66px;
	width: 197px; height: 148px;
	background: #626D81;
	padding: 2px 0 0 20px;
}

#headerContainer #address p, #headerContainer #address a:link {
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
#headerContainer #visual {
	position: absolute;
	left: 228px; top: 66px;
	width: 521px; height: 150px;
	/*background: url(../img/headerContainer_visual_startseite.jpg) #C3C8D6 no-repeat;*/
}


#siteContainer {
	position: relative;
	left: 0; top: 0;
	min-height: 540px;
	margin: 0;
	padding: 0;
	background: url(../img/siteContainer_bg.gif) #FFFFFF repeat-y;
	overflow: visible;
}

#siteContainer #menuContainer {
	position: relative;
	float: left;
}

#siteContainer #menuContainer #container {
	position: relative;
	left: 12px; top: 6px;
	width: 212px;
	background-color:#FFFFFF;
	padding: 9px 0 0 3px;
	
}

#zierleiste {
	position: relative;
	left: 12px; top: 0px;
	height: 6px;
	width: 216px;
	overflow:hidden;
	background-color: #626D81;
}


#siteContainer #content {
	position: relative;
	left: 38px; top: 6px;
	width: 480px;
	color:#1E2233;
	padding: 13px 0 0 16px;
	float: left;
}
#siteContainer #content h1 {
	font-size:16px;
	padding: 0 0 4px 16px;
	margin-left: -16px;
	color:#B8290C;
	background:url(../img/siteContent_dottedline.gif) -16px 19px repeat-x;
	overflow: visible;
}
#siteContainer #content p {
	font-size:12px;
	line-height: 16px;
}



#footerContainer {
	position: relative;
	left: 0; top: 0;
	height: 40px;
	margin: 0;
	background: url(../img/footerContainer_bg.gif) #FFFFFF repeat-y;
}

.clear {
	position:relative;
	clear: both;
	width:100%;
}

/* EO Layout */

/* BO beforeSite & afterSite Layout */
#beforeSite {
	display: none;
}
#afterSite {
	position:relative;
	clear: both;
	width:100%;
	height:40px;
}
/* EO beforeSite & afterSite Layout */
