@charset "UTF-8";
/* CSS Document */

@import url(style-ids-navi.css);
@import url(styles-mailformular.css);

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(img/spacer.jpg) repeat-x #ccc;
}



#header {
	width: 100%;
	height:190px;
	margin: 0 auto;
	background: url(img/id-schmidt_top.jpg);
}



/* ------------ Inhalt --------------- */

#wrapper {
	width: 100%;
	margin: 0px auto;
	font-size: 0.9em;
	background: url(img/id-schmidt_inhalt_bg.jpg) #ccc;
}

#img-top {
	position:relative;
	left:300px;
	width: 450px;
	height:190px;
	overflow:hidden;
}


#column1 {
	float: left;
	width: 280px;
	display: inline;
	margin-left: 20px;
	overflow:hidden;
}

#column2 {	
	float: left;
	width: 410px;
	display: inline;
	padding: 10px 0 0 0;
	margin-left: 30px;
	overflow:hidden;
}

#column3 {
	float: left;
	width: 190px;
	display: inline;
	padding: 10px 0 0 0;
	margin-left: 20px;
	overflow:hidden;
}



/* --------------- footer ---------*/


.alles {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px; /* margin bottom muss die gleich höhe wie der Footer haben */
	width:965px;
	background: url(img/id-schmidt_inhalt_bg.jpg) repeat-y;
}
.footer, .push {
	height: 120px; /* .push muss die gleiche höhe wie der .footer haben */
	
}

.footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url(img/spacer.jpg);
}

#footer-innen {
	width:965px;
	margin: 0 auto;
	background: url(img/id-schmidt_bottom.jpg);
	height: 120px;
}

#navi-bottom {
	position:relative;
	top:10px;
	left:300px;
	width:450px;
	text-align:center;
}


/* --------------------------- Schrift ----------- */

#div-links, #column2, #column3, #navi-bottom {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#333333;
	}
	
h1 {
	font-size:1.4em;
	color:#FFFFFF;
	}
	
h2 {
	font-size:1.2em;
	color:#000000;
	font-weight:normal;
	}
	
#navi-bottom {
	font-size:0.6em;
	color:#999999;
	}
	
.csc-textpic-caption {
	font-size:0.9em;
	text-align:right;
	color:#009ee0;
	}
	
/* ------------------------ Container ----------------------- */

.csc-frame-rulerAfter {
	border-bottom-color:#009ee0;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	margin-bottom:10px;
}

.csc-frame-frame1 {
	background: #ddd;
	border-bottom:1px #009ee0 solid;
	padding:5px 10px 0 10px;
	margin-bottom:10px;	
	}
	
.csc-frame-frame1 h1 {
	font-size:1.2em;
	color:#009ee0;
	}
	
.csc-frame-frame2 {
	background: #aaa;
	border-bottom:1px #009ee0 solid;
	padding:3px 5px 0 5px;
	margin-bottom:10px;
}

.csc-frame-frame2 h1 {
	font-size:1.2em;
	color:#fff;
	}