/* Default */
body {
	margin:0px;
	background-color:#fff;
	font-family:Verdana;
	font-size:12px;
	color:#000;
	background-image:url(../img/siteBackground.png);
	background-position:0px 0px;
	background-repeat:repeat-x;
	background-color:#ffffff;
}

img,a img {
	border:none;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	margin:0px;
	padding:0px;
	font-size:16px;
	font-weight:bold;
	color:#000;
}

h2 {
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
	color:#000;
}

h3 {
	margin:0px;
	padding:0px;
	font-size:13px;
	font-weight:bold;
	color:#000;
}



.outerWrapper {
	text-align:center;
}

.innerWrapper {
	width:1000px;
	margin:0px auto;
	text-align:left;
}

.fauxWrapper {
	background-image:url(../img/middleFaux.png);
	background-position:0px 0px;
	background-repeat:repeat-y;
}

.middleWrapperOben {
	background-image:url(../img/subHeader.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-color:transparent;
}

.middleWrapperUnten {
	background-image:url(../img/footerBackground.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-color:transparent;
}

.header {
	width:1000px;
	height:384px;
	background-image:url(../img/kopfgrafik.jpg);
	position:relative;
}

.homeLink {
	position:absolute;
	top:20px;
	left:20px;
}

.werbungOben {
	width:550px;
	height:68px;
	position:absolute;
	bottom:4px;
	left:214px;
}

.werbungOben img {
    margin-bottom:3px;
}

.ticker {
	line-height:30px;
	margin-left:10px;
	margin-right:10px;
}

.ticker p {
    padding:0px;
    margin:0px;
    line-height:30px;
}

.contentWrapper {
	float:left;
	width:600px;
	overflow:hidden;
}

.contentInner {
	padding:20px;
	padding-bottom:90px;
	padding-top:40px;
}

.contentInner p {
	line-height:20px;
}

.spalteRechts {
	width:185px;
	float:left;
	overflow:hidden;
	margin-top:33px;
	padding-bottom:90px;
	color:#FFF;
}
.spalteRechtsinner{
  margin-left:6px;
  margin-right:6px;
  margin-bottom:60px;
}

.footer {
	width:1000px;
	background-image:url(../img/footerVerlauf.gif);
	background-position:0px 0px;
	background-repeat:repeat-x;
	margin-top:1px;
	text-align:center;
	padding-top:10px;
	margin-bottom:20px;
	font-size:10px;
}

.footer a {
}

/* MENU */

#navi_links{
	width:180px;
	float:left;
	margin-right:2px;
	overflow:hidden;
	margin-left:23px;
	margin-top:0px;
	padding-bottom:90px;
	padding-left:10px;
}

.navilinks {
	color: #000;
}
.navilinks a {
	color: #000;
}
.navilinks ul {
	padding: 0 0 0 15px;
}
.navilinks li {
	padding: 6px 0 6px 16px;
	list-style-type: none;
}
.navilinks2 li {
	padding: 4px 0 4px 14px;
	list-style-type: none;
}
.navilinks2 ul {
	padding: 0 20px;
}

.norm1 {
	background-image: url(../img/nav_arrow_norm.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.norm2 {
	background-image: url(../img/nav_arrow_norm.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.norm3 {
	background-image: url(../img/nav_arrow_norm.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.act1 {
	background-image: url(../img/nav_arrow_act.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.act2 {
	background-image: url(../img/nav_arrow_act.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.act3 {
	background-image: url(../img/nav_arrow_act.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

/* MISC */
.clearer {
	clear:both;
}

.csc-textpic-caption{
  padding-top:5px;
}