/* - CSS GRUNDELEMENTE - */


* {

	margin: 0px;
	padding: 0px;

}
 
html {

	width: 100%;
	height: 100%;
	background: #fff url('../pics/hintergrund.jpg') fixed repeat-x;
	text-align: center;

}

body {

	width: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #000; 
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	margin: 0px auto;
	text-align: left;

}

td {

	font-size: 12px;
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";

}

ul {

	margin: 0px;
	padding: 0px;

}

li {

	list-style: none;

}

form {

	margin: 0px;
	padding: 0px;

}

img {

	border: none;

}

div.cleaner {

	clear: both;
	height: 0px;
	font-size: 0px;
	display: block;
	width: 100%;

}


/* - BASIS ELEMENTE - */


#wrapper {

	width: 1010px;
	margin: 0px auto;
	position: relative;
	text-align: left;

}

#site_top {

	width: 1010px;
	height: 19px;
	background: url('../pics/site_top.png') no-repeat;
	margin: 24px 0px 0px 0px;
	overflow: hidden;
	position: relative;
	text-align: left;

}

#site_middle {

	width: 980px;
	background: url('../pics/site_middle.png') repeat-y;
	padding: 0px 18px 0px 12px;
	text-align: left;

}

#content {
	
	background: url('../pics/content.gif') left top no-repeat;
	
}


/* - SIDEBAR / RIGHT - */


#sidebar {

	width: 230px;
	float: left;
	position: relative;

}

#sidebar a.logo {
	
	outline: none;
	
}

#insidebar {

	width: 157px;
	padding: 10px 33px 0px 40px;
	background: transparent;

}

#right {
	float:left;
	width:164px;
	margin-top:39px;
	margin-left:40px;
	color:#707070;
}

#insidebar ul li {
	
	list-style: none;
	width: 157px;
	
}

#insidebar ul li a {
	
	display: block;
	color: #707070;
	font-size: 12px;
	text-decoration: none;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d2d7de;
	
}

#insidebar ul li a:hover {
	
	color: #0061a7;
	border-bottom: 1px solid #d2d7de;
	text-decoration: none;
	
}

#insidebar ul li a.aktiv, #insidebar ul li a.aktiv:hover {
	
	color: #0061a7;
	border-bottom: 1px solid #0061a7;
	text-decoration: none;
	
}

#insidebar ul li ul {
	
	margin-bottom: 15px;
	
}

#insidebar ul li ul li a {
	
	display: block;
	color: #707070;
	font-size: 12px;
	text-decoration: none;
	padding: 0px 0px 5px 12px;
	margin-bottom: 0px;
	border-bottom: none;
	
}

#insidebar ul li ul li a:hover {
	
	display: block;
	color: #0061a7;
	font-size: 12px;
	text-decoration: none;
	padding: 0px 0px 5px 12px;
	margin-bottom: 0px;
	border: none;
	
}

#insidebar ul li ul li a.aktiv, #insidebar ul li ul li a.aktiv:hover {
	
	color: #0061a7;
	background: url('../pics/submenu.gif') top left no-repeat;
	border: none;
	
}

#insidebar h1, #right h1 {
	
	font-size: 12px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	color: #0061a7;
	text-transform: uppercase;
	border-bottom: 1px solid #0061a7;
	
}

#insidebar a {
	
	color: #707070;
	text-decoration: none;
	outline: none;
	
}

#insidebar a:hover {
	
	color: #707070;
	text-decoration: underline;
	outline: none;
	
}

#insidebar p, #right p {
	
	margin-bottom: 20px;
	
}


#insidebar p.news {
	
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d7de;
	
}

#insidebar p.news span {
	
	font-size: 11px;
	color: #0061a7;
	
}

#insidebar p.news span a {
	
	font-size: 11px;
	color: #0061a7;
	text-decoration: none;
	
}

#insidebar p.news span a:hover {
	
	font-size: 11px;
	color: #0061a7;
	text-decoration: underline;
	
}


/* - SITE (MIDDLE) - */


#site {

	width: 674px;
	float: left;
	margin: 0px 0px 0px 39px;
	padding: 0px;
	position: relative;

}


/* - HEADER - */



#header {
	
	width: 674px;
	height: 138px;
	background: url('../pics/header.gif') repeat-x;
	overflow: hidden;
	
}

#header ul.quick {
	
	position: absolute;
	top: 20px;
	left: 0px;
	
}

#header ul.quick li {
	
	display: inline;
	padding: 0px 5px 0px 0px;
	font-size: 11px;
	color: #707070;
	
}

#header ul.quick li a {
	
	font-size: 11px;
	text-decoration: none;
	color: #707070;
	
}

#header ul.quick li a:hover {
	
	text-decoration: underline;
	
}

#header ul.sprache {
	
	position: absolute;
	top: 20px;
	right: 0px;
	
}

#header ul.sprache li {
	
	float: left;
	padding: 0px 5px 0px 0px;
	font-size: 11px;
	color: #707070;
	
}

#header ul.sprache li a, #header ul.sprache li a:hover {
	
	text-decoration: none;
	width: 13px;
	height: 12px;
	line-height: 11px;
	text-align: center;
	overflow: hidden;
	display: block;
	border: 1px solid #707070;
	color: #707070;
	font-weight: bold;
	
}

#header ul.sprache li a.aktiv, #header ul.sprache li a.aktiv:hover {
	
	border: 1px solid #0061a7;
	color: #0061a7;
	font-weight: bold;
	
}


/* - MENU - */


#menu {
	
	width: 674px;
	height: 33px;
	position: absolute;
	top: 84px;
	left: 0px;
		
}

#menu div.menufix {
	
	width: 1px;
	height: 33px;
	background: url('../pics/menu_fix.gif') no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 998;
		
}

#menu ul li {
	
	height: 33px;
	overflow: hidden;
	float: left;
		
}

#menu ul li.trennung {
	
	width: 1px;
	height: 33px;
	overflow: hidden;
	float: left;
	background: url('../pics/menu_trennung.gif') no-repeat;
		
}

#menu ul li a {
	
	text-decoration: none;
	line-height: 32px;
	padding: 9px 15px 10px 15px;
	color: #707070;
	font-weight: bold;
	background: none;
		
}

#menu ul li a:hover, #menu ul li a.aktiv, #menu ul li a.aktiv:hover  {
	
	background: url('../pics/menu.gif') left;
	padding: 9px 14px 10px 15px;
	border-right: 1px solid #fff;
	color: #0061a7;
		
}


/* - TEXT - */


#text {

	width: 470px;
	float: left;
	padding: 36px 0px 100px 0px;
	position: relative;

}


/* - TEXT : SPECIALS - */


#textbild {
	
	position: absolute;
	z-index: 999;
	top: 20px;
	left: 500px;
	
}


/* - FOOTER - */


#footer {

	width: 1010px;
	height: 68px;
	background: url('../pics/site_bottom.png') no-repeat;
	overflow: hidden;
	font-size: 11px;
	text-align: left;
	color: #707070;

}

#infooter {

	width: 1010px;
	height: 68px;
	position: relative;

}

#footer p {
	
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 281px;
	
}

#footer a.top {
	
	background: url('../pics/footer_top.gif') right no-repeat;
	padding-right: 13px;
	margin: 0px;
	position: absolute;
	top: 0px;
	right: 55px;
	color: #707070;
	text-decoration: none;
	
}

#footer a.top:hover {
	
	text-decoration: underline;
	
}

#footer p a {
	
	color: #707070;
	text-decoration: none;
	
}

#footer p a:hover {
	
	text-decoration: underline;
	
}
