@IMPORT url("typo.css");

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

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



/**
 *	Container Elemente
 */

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

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

IMG#header {
	padding-bottom: 9px;
	margin-bottom: 3px;
	background: #FFF url(../img/separator.jpg) no-repeat bottom;
}

DIV#left, DIV#center, DIV#right {
	display: inline;
	float: left;
	width: 192px;
	min-height: 100px;
}

DIV#center {
	width: 546px;
	margin: 0 9px;
}

DIV#right {
	padding-top: 65px;
}

DIV#footer {
	height: 45px;
	background: #FFF url(../img/separator.jpg) no-repeat 0px 3px;
	text-align: center;
	color: #C6C6C6;
	padding-top: 20px;
}

DIV#footer A {
	color: #C6C6C6;
	font-weight: normal;
	text-decoration: none;
}

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


/**
 * Menüs
 */
DIV#top UL, DIV#top LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

DIV#top UL {
	padding-top: 90px;
}

DIV#top LI {
	float: left;
	width: 96px;
	height: 25px;
	margin-right: 2px;
}

DIV#top LI A {
	display: block;
	font: 10px Verdana;
	color: #0163AA;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 25px;
	background: url(../img/backgroundTopMenu.jpg) no-repeat;
}

DIV#top LI A:hover, DIV#top LI A.active {
	background: url(../img/backgroundTopMenuOver.jpg) no-repeat;
	color: #FFF;
}

UL#leftmenu, UL#leftmenu LI, UL#leftmenu UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

UL#leftmenu {
	margin: -3px 0 3px 0;
}

UL#leftmenu LI, UL#leftmenu UL LI {
	line-height: 0px;
	margin-top: 3px;
}

UL#leftmenu A {
	display: block;
	font: 10px Verdana;
	color: #00579C;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 25px;
	background-color: #A7BEDD;
	padding-left: 14px;
	border-right: 8px solid #A7BEDD;
}

UL#leftmenu A:hover, UL#leftmenu A.active {
	border-color: #F08913;
	text-decoration: none;
}

UL#leftmenu UL LI A {
	padding-left: 25px;
	background-color: #CEDEEE;
	border-color: #CEDEEE;
	font-weight: normal;
}