/*Struktur BEGIN*/
body {
	width: 100%;
	text-align: center;
	font-family: Arial,Helvetica,Verdana,SunSans-Regular;
	font-size: 12px;
	color: #000000;
	background: url(../images/bg.png) top;
	margin: 0em;
	padding: 0em;
}

#container {
	width: 770px;
	text-align: left;
	margin: 0 auto;
}

#header {
	position: relative;
}

#quicknavi {
	position: absolute;
	top: 11px;
	right: 0px;
	font-size: 11px;
	z-index: 2;
}

#outer {
	background: url(../images/body_bg.png) repeat-y #FFFFFF;
}

#navi {
	float: left;
	width: 198px;
	margin-left: 1px;
}

#content {
	float: left;
	width: 532px;
	line-height: 20px;
	padding: 0 17px;
}

#footer {
	height: 60px;
	background: url(../images/footer.gif) no-repeat;
}
/*Struktur END*/

/*Texte BEGIN*/
h1 {
	font-size: 19px;
	color: #3CAC0E;
	margin: 0px;
	padding: 0px;
}
/*Texte END*/

/*Links BEGIN*/

#content a,
#content a:active,
#content a:link,
#content a:visited {
	color: black;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#quicknavi a,
#quicknavi a:hover,
#quicknavi a:active,
#quicknavi a:link,
#quicknavi a:visited {
	color: #000;
	text-decoration: none;
	padding: 0 0.4em;
}

#navi a,
#navi a:link,
#navi a:visited {
	display: block;
	line-height: 19px;
	text-decoration: none;
	color: #000;
	background: #CFCFCF;
	padding-left: 0.75em;
	margin: 0px 1px 1px 0px;
}

#navi a:hover,
#navi a:active {
	color: #FFF;
	background: #FC0C02;
}

#navi #Active {
	background: #3DAA0E;
	color: white;
}

#navi #subnav {
	color: black;
}


#subnav a,
#subnav a:link,
#subnav a:visited {
	background: #66CC66;
	color: white;
	padding-left: 1.2em;
}

#subnav a:hover,
.Level2Active, .Level3Active {
	font-weight: bold;
}

#subnav3 a,
#subnav3 a:link,
#subnav3 a:visited {
	background: white;
	color: #3DAA0E;
	padding-left: 3em;
}

/*Links END*/


/* Tabellen BEGIN*/
td {
	font-size: 12px;
	vertical-align: top;
}
/* Tabellen ENDE*/

/* Tabellen BEGIN */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 5px;
	border: 1px solid #ccc;	    
}

.tr-even {
	background: #eee;
}

.tr-odd {
	background: #fff;
}
td {
        font-size: 11px;
	border: none;
	vertical-align: top;
	overflow: hidden;
	margin: 0;
	padding: 5px 10px;
}

th {
	font-weight: bold;
	font-size: 11px;
	background: #eee;

        text-align: left;
        padding: 5px 10px;
}
/* Tabellen END */

/* Bilder BEGIN */
.csc-textpic-caption {
	background: #ffcc33;
	/*padding: 5px;*/
	padding: 0px;
	margin-bottom: 20px;
}
dl.csc-textpic-image {
	background: #f3f3f3;
	border: 1px solid #ddd;
	padding: 3px;
	margin: 0px;
	-moz-border-radius: 3px;
}
/* Bilder END */


.csc-frame-invisible dl.csc-textpic-image {
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;	
}

#navi p,
#navi .sponsor a,
#navi .sponsor a:link,
#navi .sponsor a:visited {
	background: transparent;
	padding: 0;
	margin: 0;
}

DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-right: 15px;
}

