@charset "UTF-8";

/* ####################### */
/* internet design schmidt */
/*    www.id-schmidt.de    */
/* ####################### */

@import url(style-ermstedt-navi-2010.css);


html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background:#fff;
}

#header {
	position:relative;
	width:990px;
	margin:0 auto;
	background: url(img/kirche-ermstedt-top.jpg) no-repeat;
	height:290px;
}

.bild-top {
	position:absolute;
	top:75px;
	left:35px;
	width:920px;
	height:190px;
	overflow:hidden;
}

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

#wrapper {
	width:990px;
	margin:0px auto;
}

#column1 {
	float:left;
	width:200px;
	display: inline;
	margin-top:25px;
	margin-left:40px;
	overflow:hidden;
}

#column1-content {
	padding:0 5px 0 5px;
	overflow:hidden;
}

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

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

.minheight-column {
   min-height: 300px;
   height: auto !important;
   height: 300px;
}

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


.alles {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px; /* Footer */
	width:990px;
	background:url(img/kirche-ermstedt-main.jpg) repeat-y;
}
.footer, .push {
	height:90px; /* Footer */
	
}

.footer {
	position: relative;
	width:990px;
	height:90px;	/* Footer */
	margin: 0 auto;
	background:#fff url(img/kirche-ermstedt-footer.jpg) no-repeat;
}

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


/* -------------------------------------- Links -------------------- */


#footer-innen {
	font-size: 0.8em;
	color: #999;
}

#footer-innen a:link {
	color: #999;
	text-decoration:none;
}
#footer-innen a:visited {
	color: #999;
	text-decoration:none;
}
#footer-innen a:hover {
	color:#000;
	text-decoration:underline;
}
#footer-innen a:active {
	color:#000;
	text-decoration:none;
}



#column2 a:link, #column2-2sp a:link, #column3 a:link, #column2-1sp a:link {
	color:#224979;
	text-decoration:underline;
}
#column2 a:visited, #column2-2sp a:visited, #column3 a:visited, #column2-1sp a:visited {
	color:#224979;
	text-decoration:underline;
}
#column2 a:hover, #column2-2sp a:hover, #column3 a:hover, #column2-1sp a:hover {
	color:#649adb;
	text-decoration:underline;
}
#column2 a:active, #column2-2sp a:active, #column3 a:active, #column2-1sp a:active {
	color:#649adb;
	text-decoration:underline;
}

#column1-content a { text-decoration:underline; }
#column1-content a:link { color:#fff; }
#column1-content a:visited { color:#fff; }
#column1-content a:hover { color:#333; }
#column1-content a:active { color:#333; }


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

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999;
	font-size:0.9em;
}

h1 {
	font-size:16px;
	color:#09c;
	border-bottom:#ccc solid 1px;
	padding:15px 0 2px 0;
}

h2 {
	font-size:14px;
	color:#900;
	padding:10px 0 5px 0;	
}

h3 {
	font-size:14px;
	color:#666;
}

.csc-textpic-caption {
	font-size:9px;
	}
	
h4 {
	font-size:16px;
	color:#09c;
	padding:15px 0 2px 0;	
}
