.input{
   margin-top:5px;
   margin-bottom:5px;
}
/*###################### Two Col  ######################*/

.twoCol {
    overflow: hidden;
    width: 520;
    position: relative;
}

.twoCol1 {
    float:left;
    width:250px;
     
}

.twoCol2 {
    float:right;
    width:250px;
    margin-left:20px;
     
}
/*###################### Three Col  ######################*/

.threeCol {
    overflow: hidden;
    width: 550;
    position: relative;
}

.twoCol .tcol {
	overflow: hidden;
	float: left;
	width: 165px;
}

.twoCol .tcol2 {
	margin-left: 10px;
}

.tcolInner {
	overflow: hidden;
}

.threeCol .tcol1 {
    float: left;
    width: 165px;
    margin-right: 10px;
}

.threeCol .tcol2 {
	float: right;
	width: 165px;
	margin-left:10px;
}

.threeCol .tcol3 {
        float:left;
	width: 175px;
}


 
/* Erich Meyers CSS-Rest */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
h2{
   margin-top:10px;  
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END OF CSS - RESET */

body, html {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	color: #333333;
	line-height: 1.5em;
	background-color: #fff;
}

a, h1, h2, h3 {
	text-decoration: none;
	color: #144888;
}
a:hover, 
a.act {
	color: #f5a700;
}

/* Standard-Inhaltselemente */

ul {
	margin: 1em 0em;
	padding-left: 20px;
}
	ul li {
		list-style-type: circle;
	}
	ul ul {
		margin: 0.5em 0em;
	}
	
h1 {
	margin-top: 20px;
	font-size: 1.53em;
	line-height: 1.7em;
}

h2 {
	font-size: 1.2em;
	line-height: 1.5em;
}
h3{
        font-size: 15px;
        font-family:Arial;
        font-weight:bold;
        line-height:1.2em;
}

p {
	padding: 0.2em 0em;
}
	
/* Typo styles - override */
.csc-textpic-imagewrap ul {
	padding: 0px;
}
.csc-textpic-imagewrap ul li {
	list-style-type: none;
}


/* Layout */
#top {
	width: 970px; 
	padding-left:30px;
	padding-top:30px;
	padding-bottom:30px;
}

#head {
	position: relative;
	height: 125px;
}

#logo {
	width: 170px;
	float: left;
}

#headPic {
	height: 95px;
	width: 800px;
	background-color: #154889;
	background-image: url(../img/topCorner.gif);
	background-position: top right;
	background-repeat: no-repeat;
	float: left; 
}
	#headPic img {
		padding-top: 35px;
		display: block;
		margin: auto;
	}
		

#middle {
	overflow: hidden;
}

#menuCol {
	width: 170px;
	float: left;
}

#mainCol {
	width: 800px;
	float: left;
}

#mainMenu {
	padding: 0;
	margin: 0;
}
	#mainMenu li {
		list-style-type: none;
		margin-bottom: 12px;
	}
	#mainMenu a {
		font-size: 1.23em;
		font-weight: bold;
	}
	#mainMenu ul {
		margin-top: 5px;
		margin-left:10px;
		/*margin-right:5px;*/
	}
		#mainMenu ul a {
			font-size:12px; /*1.07em*/;
			font-weight: normal;
		}
		#mainMenu ul li {
		        margin-left:-15px;
			margin-bottom: 3px;
		}

#contentContainer {
	overflow: hidden;
	z-index : 1;
}

#pageOptions {
	width: 250px;
	float: right;
	margin-top: 22px;
}
#pageOptions a {
	display: block;
	height: 50px;
}

#typoMainContent {
	width: 525px;
	padding-right: 25px;
	overflow: hidden;
}

#typoSubContent {
	margin-top: 20px;
}

#company {
	margin-top: 20px;
	border-top: #B2C2D9 solid 1px;
	overflow: hidden;
	padding-top: 30px;
	font-size: 11px;
}

#companyLeft {
	width: 525px;
	float: left;
	margin-right: 25px;
}
#companyRight {
	width: 250px;
	float: left;
}

#printLink {
	display: block;
	position: absolute;
	right: 110px;
	top: 98px;
}

#importantContent {
	font-size: 0.76em;
	color: #999999;
	line-height:1.5;
}

#langMenuebox {
   position: absolute;
   /*left: 870px;*/
   right: 90px;  
   top: 92px;  
   height: 40px;
   background-image: url('../img/sprachbox_schalter.JPG');
   background-position: top right;
   background-repeat: no-repeat;
}

#siegel_img {
	float: left;
	vertical-align: middle;
	position: relative;
	top: -6px;
	margin-right: 20px;
}

div.toTop {
	margin-top: 13px; 
}

div.toTop a.toTop {
	float: right;
	display: block;
}
