/* Stylesheet for "Zeitlupe" HTML template */

#main {
	background: url(../../images/main_bg_zeitlupe.gif) repeat-y -1px 0;
}

#head {
	position: relative;
	/*height: 249px;*/
	height: 214px;
	background-color: #FFF;
}

	#head h1 a {
		width: 330px;
		height: 90px;
		background-image: url(../../images/logo_zeitlupe.gif);
		position: absolute;
		left: 0;
		top: 26px;
	}
	
	#metaNav li a:hover,
	#metaNav li a.act,
	#metaNav li a.cur {
		color: #ff0000;
	}
	
	#fontSize a {
		right: 17px;
	}
	
	#mainNav {
		background: url(../../images/mainnav_bg_zeitlupe.gif) repeat-x 0 0;
	}
	
	#mainNav li.last a,
	#mainNav li a:hover,
	#mainNav li.act a,
	#mainNav li.cur a {
		color: #ff0000;
	}
	
	#mainNav li.act,
	#mainNav li.cur {
		border-left: 1px solid #ff0000;
		background: url(../../images/mainnav_li_bg_zeitlupe.gif) no-repeat right top #FFF;
	}
	
	#mainNav li.first a {
		margin-left: 13px;
	}

	#subNav {
		position: absolute;
		top: 172px;
		left: 0px;
		background: url(../../images/subnav_bg_zeitlupe.gif) repeat-x 0 0;
		height: 29px;
		width: 974px;
	}
	
	#subNav li {
		float: left;
	}
	
	#subNav li a {
		line-height: 22px;
		color: #333;
		margin: 5px 17px 0 17px;
	}
	
	#subNav li.first a {
		margin: 5px 17px 0 9px;
	}
	
	#subNav li a:hover,
	#subNav li a.act,
	#subNav li a.cur {
		font-weight: normal;
		color: #ff0000;
		border-bottom: none;
	}

#midCol,
#rightCol {
	border-top: none;
}

#rightCol {
	width: 400px;
}

	#rightCol #zeitlupeSearch {
		width: 400px;
		height: 116px;
		background-color: gray;
	}
	
	#rightCol .ctArea {
		padding-bottom: 14px;
	}

#midCol {
	margin-left: 0;
	margin-right: 492px;
}

	#midCol .ctArea {
		padding-top: 0px;
		padding-left: 0 !important;
		padding-left: 3px;
		padding-bottom: 14px;
	}
	
#footer {
	margin-top: -4px;
	border-top: 4px solid #FFF;
	background: url(../../images/footer_bg_zeitlupe.gif) repeat-x 0 0 #FFF;
}

	#footer #specialNav{
		top: 9px;
	}
	
	#footer #metaNavBottom,
	#footer #copyright {
		margin-top: 9px;
	}
	

/* content.css */

#rightCol .ctArea .ctElement {
	margin-bottom: 15px;
	clear: none;
	float: none !important;
	float: right;
}

.ctArea a {
	color: #ff0000;
}

.ctArea a.arrowLink {
	color: #000;	
	background-image: url(../../images/arrow_zeitlupe.gif);
	background-position: 5px 5px;
}

.ctArea ul li {
	padding: 0 0 0 20px;
	background-image: url(../../images/arrow_zeitlupe.gif);
	background-position: 5px 5px;
}

#midCol h2,
#midCol h2 a {
	color: #ff0000;
}

#midCol h3{
	padding-bottom: 6px;
}

#midCol h3,
#midCol h3 a {
	color: #ff0000;
}

#rightCol h2,
#rightCol h2 a {
	color: #ff0000;
}

#rightCol h3,
#rightCol h3 a {
	color: #ff0000;
}

#rightCol .ctArea .csc-firstHeader {
	padding-top: 0;
}


/* Section Frames */

.ctArea .sectionFrame1,
#rightCol .ctArea .sectionFrame1 {
	border-bottom: 2px solid #cccccc;
	padding-bottom: 47px;
	margin-bottom: 20px;
}

.ctArea .sectionFrame2,
#rightCol .ctArea .sectionFrame2 {
	margin-bottom: 0;
	padding-bottom: 16px;
}

.ctArea .sectionFrame3,
#rightCol .ctArea .sectionFrame3 {
	border-bottom: 1px solid #ff0000;
}


/* Flexible Contents Imagebox */

.ctArea .imageBox {
}

.ctArea .imageBox p {
	background-color: #ff0000;
}

.ctArea .imageBox p a {
	text-decoration: none;
}


/* tt_news */

#rightCol .ctArea h2.newsLatestTitle {
	padding-top: 14px;
	margin-left: 0px;
	margin-bottom: 19px;
}

#rightCol h2.newsLatestTitle,
#rightCol h2.newsLatestTitle a {
	color: #ff0000;
}

.newsSingleItem h2 {
	padding-right: 100px;
}

.newsSingleItem .newsSingleDate {
	position: absolute;
	top: 2px !important;
	top: 3px;
	right: 0;
}

.newsListWrap {
	margin-right: 0;
}

#rightCol .ctArea .newsLatestWrap .newsLatestItem2 {
	margin-bottom: 15px;
}


/* indexed search */

.tx-indexedsearch .defaultForm label {
	width: 100px;
}

.tx-indexedsearch .defaultForm .submit {
	margin-left: 100px !important;
	margin-left: 103px;
}


/* Banner */

div.banners {
	padding: 0;
	margin: 0;
}

#head div.banners {
	position: absolute;
	left: 554px;
	top: 60px;
}

#head div.banners .banner {
	width: 200px;
	height: 60px;
	overflow: hidden;
}

#midCol .ctArea div.banners {
	margin-bottom: -30px;
}

#midCol .ctArea div.banners .banner {
	width: 468px;
	height: 60px;
	overflow: hidden;
}

#rightCol .banner {
	float: right;
	margin: 0 0 10px 10px !important;
	margin: 0;
}

#rightCol .ctArea div.banners .banner {
	width: 160px;
	height: 600px;
	overflow: hidden;
}



