@charset "utf-8";
@import url("reset.css");
@import url("news.css");


html {
	height: 101%;
}

body{
	height: 100%;
	background-image: url(../images/htmlBG.png);
	background-repeat:repeat-y;
	background-color: #e3f2ff;
	background-position: center;
	color: #333;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 11pt;
	line-height: 1.3;
}


#container {
	width: 1100px;
	padding:0;
	margin: 0 auto;
	background-image: url(../images/containerBG.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #E1F3FF;
	border-top: 15px solid #fcf1b5;
	border-bottom: 15px solid #3a80c2;
}

#wrapper {
}

/*
*********************** ALLGEMEIN
*/

.hidden	{display: none;}
.clear	{clear: both;}
.left 	{float:left;}
.right 	{float:right;}
.important {color: #f39912}

a {color:#f39912;}
a:hover {text-decoration: underline;}

.csc-textpic {overflow: hidden;}

#map {width:664px; height: 340px; padding: 1px; margin-bottom: 18px}

table {
	table-layout: auto;
	width: 83%;
	border-collapse: collapse;
	margin-bottom: 36px;
}

	table td { padding:2px 3px;}

table.contenttable-2 {
	color: #677971;
	border: 1px #d7d7d7;
	border-style: none solid solid; 
	background-image: url(../images/tableBG.png);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #eee;
}


	table.contenttable-2 tr {
		border-top:1px solid #d7d7d7;
	}

	table.contenttable-2 td {
		padding:10px 15px;
		border-top:1px solid #d7d7d7;
	}
	
	table.contenttable-2 td.td-0 {
		font-weight: bold;
	}

/*
*********************** TYPO
*/

h1,h2,h3,h4,h5 {
	margin-bottom: 18px;
}

h2 {font-size: 20px;}
h3 {font-size: 17px;}
h4 {font-size: 14px;}

p.bodytext {
	margin-bottom: 18px;
	line-height: 1.3;
}

.csc-textpic-text ul {
	padding: 0 0 0 30px;
	list-style-type: disc;
}

.csc-textpic-text ul li {
	list-style-type: disc;
	padding: 0 0 0 10px;
}

/*
*********************** HEADER
*/


#header {
	height: 261px;
	padding-top: 50px;
}

	#logo a {
		display:block;
		width: 284px;
		height: 159px;
		margin: 0 0 0 731px;
		text-indent: -9999px;
		background-image: url(../images/logoalt.png);
		background-repeat:no-repeat;
	}

/*
*********************** MENU
*/

#mainMenu {
	width: 1006px;
	height: 55px;
	margin: -50px auto 50px;
	overflow: hidden;
	background-image: url(../images/naviTabsBottomBorder.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

	#mainMenu ul {
		height: 40px;
		width: 1008px;
		padding: 0;
	}
	
	#mainMenu ul li {
		display: block;
		height: 40px;
	    width: 110px;
	    float: left;
	    margin-right: 2px;
	}

		#mainMenu ul li a {
		    display: block;
		    text-align: center;
		    line-height: 40px;
		    height: 40px;
		    width: 110px;
		    background-image: url(../images/naviTabs.png);
		    background-repeat: no-repeat;
		    background-position: center 0px;
		    background-color: transparent;
		    color: #fff;
		    font-size: 18px;
		}
		
		#mainMenu ul li a:hover, #mainMenu ul li a.main_active {
			background-position: center -45px;
			color: #333;
			text-decoration: none;
		}
			
#subMenu {
	width: 315px;
	float: left;
}

	#subMenu ul li a {
		display: block;
		width: 218px;
	}

/*
*********************** Main Content
*/

#mainContent {
	margin-left: 328px;
	width: 668px;
	overflow: hidden;
}

	#mainContent h2 {
		width: 544px;
		height:42px;
		background-image: url(../images/headerh2BG.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		padding-top: 1px;
		margin-bottom: 10px;
		padding-left: 10px;
		line-height: 34px;
	}
	
	#mainContent>p,#mainContent>div.csc-textpic,
	#mainContent .rgaccord1-nest,#mainContent > .csc-uploads, 
	#mainContent table.contenttable {
		margin-left: 112px;
	}
	
	#mainContent .csc-textpic-right {
		margin-top: -22px;
	}
	
		#mainContent .rgaccord1-nest p {
			margin-left: 0;
		}
		


/*
*********************** CONTENT
*/

#content {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

	#leftCol {
		width: 645px;
		float: left;
	}
	
	#rightCol {
		margin-left: 725px;
		width: 275px;
	}
	
	#bottomRow {
	clear: left;
	}

/*
*********************** FOOTER
*/

#footer {
width: 988px;
margin: 0 auto;
}

#footerMenu {
width: 988px;
border-top: 2px dotted #fff;
padding-top: 10px;
margin: 0 auto 40px;
clear: left;
text-align: right;
}

		#footerMenu ul li {
			display: inline;
			margin-left: 12px;
		}

			#footerMenu ul li a {
				color: #f39912;
				font-size: 10pt;
			}
		
/*
************************ Formulare
*/

.upload-1 {margin-left: 112px}

.upload {clear: left; overflow: hidden}

	.upload .upload-link {float:left; width: 200px; padding: 0 5px 0 0}

	.upload .upload-filesize {color: #aaa; font-size: 9pt; margin-left: 210px}
	

h3.mailformHeader {	margin-bottom: 0px}
.mailform {	margin-bottom: 18px}

	.mailform ol {width: 630px}
	
	.mailform ol li{
		width: 630px;
		clear: left;
		min-height: 30px;
		line-height: 30px;
	}
	
		.mailform ol li div.mailformLabel {
			float: left;
			text-align: right;
			width: 120px;
			padding-right: 15px;
			font-size: 0.9em;
		}
		
		.mailform ol li div.mailformField {
			margin-top: 4px;
			margin-left: 135px;
			text-align: left;
		}
		
		.mailform ol li div.mailformRequired  {
			background-image: url(../images/requiredBG.png);
			background-repeat: no-repeat;
			background-position: 120px 4px;
		}
		
			.mailform input,
			.mailform textarea,
			.mailform select {
			font-family:"Trebuchet MS";
				width: 280px;
				border: 1px solid gray;
				background:#fff;
				padding: 4px;
				font-size: 1em;
			}
			
			.mailform ol li div.mailformField input.csc-mailform-check{
				margin-top: 2px;
				width: 14px;
				border: none;
				background:none;
			}
			
		#mailformformtype_mail {
			margin-left: 0px;
			width: 290px;
			background-image: url(../images/sendBG.png);
			background-repeat: repeat-x;
			background-color: #f39912;
			cursor: pointer;
		}
/*
************************ FCEs
*/


.colorBar {
	width: 615px;
	height:77px;
	clear: left;
	margin-bottom: 8px;
}

	/*.colorBar_Content {
		color: #333;
		width: 315px;
		float: left;
		height: 77px;
		line-height: 77px;
	}*/
		
		.colorBar_Content a {
			display: block;
			width: 595px;
			padding-left: 20px;
			height: 77px;
			background-image: url(../images/colorbarBG.png);
			background-repeat: no-repeat;
			background-position: center -90px;			
			font-size: 20px;
			line-height: 71px;
			color: #fff;
		}
		 .colorBar a:hover {
			color: #333;
			text-decoration: none;
			background-position: center 0px;

		}

	.colorBar_Image {
		margin:-94px 0 0 337px;
		height: 70px;
	}


.linkBar {
	width: 554px;
	height:42px;
	clear: left;
	padding-top: 1px;
	margin-bottom: 10px;
}

	.linkBar_Content {
		color: #333;
		width: 554px;
		/*float: left;*/
		height: 40px;
	}
		
		.linkBar_Content a {
			display: block;
			padding-left: 40px;
			background-image: url(../images/linkBarBG.png);
			background-repeat: no-repeat;
			background-position: center -50px;
			width: 514px;
			height: 42px;
			color: white;
			line-height: 34px;
			font-size: 20px;
		}
		 .linkBar a:hover {
			color: #333;
			text-decoration: none;
			background-position: center 0px;
		}

	.linkBar_Image {
		margin: -53px 0 10px 557px;
		height: 70px;
		width: 100px;
	}

.teaserImg {
	width: 250px;
	margin: 10px 0 20px 0;
	text-align: center;
	background-image: url(../images/teaserBG.png);
	background-repeat: no-repeat;
	background-position: bottom;
	/*display: table;
	line-height: 174px;*/
	padding: 7px 11px 0;
	font-size: 9pt;
	height:167px
}

	/*#container .teaserImg img {
		background-image: url(../images/teaserBG.png);
		background-repeat: no-repeat;
		background-position: top;
		padding:6px 6px 0;
		margin-top: -4px !important;
		margin-bottom: 6px;
	}
	
	#container .teaserImg .csc-textpic {
	margin-top: -4px;
		margin-bottom: 0;
		overflow: visible;
		margin-left: -12px
	}*/
	
.threeColBoxes {
	width: 1000px;
	margin:45px 0 0 0px;
	background-image: url(../images/dreiSpalterBG.png);
	background-repeat: repeat-x;
	height: 297px;
}

	.threeColBox {
		width: 293px; 
		padding: 10px 20px;
		min-height: 105px;
		float: left;
	}
	
	.threeColBox ul li {
		background-image: url(../images/threeBoxColLiBG.png);
		background-repeat: no-repeat;
		background-position: 0 4px;
		padding-left: 15px;
	}
	
	.threeColBox h2 {
		color: #f39912;
		margin-bottom: 10px;
	}
	
	.threeColBox1 a,.threeColBox2 a {
		color: #333 !important}
	
	.threeColBox1, .threeColBox2 {
		border-right: 1px solid #eaeaea;
	}
	
	.threeColBox1 {
		background-image:url(../images/aktionschild.png) ;
		background-repeat: no-repeat;
		background-position: 227px 10px;
	}
	
	.threeColBox3 {
		background-image: url(../images/iPhone.png);
		background-repeat: no-repeat;
		background-position: 234px 10px;
		background-color: transparent;
		padding-right: 80px;
		width: 215px;
	} 
