/* extensions */
@import url(jw_calendar.css);

/* dokument */
body {
	background:url(imgs/bg_body.jpg) repeat-x top left;
	margin:0px 0px 0px 0px;
	background-color:#8a8988;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #999999;
	line-height:16px;
	text-align:center;
}

p,span,div,td,tr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	text-align:left;
	color: #666666;
}

img {
	border:0px 0px 0px 0px;
	border-style:none;
}


h1 {
	margin:0px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height:15px;
	color:#efad14;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:15px;
	text-decoration:none;
	color:#efad14;
}

a:hover {
	text-decoration:underline;
}

a:visited {

}

/* layout */

div#container {
	background:url(imgs/container_bg.jpg) repeat-y top left;
	margin-left:auto;
	margin-right:auto;
	top:0px;
	width:858px;
	position:relative;
}

		div#pageHeader {
			background:url(imgs/banner_bg.jpg) no-repeat top left;
			width:858px;
			height:199px;
		}
		
		div#pageDivide {
			background:url(imgs/banner_trenn_bg.jpg) no-repeat top left;
			width:858px;
			height:34px;
			text-align:right;
		}
		
				div#pageDivideInside {
					float:right;
					padding-right:13px;
				}
		
		div#pageMainLeft {
			background:url(imgs/navi_left_bg.jpg) repeat-y top left;
			width:207px;
			padding-left:8px;
			float:left;
			text-align:left;
		}
		
				div#pageNaviDivide {
					padding:0px 0px 0px 0px;
				}
		
		div#pageContent {
			margin: 10px 200px 0px 235px;
			text-align:left;
		}
		
		div#pageMainRight {
			width:170px;
			padding-right:9px;
			float:right;
			text-align:center;
		}
		
		div#pageFooter {
			clear:both;
			height:150px;
		}
		
		div#pageFooter2 {
			background:url(imgs/footer_bg.jpg) no-repeat top left;
			background-color:#8a8988;
			padding:30px 20px 0px 20px;
			height:31px;
			text-align:center;
		}
		
	
/* layout elemente */
div.conel {
	margin: 0px 0px 20px 0px
}

div.csc-sitemap {
	margin: 25px 0px 0px 10px;
}

	
/* links and buttons */

div#pageFooter2 a {
	font-size:12px;
	color:#CCCCCC;
}

/* lists */

div#pageMainLeft ul {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:0px 0px 0px 0px;
	line-height:0px;
	font-size:0;
	list-style:none;
}

div#pageMainLeft ul li {
	padding:1px 0px 1px 0px;
	margin:0px 0px 0px 0px;
	border:0px 0px 0px 0px;
	line-height:0px;
	list-style:none;
	font-size:0px;
}

div.csc-sitemap ul {
	list-style:none;
}

div.csc-sitemap ul li {
	margin:10px 0px 3px 0px
}

div.csc-sitemap ul a {
	color:#595959;
	font-size:15px;
}

div.csc-sitemap ul ul li {
	margin:0px 0px 0px 0px
}

div.csc-sitemap ul ul a {
	color:#8b8b8b;
	text-decoration:underline;
	font-size:13px;
}

div.csc-sitemap ul ul ul a {
	color:#ffcc63;
}

/* forms */


/* spans */

span.footer {
	margin:0px 5px 0px 5px;
	font-size:12px;
	color:#CCCCCC;
}
span.copyrights {
	font-size:10px;
	color:#CCCCCC
}

/* extensions */
@import url(jw_calendar.css);

/* Tabellen */
table.contenttable {
    color: #000000;
    width:95.01%;
}

table.contenttable tr.tr-even {
    background: #fafaf9;
}

table.contenttable tr.tr-odd {
    background: #ffebbd;
}

table.contenttable tr.tr-0 {
    font-weight:bold;
}

table.contenttable tr td.td-0 {
}

table.contenttable tr td {
    vertical-align: top;
    padding: 5px;
}

/* textausrichtung */

.align-center {
	text-align:center;
}

.align-right {
	text-align:right;
}
