@IMPORT url("typo.css");

HTML, BODY {
	margin: 0;
	padding: 0;
}

BODY {
	background: url(../img/backgroundTop.jpg) repeat-x top;
}



/*
 * Container Elemente
 */

DIV#container, DIV#footer {
	position: relative;
	left: 50%;
	margin-left: -473px;
	width: 947px;
	background: url(../img/backgroundContainer.jpg) repeat-y;
}

DIV#footer {
	background: none;
	text-align: center;
	margin-bottom: 10px;
}

DIV#footer, DIV#footer A {
	font: 11px Verdana;
	color: #A3A7B0;
	text-decoration: none;
}

DIV#footer A:hover {
	color: #000;
}

DIV#footer SPAN#footermenu A {
	margin: 0 4px;
}

DIV#top {
	position: relative;
	height: 70px;
	background: url(../img/top.jpg) no-repeat;
}

DIV#header {
	height: 175px;
	background: url(../img/header.jpg) no-repeat;
}

DIV#contentTop {
	background: url(../img/backgroundContentTop.jpg) no-repeat;
}

DIV#contentBottom {
	background: url(../img/backgroundContentBottom.jpg) no-repeat bottom left;
	padding-bottom: 20px;
}

DIV#finder {
	padding: 60px 0 0 30px;
	width: 168px;
}

DIV#leftCol {
	margin: 6px 0 0 30px;
	width: 168px;
	float: left;
	display: inline;
}

DIV#centerCol {
	float: left;
	display: inline;
	margin: 10px 7px;
	width: 538px;
}

DIV#rightCol {
	float: left;
	display: inline;
	width: 169px;
}


/*
 * Menüs
 */
 
DIV#top UL, DIV#top LI {
 	list-style: none;
 	margin: 0;
 	padding: 0;
}
 
DIV#top UL {
 	position: absolute;
 	bottom: 1px;
 	right: 40px;
}
 
DIV#top LI {
	float: left;
}
 
DIV#top A {
 	display: block;
 	width: 113px;
 	font: 11px Verdana, Arial;
 	color: #1D405E;
 	text-decoration: none;
 	font-weight: bold;
 	background: url(../img/backgroundTopMenu.png) no-repeat;
 	text-align: center;
 	line-height: 28px;
}
 
DIV#top UL LI A:hover, DIV#top UL LI A.active {
  	background: url(../img/backgroundTopMenuOver.png) no-repeat;
}



DIV#rightCol UL, DIV#rightCol LI {
	margin: 0;
	padding: 0;
	list-style: none;
}

DIV#rightCol UL {
	margin-top: 6px;
	margin-bottom: 10px;
}

DIV#rightCol LI {
	border-bottom: 2px solid white;
}

DIV#rightCol UL LI A {
	display: block;
	font: 11px Verdana, Arial;
 	color: #300E0F;
 	text-decoration: none;
 	font-weight: bold;
 	line-height: 20px;
 	border-left: 7px solid #F0F2F1;
 	padding-left: 10px;
}

DIV#rightCol UL LI A:hover, DIV#rightCol UL LI A.active {
	border-left: 7px solid #F8AE19;
}
