/*GLOBAL OPTIONS*/
html {
	font-size: 100.1%;
	background: url(../images/bg-container1.jpg) repeat-y;
	height: 100%;
	max-width: 1100px;
}
body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background: url(../images/bg-container2.gif) repeat-y 100% 0;
	min-width: 950px;
	min-height: 100%;

}
form {
	display: inline;
	padding: 0;
	margin: 0;
}
li {list-style: none;}
a {
	text-decoration: underline;
	color: #cd1338;
}
a:hover {text-decoration: none;}
a:focus {outline: none;}
img {
	border: none;
	display: block;
}
h1, h2, h3, h4, h5, h6, ul, p {
	padding: 0;
	margin: 0;
}
h2 {
	font-size: 110%;
	color: #000;
	margin-bottom: 10px;
}
h3 {font-size: 90%;}
h3 span {
	font-size: 85%;
	color: #9a9999;
	font-weight: normal;
	padding-left: 8px;
}
h4 {
	font-size: 90%;
	color:#000000;
	margin-bottom:8px;
	margin-top:2px;
}

h2 a, h3 a, h4 a {text-decoration: none;}
h2 a:hover, h3 a:hover, h4 a:hover {text-decoration: underline;}
p {
	font-size: 100%;
	line-height: 14px;
	color: #161616;
	margin-bottom: 12px;
}
.news_datum {
	font-size: 85%;
	color: #9a9999;
	font-weight: normal;
}
.wrapper:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	overflow: hidden;
	height: 0;
	font-size: 0;
}
/*text to image replacment*/
.hidden-text {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
/*MAIN CONTAINER*/
#main {
	background: url(../images/bg-body.gif) repeat-x;
}
/*logo*/
.logo {
	padding: 0 42px 0 42px;
	margin: 0;
	background: url(../images/logo.gif) no-repeat;
	width: 205px;
	height: 23px;
	display: block;
	margin: 22px 0 53px;
}
.logo a {
	height: 100%;
	width: 100%;
}
/*CONTAINER*/
#container {
	padding: 8px 189px 0 240px;
	overflow: hidden;
}
/*sidebar1*/
.sidebar1 {
	float: left;
	margin-left: -240px;
	display: inline;
	width: 240px;
	background: url(../images/bg-sidebar1.png) no-repeat;
	min-height: 705px;
}
/*main-nav*/
.main-nav {
	padding: 97px 0 0 103px;
	width: 121px;
	overflow: hidden;
	min-height: 267px;
}
.main-nav li {
	width: 100%;
	vertical-align: top;
	padding: 0 0 0;
	margin-bottom: -2px;
}
.main-nav li:first-child a {background: none;}
.main-nav a {
	width: 100%;
	overflow: hidden;
	height: 29px;
	display: block;
	background: url(../images/img-main-nav-separator.gif) repeat-x;
}

.main-nav a span {
	display: block;
	width: 100px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 8px 0 0 9px;
}
.main-nav a.txt-main-nav-link1 span {background: url(../images/txt-main-nav-link1.png) no-repeat;}
.main-nav a.txt-main-nav-link2 span {background: url(../images/txt-main-nav-link2.png) no-repeat;}
.main-nav a.txt-main-nav-link3 span {background: url(../images/txt-main-nav-link3.png) no-repeat;}
.main-nav a.txt-main-nav-link4 span {background: url(../images/txt-main-nav-link4.png) no-repeat;}
.main-nav a.txt-main-nav-link5 span {background: url(../images/txt-main-nav-link5.png) no-repeat;}


.main-nav li a:hover {background: url(../images/bg-main-nav.png) no-repeat !important;}
.main-nav li.active a {background: url(../images/bg-main-nav.png) no-repeat !important;}


.main-nav ul {padding: 0 0 10px 10px;}

.main-nav ul li a {
	text-indent: 0;
	color: #faa5b6;
	font-size: 11px;
	line-height: 20px;
	display: inline;
	text-decoration: none;
	background: none !important;
}
.main-nav ul li a:hover {
	background: none !important;
	color: #fff;
}
.main-nav ul li.active a {
	background: none !important;
	color: #fff;
	
}
.main-nav ul li {
	background: none !important;
	padding: 0;
}


/*cube*/
.cube {
	width: 113px;
	height: 130px;
	background: url(../images/img-cube.png) no-repeat;
	margin-left: 58px;
}
/*content*/
.content {
	float: left;
	width: 100%;
	background: url(../images/bg-content.gif) repeat-x;
	margin-bottom:50px;
}
.content-holder {
	padding: 0 42px;
}
/*two-boxes*/
.two-boxes {margin-bottom: 22px;}
/*graybox1*/
.graybox1 {
	background: #efefef;
	overflow: hidden;
	height: 1%;
	padding: 10px 15px;
	min-height: 131px;
}
.photo-holder {
	float: right;
	margin-left: 22px;
}
.photo-holder img {margin-bottom: 1px;}
.photo-desc {
	background: url(../images/bg-photo-desc.gif) repeat-y;
	padding: 0 11px 0 15px;
}
.more-photos {
	display: block;
	color: #fff;
	font-size: 130%;
	line-height: 35px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/ico-more-arrow.gif) no-repeat 100% 52%;
}
.more-photos:hover {text-decoration: underline;}
/*graybox2*/
.graybox2 {
	padding: 12px 160px 0 15px;
	overflow: hidden;
}
/*** Änderung von Bärnu: Mehr Luft oben und unten ***/
.graybox2-holder {
	width: 100%;
	position: relative;
	margin-bottom: 35px;
	margin-top:20px;
	background: url(../images/bg-gray-box1.gif) no-repeat;
	height: 107px;
	
}
.mac-holder {
	position: absolute;
	right: -2px;
	top: -11px;
}
.mac {
	width: 135px;
	height: 170px;
	padding: 6px 7px;
	background: url(../images/img-mac.png) no-repeat;
}
.photo-galery-list {margin:0 0 0 52px;}
.photo-galery-list li {
	float: left;
	margin-right: 2px;
}
.photo-galery-list a {
	display: block;
	width: 9px;
	height: 9px;
	overflow: hidden;
	background: url(../images/img-red-button.gif) no-repeat;
	text-indent: -999px;
	position: relative;
}
.photo-galery-list a:hover, .photo-galery-list a.active {background-position: 0 -9px;}
/*news-list*/
.news-list li {
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e2e1e1;
	position: relative;
}
.news-list li h2 {color: #cd1338;}
.news-list li h3 {margin-bottom: 5px;}
.news-list li p {margin-bottom: 5px;}

/*projekt-list*/

.projekt-list {
	line-height:1.3em;
	margin-top:35px;
}

.projekt-list div#projektimage {
	margin-top:-3px;
	float:left;
	background:url(../images/bg-projekte.jpg) no-repeat;
	width:230px;
	height:170px;
}
.projekt-list li {
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e2e1e1;
	position: relative;
}

.projekt-list li img {
	margin-top:4px;
	margin-left:5px;
	margin-bottom:20px;
}

.projekt-list li h2 {color: #cd1338;}
.projekt-list li h3 {margin-bottom: 5px;}
.projekt-list li p {margin-top: 10px;}

#tx_frpprojekte_pi2_bild img {
	margin-bottom:13px;
}

.photo-shadow-holder {
	float: left;
	width: 120px;
	height: 88px;
	overflow: hidden;
	position: relative;
	margin-right: 10px;
}
.photo-shadow-holder_old {
	float: left;
	width: 120px;
	height: 88px;
	overflow: hidden;
	position: relative;
	margin-right: 10px;
}

.photo-shadow-holder img {
	border:1px;
}
.photo-shadow-holder_old img {
	border:1px;
}
.photo-shadow-holder span {
	width: 120px;
	height: 88px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/img-photo-shadow.png) no-repeat;
}
.photo-shadow-holder_old span {
	width: 120px;
	height: 88px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
/*sidebar2*/
.sidebar2 {
	float: right;
	margin-right: -189px;
	display: inline;
	width: 189px;
}
/*sidebar2-header*/
.sidebar2-header {
	height: 37px;
	background: url(../images/bg-sidebar2-top.gif) no-repeat;
	padding: 25px 0 0 18px;
	border-bottom: 1px solid #fff;
	margin-bottom: 35px;
}
.rss {
	color: #666;
	padding-left: 22px;
	line-height: 18px;
	display: block;
	text-decoration: none;
	background: url(../images/ico-rss.gif) no-repeat 0 50%;
}
/*sidebar2-content*/
.sidebar2-content {padding: 0 18px;}
.banner-box {
	background: url(../images/bg-white-box1.gif) no-repeat;
	margin-bottom: 20px;
}
/*** Eingefügt von Bärnu: line-height ***/
.banner-box-holder {
	font-size: 90%;
	background: url(../images/bg-white-box3.gif) no-repeat;
	padding: 13px 17px 15px;
	margin-top:5px;
	line-height:20px;
}
.banner-box-holder p {
	margin-bottom: 10px;
	display: block;
}
.banner-box-holder p.bodytext {
	display:block;
	margin-bottom:10px;
	font-weight:bold;
}

.banner-box-holder p ul li a {
	margin-bottom: 4px;
	display: block;
}

.banner-box strong {
	color: #363636;
	font-size: 90%;
	margin-bottom: 5px;
	display: block;
}

.zum-link {
	padding-left: 20px;
	line-height: 20px;
	background: url(../images/ico-red-arrow2.gif) no-repeat 0 50%;
	display: block;
}
/*beard-box*/
.beard-box {
	background: url(../images/bg-white-box2.gif) no-repeat 0 100%;
	padding-bottom: 13px;
	margin-top:20px;
}
.beard-box-holder {
	background: url(../images/bg-white-box2.gif) no-repeat;
	padding: 60px 10px 0 8px;
}
/*time-list*/
.time-list { margin-bottom: 10px;}
.time-list li {
	width: 100%;
	overflow: hidden;
	color: #686868;
	margin-bottom:5px;;
}
.time-list em {
	background: url(../images/img-white-arrow.gif) no-repeat 19px 7px;
	float: left;
	width: 18px;
	padding-right: 6px;
	text-align: center;
	font-style: normal;
	font-size: 9px;
}
.time-list p {
	padding-left: 10px;
	color: #686868;
	font-size: 9px;
	line-height: 12px;
	width: 95px;
	float: left;
	margin-bottom: 0;
}
.time-list p a {
	color: #0052a3;
	text-decoration: none;
}
.time-list p a:hover {text-decoration: underline;}
/*clock*/
.clock {
	padding-left: 30px;
	font-size: 80%;
	font-weight: normal;
	color: #0085dd;
	background: url(../images/ico-clock.gif) no-repeat 0 50%;
	display: block;
	line-height: 18px;
	margin-bottom: 15px;
}
/*follow-us-link*/
.follow-us-link {
	margin-left: 40px;
	display: block;
	color: #0085dd;
	padding-left: 20px;
	background: url(../images/ico-blue-arrow.gif) no-repeat 0 55%;
	line-height: 15px;
}
.content-text h1 {
	color: #cd1338;
	font-size: 220%;
	font-weight: normal;
	margin-bottom: 13px;
}
.content-text h2 {
	font-size: 130%;
	margin-bottom: 10px;
}
.content-text h3 {
	line-height: 16px;
	font-size: 110%;
	margin: 0;
}
.content-text p {
	font-size: 100%;
	line-height: 16px;
}
/*** Eingefügt von Bärnu: Formatierung Standart Listen ohne a-Tag ***/
.content-text li{
	line-height: 16px;
}
.content-text ul.news-list li{
	list-style-type:none;
}
.content-text .wrapper {
	overflow: hidden;
	height: 1%;
}
/*links*/
.links {margin-bottom: 12px;}
.links li {
	display: inline;
	padding: 0 3px 0 8px;
	background: url(../images/img-red-separator.gif) no-repeat 0 2px;
	font-size: 100%;
}
.links li:first-child {
	padding-left: 0;
	background: none;
}
.links a {
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
}
.links a:hover {text-decoration: underline;}
/*right-image*/
.right-image {float: right;}

.csc-header {
	margin-top:15px;
}

/*** Eingefügt von Bärnu ***/
.csc-mailform-label{
	margin-left:1px;
	margin-bottom:1px;
}


/*** FORMULARE ***/
.csc-mailform {
	border:none;
	margin:0;
	padding:0;
}
.csc-mailform div.csc-mailform-label {
	line-height:20px;
	margin:10px 0 0;
}
.csc-mailform div.csc-mailform-field input.csc-mailform-submit {
	margin:10px 0 0;
}