html, body {
	width: 100%; 
	height: 100%; 
	margin: 0; 
	background: #fff; 
	background: url(../imgs/bg.jpg) top repeat-X;
	text-align: center;
}

body, body * {
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 0.95em;
	line-height: 1.5em;
	color: #505050;
}

noscript { 
	width: 778px; 
	margin: auto; 
	padding: 4px; 
	overflow: hidden; 
}

h1, h2, h3, h4, h5 { 
	color: #E89C43; 
	font-size: 1.8em; 
	line-height: 1.1em; 
	margin-bottom: 23px;
}

h2 {font-size: 1.6em; font-weight:normal; }
h3 {font-size: 1.4em; font-weight:normal; }
h4 {font-size: 1.2em; font-weight:normal; }
h5 {font-size: 1em; font-weight:normal; }

p.bodytext { margin: 20px 0; font-size:1em; }
p.align-right { text-align: right; }
p.align-center { text-align: center; }
p.align-left { text-align: left; }
p.align-justify { text-align: justify; }

p.csc-frame-frame1 {
	padding:3px; 
	border: 1px solid #000;
	background: #F0F0F0;
}

p.csc-frame-frame2 {
	padding:3px; 
	border: 1px solid #35498E;
	background: #F0F0F0;
}

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

a:hover {
	text-decoration: underline;
}

.csc-textpic-caption {font-size:0.9em;}
.main { 
	width: 850px; 
	margin: auto; 
	margin-top: 15px; 
	text-align: left; 
}

.topimage { 
	float: right; 
}

#header { 
	height: 110px; 
	margin: 0px 0px 10px 0px; 
	background: url('../imgs/header.gif') 1px top no-repeat; 
}

#header .logo { 	
	position: absolute;
	left: 50%;
	margin: 19px 0 0 -520px;
}

.left { 
	width: 180px; 
	min-height: 20px; 
	margin: 0 0 0 103px; 
	padding:0; 
	float: left;
}
.left-row .csc-frame-frame2, 
#right-col .csc-frame-frame2, 
.left-row .csc-frame-frame1, 
#right-col .csc-frame-frame1 { font-size: 0.82em; }

.left-row { 
	width: 200px; 
	min-height: 65px; 
	float: left; 
	background-image: url('../imgs/sides.jpg'); 
	background-position: top left; 
	background-repeat: no-repeat;
}

#mainnav { 
	list-style: none; 
	margin: 20px 0 20px 0; 
	padding: 0; 
	min-height: 248px;
}

#mainnav li {padding: 0; margin:0;}

#mainnav li.distance {
	margin: 20px 15px;
	border-top: 1px dotted #909090;
}

#mainnav li a { 
	margin: 6px 0;
	padding: 2px 0 3px 15px; 
	background: url('../imgs/bg-menu.gif') left top  no-repeat; 
	display: block; 
	color: #707070; 
	text-decoration: none; 
	font-size:0.9em;
	line-height: 1.6em;
}

#mainnav li a:hover, #mainnav li a.active { 
	background: url(../imgs/bg-menu-on.gif) left top no-repeat;
	
}

#mainnav li a.active { 
	font-weight:bold;
}

#mainnav ul, #mainnav ul li {
	margin: 0px;
	padding: 0;
	list-style: none; 
}

#mainnav ul li:first-child { 
	margin: 0;padding: 0;
}

#mainnav ul {
	margin-left:10px;
	margin-bottom: 25px;
}

#mainnav ul a { 
	background: url('../imgs/bg-submenu-off.gif') left 2px no-repeat; 
	padding-left: 20px;
}

#mainnav ul a:hover, #mainnav ul a.active { 
	background: url('../imgs/bg-submenu.gif') left 2px no-repeat; 
	color: #707070; 
}

#right-col { 
	width: 560px; 
	min-height: 65px; 
	margin: 1px 0px 0px 0; 
	float:right;
}

#main-content{
	width: 545px; 
	margin: 15px; 
	margin-bottom: 0;
}

#main-content .csc-textpic-caption {
	font-size: 0.75em;
	padding-top: 5px;
}

#main-content ul {
	margin: 0.4%;
	padding-left:20px;
	margin-left:20px;
	list-style-image: url('../imgs/bg-list.gif');
}

#main-content ol {
	margin: 0.4%;
	padding-left:20px;
}

#main-content li, #main-content a {
	font-size:1em;
}

#main-content table.contenttable td {vertical-align: top;}
#main-content .contenttable { 
	width: 100%;
	margin:0;
}

#main-content a, #main-content .contenttable a {
	border: none;
	color:#E89C43;
}

#main-content .contenttable a img {
	border: #FFF;
	text-decoration: none;
}

#teasers {
	min-height: 1px;
	margin-left: 103px;
}

#teasers h1 a {font-size: 1em;}

#teaser-left,
#teaser-center,
#teaser-right {
	height: 125px;
	width:215px;
}
#teaser-left h1,
#teaser-center h1,
#teaser-right h1  {
	background: url('../imgs/arrow-right.gif') top left no-repeat;
}
#teaser-left {
	float: left;
	background: url('../imgs/bg-teaser-left.gif') top no-repeat;
}

#teaser-center {
	display: inline;
	position: absolute;
	margin-left: 50px;
	background: url('../imgs/bg-teaser-center.gif') top no-repeat;
}

#teaser-right {
	float: right;
	background: url('../imgs/bg-teaser-right.gif') top no-repeat;
}

#teasers * {color: #fff;}
#teasers .margins {
	margin: 5px;
}

#teasers h1 {
	font-size: 1em;	
	margin-bottom: 0;
	/*text-indent:1.8em;*/
	padding-left:1.8em;
	line-height: 1.4em;
}
#teasers p {
	font-size: 0.8em;	
	margin: 0 0 10px 0;
	line-height: 1.2em;
}
.footer { 
	width: 747px;
	height: 249px;
	position: absolute;
	left: 50%;
	margin: -50px 0 0 -337px; 
	padding: 2px 15px 0 15px;
	font-size:0.8em;
	line-height:1.5em;
	text-align: left;
	background: url('../imgs/bg-footer.gif') top no-repeat;
}

.bottom { 
	height: 195px; 
	margin-top: 75px; 
	padding:0px 0 0 102px;
	background: url('../imgs/bg-footer-2.gif') repeat-X; 
}

.footer .left {
	height: 107px;
	width: 340px;
	margin: 3px 15px 5px 15px;
}

.footer .right {
	float: right;
	height: 107px;
	width: 340px;
	margin: 5px 15px;
}

.footer .left ul, .footer .left li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer .left a {
	margin: 0 10%;
	padding: 0px 14px;
	display:block;
	color: #505050;
}

.footer a {
	color: #505050;
}

.footer .left a:hover, .footer .left a.active {
	background: url('../imgs/bg-list.gif') left 3px no-repeat;
}

.footer .left a.active {
	font-weight: bold;
	color: #9C9fA3;
}

/* ########## Formular ########## */
#mailform {
	width: 80%;
	padding:0;
	margin: 0; 
}

fieldset.csc-mailform ,
.tx-felogin-pi1 fieldset {
	border: none;
	width: 90%;
	margin:0;
}

span.required {
	font-size: 1.05em;
	font-weight: bold;
	color: #000000;
}

label,
.csc-mailform-label { 
	width:47%; 
	line-height:1.5em; 
	padding:3px; 
	float:left;
	text-align: right;
	font-size: 1.05em;
}
input, select, textarea { 
	width: 48%; 
	border: 1px solid #C0C0C0; 
	margin: 3px; 
	font-size: 1em; 
	float: right;
	padding:2px;
}

.csc-mailform-field {
	display:block; 
	clear:both;
}

.submit, .csc-mailform-submit {
	width: auto; 
	float:right;
	padding:3px;
	margin-top:10px;
	cursor: pointer;
}

/* ########## Popup/References ########## */
#popup {width:90%;}
#popup, #popup * {text-align:left; font-size: 1em;}
#popup .margins {margin:10px;}

.tx-txreferences-pi1 .txreferences-list ul, .tx-txreferences-pi1 .txreferences-list li {
	list-style: none;
	margin:0;
	padding:0;
}

.tx-txreferences-pi1 .txreferences-list li {
	float:left;
	margin: 5px;
}

.tx-txreferences-pi1 .tx-txreferences-pi1-singleView img {
	float: left;
	margin: 0 10px 10px 0;
}