@charset "utf-8";

/*---------------------------------------------------------------------------------------
--------------------------------------AUTHOR: Stefanie Mohr------------------------------
---------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------
--------------------------------------STANDARDS------------------------------------------
---------------------------------------------------------------------------------------*/

body, p, h1, h2, h3, h4, h5, h6, ul, ol, dt, dl, dd, span, a, table, td, form, img, li, form, object, textarea {
	margin: 0;
	padding: 0;
	font:13px/20px "Trebuchet MS", Arial, Verdana;
	color:#fff;
	text-decoration: none;
	list-style-type: none;
	border:none;
}
body, html {
	background: #000 url(../images/bg.jpg) repeat-x top center;
	height:100%;
}
html[xmlns^="http"] {
	overflow-y: scroll;
}

h2 { font-size: 17px; color: #fff; padding: 0 0 20px 0; font-weight: bold; }
h3 { font-size: 13px; color: #333333; padding: 0 0 10px 0; font-weight: bold; }
h4 { font-size: 12px; color: #333333; padding: 0 0 10px 0; font-weight: bold; }
h5 { font-size: 12px; color: #333333; padding: 0 0 10px 0; font-weight: bold; }
h6 { font-size: 12px; color: #333333; padding: 0 0 10px 0; font-weight: bold; }

.cufon-ready h2 { font-size:39px!important; }
.cufon-ready h3 { font-size:39px!important; }

::-moz-selection {
 background: #009cbc;
 color: #fff;
}

::selection {
 background: #009cbc;
 color: #fff;
}
/*---------------------------------------------------------------------------------------
--------------------------------------Classen--------------------------------------------
---------------------------------------------------------------------------------------*/

.clear { clear:both; float:none; }

.float-left { float:left;	margin: 4px 8px 4px 0; }
.float-right { float:right; margin: 4px 0 4px 8px; }

.linie { width:550px; margin:10px 0 15px 0; border-bottom:1px solid #CCCCCC; }

/*---------------------------------------------------------------------------------------
--------------------------------------CONTAINER---------------------------------------------
---------------------------------------------------------------------------------------*/

#container {
	margin:auto;
	width: 980px;
	position:relative;
	padding-top:200px;
}
/*---------------------------------------------------------------------------------------
--------------------------------------HEADER---------------------------------------------
---------------------------------------------------------------------------------------*/

#header {
	width: 980px;
	height:200px;
	background:url(../images/bg-header.jpg) no-repeat;
	position:relative;
}

h1#branding a {
	display:block; 
	width:200px; 
	height:200px; 
	text-indent:-9999px;
	position:absolute;
	top:;
	left:;
}

/*---------------------------------------------------------------------------------------
--------------------------------------LEFT-----------------------------------------------
---------------------------------------------------------------------------------------*/

#content-sidebar {
	width:300px;
	float:left;
	background:url(../images/bg-sidebar.jpg) no-repeat;
}

/*---------------------------------------------------------------------------------------
--------------------------------------NAVI-----------------------------------------------
---------------------------------------------------------------------------------------*/

#navi {
	width:980px;
	height:48px;
	background:url(../images/bg-navi.gif);
}
#navi li {
	float:left;
	position:relative;
}
#navi li a {
	display:block;
	height:48px;
	text-indent:-9999px;
}
#navi li.n1 a { width:146px; }
#navi li.n2 a { width:145px; }
#navi li.n3 a { width:90px; }
#navi li.n4 a { width:120px; }
#navi li.n5 a { width:80px; }
#navi li.n6 a { width:116px; }
#navi li.n7 a { width:116px; }

#navi li.n1 a:hover { background:url(../images/bg-navi.gif) 0 0; }
#navi li.n2 a:hover { background:url(../images/bg-navi.gif) -146px 0; }
#navi li.n3 a:hover { background:url(../images/bg-navi.gif) -291px 0; }
#navi li.n4 a:hover { background:url(../images/bg-navi.gif) -381px 0; }
#navi li.n5 a:hover { background:url(../images/bg-navi.gif) -501px 0; }
#navi li.n6 a:hover { background:url(../images/bg-navi.gif) -581px 0; }
#navi li.n7 a:hover { background:url(../images/bg-navi.gif) -581px 0; }

/* Subnavi
============================================== */

#navi ul li ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:0;
	height:0;
	overflow:hidden;
}
#navi ul li:hover ul, #navi ul li a:hover ul {
	visibility:visible;
	display:block;
	position:absolute;
	top:39px;
	left:-1px;
	overflow:visible;
}
#navi ul li:hover a, #navi ul li a:hover {
	visibility:visible;
}
#navi li ul li a {
	height:30px;
	visibility:visible;
	_float:none;
}
#navi li ul li.n4a a {
	background:#333;
	width:180px;
	text-indent:0px;
	color:#D8D8D8;
	-moz-opacity:0.6;
	filter: alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	padding:5px 5px 0 5px;
	border-bottom:1px solid #666;
	text-decoration:none;
}
#navi ul li.n4a a:hover, #navi li ul li a:hover {
	background:#D8D8D8;
	width:180px;
	visibility:visible;
	color:#000;
	font-weight:bold;
}

#navi table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:14px;}

/* make the second level visible when hover on first level link and position it */
#navi li a:hover ul {
	visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}

/*---------------------------------------------------------------------------------------
--------------------------------------SUBNAVI--------------------------------------------
---------------------------------------------------------------------------------------*/
ul#navi-add {
	height:30px;
	float:right;
	width:215px;
}
ul#navi-add li {
	float:left;
}
ul#navi-add li a {
	display:block;
	height:30px;
	text-indent:-9999px;
}

ul#navi-add li.s1 a { width:116px; margin-right:16px; }
ul#navi-add li.s2 a { width:75px; }

ul#navi-add li.s1 a:hover { background:url(../images/bg-navi-add.gif) 0 0; }
ul#navi-add li.s2 a:hover { background:url(../images/bg-navi-add.gif) -132px 0; }

/*---------------------------------------------------------------------------------------
--------------------------------------CONTENT--------------------------------------------
---------------------------------------------------------------------------------------*/

#content-main {
	width:500px;
	float:left;
	padding:0 0 20px 0;
}

/*------------------ iFrame Anfahrt ------------------*/

#content-main iframe { 
	border:1px solid #666666; 
	padding:3px; 
	background:#fff;
}

/*---------------- Textformatierungen ----------------*/

#content-main p { 
	margin: 0 0 15px 0px; 
}

#content-main ul {
	margin-bottom:15px;
}

#content-main li { 
	background:url(../images/li-liste.gif) 0 6px no-repeat; 
	padding:0 0 0 23px; 
	margin-left:20px;
}

/*------------------ Bildformatierungen ------------------*/

#content-main .image {
	border: 1px solid #666;
	padding: 3px;
    outline: none;
}

/*---------------------------------------------------------------------------------------
--------------------------------------FOOTER---------------------------------------------
---------------------------------------------------------------------------------------*/

#footer {
	margin:auto;
	width:980px;
	height:100px;
	background:url(../images/bg-footer.jpg) repeat-x;
}

#footerContent {
	margin:auto;
	width:980px;
	height:100px;
}

a.gototop, a.gototop:visited {
	font-size: 11px;
	display:none;
	position:fixed;
	_position: absolute;
	right:5px;
	bottom:5px;
	text-decoration:none;
	padding:5px;
	background: -moz-linear-gradient(top,  #fe9126,  #a72b00);
	*background: #fe9126;
	_background: #fe9126;
	color: #fff;
	text-shadow: #202020 1px 1px 1px;
}

a.gototop:hover, a.gototop:active {
	background: -moz-linear-gradient(top,  #afb52c, #666b00);
}


/*---------------------------------------------------------------------------------------
--------------------------------------LINKS----------------------------------------------
---------------------------------------------------------------------------------------*/

a, a:visited, .escape span {
	text-decoration: underline;
	color: #000;
	outline: none;
}

a:hover, a:focus, a:hover span, a:active, a:active span {
	text-decoration:none;
	color:#000;
}

a[href$=".pdf"] {
	 padding: 4px 0 4px 55px;
	 background: url(../images/icon-pdf.gif) no-repeat 0 50%;
	 line-height: 30px;
	 border-bottom: none;
}

