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


@import url(style-waidhaus-navi.css);
@import url(formular-waidhaus.css);

html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background: #e9dcc2 url(img/waidhaus_bg-verlauf.jpg) repeat-x;
font-size: 1.0em;
}



#header {
	position:relative;
	width: 1000px;
	margin: 0 auto;
	background-image:url(img/waidhaus_top.jpg);
	height:410px;
}

#image-top {
	position:absolute;
	top: 210px;
	left: 50px;
	width: 900px;
	height: 199px;
	overflow:hidden;
}


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

#wrapper {
	width: 1000px;
	margin: 0px auto;
	background-image:url(img/waidhaus_bg.jpg);
}



#column1 {
	float: left;
	width: 210px;
	display: inline;
	margin-left: 60px;
	padding-top: 35px;
	text-align:justify;
	overflow:hidden;
}

#column1-u {
	padding-left: 10px;
}


#column2 {	
	float: left;
	width: 600px;
	display: inline;
	margin-left: 45px;
	text-align:justify;
	overflow:hidden;
}




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


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

.footer {
	position: relative;
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	background:#e9dcc2 url(img/waidhaus_bottom.jpg) no-repeat;
}

#footer-innen {
	width:1000px;
	padding: 35px 0 0 0;
	text-align:center;
}


#ids {
	padding:12px 0 0 0;
	font-size: 0.7em;
}
/* ---------------------------- Schrift ----------------------- */

#column1-u, #column2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #e9dcc2;
	font-size: 0.9em;
}


#footer-innen {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
	font-size:0.8em;
}

	
.csc-firstHeader, h1 {
	font-size: 1.9em;
	color:#8a6a22;
	font-weight: normal;
	border: none;
	
	}
	
h1 {
	font-size:1.6em;
	color:#000;
	font-weight:normal;
}
	
h2 {
	font-size:1.6em;
	color:#e9dcc2;
	font-weight: normal;
	}
	
	
h3 {
	font-size:1.3em;
	color:#933;
	font-weight: bold;
}


.csc-textpic-caption {
	font-size:0.8em;
	color:#8a6a22;
}
	
.kb_eventboard-header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#933;
	font-weight:bold;
	}

/* ------------------------ Container ----------------------- */

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

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

.csc-frame-frame2 h1 {
	font-size:1.2em;
	color:#fff;
	}
	
	
.contenttable p {
	margin:0;
	padding:0;
}


tbody {
	vertical-align:top;
	text-align:left;
}

