@charset "UTF-8";

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

@import url(style-navi-top.css);
@import url(style-navi-left.css);
@import url(tabellen.css);

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background:#fff url(img/evrg-bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	font-size:0.9em;
}

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

#menu-top {
	position:absolute;
	top:90px;
	left:12px;
	width:196px;
	height:248px;
}

#bild-top {
	position:absolute;
	top:90px;
	left:210px;
	width:768px;
	height:248px;
	overflow:hidden;
}

.link-evrg {
	float:left;
	display:inline;
	width:870px;
	height:88px;
}

.link-esm {
	float:left;
	display:inline;
	width:110px;
	height:88px;
}
	

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

#wrapper {
	width:990px;
	margin:0px auto;
	background:url(img/template-1-bg-top.jpg) no-repeat;
	background-position:center 200px;
}

#column1 {
	float:left;
	width:196px;
	display: inline;
	margin-left:12px;
}


#column2-3sp {	
	float:left;
	width:510px;
	display:inline;
	margin-left:18px;
	text-align:justify;
	overflow:hidden;
	padding-bottom:50px;
}

#column2-2sp {	
	float:left;
	width:740px;
	display:inline;
	margin-left:18px;
	overflow:hidden;
	padding-bottom:50px;
}


#column3 {
	float:left;
	width: 205px;
	display: inline;
	margin-left:30px;
}

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

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


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

.footer {
	position: relative;
	width:990px;
	height:70px;	/* Footer */
	margin: 0 auto;
	background:url(img/evrg-bottom.jpg) no-repeat #ffffff;
}

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


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


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

#footer-innen a:link {
	color: #004f9f;
	text-decoration:none;
}
#footer-innen a:visited {
	color: #004f9f;
	text-decoration:none;
}
#footer-innen a:hover {
	color:#df2101;
	text-decoration:underline;
}
#footer-innen a:active {
	color:#df2101;
	text-decoration:none;
}



#column2 a:link, #column2-2sp a:link, #column3 a:link, #column2-3sp a:link {
	color:#224979;
	text-decoration:underline;
}
#column2 a:visited, #column2-2sp a:visited, #column3 a:visited, #column2-3sp a:visited {
	color:#224979;
	text-decoration:underline;
}
#column2 a:hover, #column2-2sp a:hover, #column3 a:hover, #column2-3sp a:hover {
	color:#649adb;
	text-decoration:underline;
}
#column2 a:active, #column2-2sp a:active, #column3 a:active, #column2-3sp 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 -------------------------- */

 .csc-firstHeader, h1 {
	font-size:1.8em;
	color: #004f9f;
	padding:0 0 5px 0;
	margin:0 0 15px 0;
	border-bottom:1px dotted #333;
	text-align:left;
	}
	
h1 {
	font-size:1.4em;
	margin:25px 0 10px 0;
	color: #84b2ff;
	border:none;
	text-align:left;	
}
	
h2 {
	font-size:1.1em;
	color:#8dbd36;
	text-align:left;
}
	
	
h3 {
	font-size:1em;
	color:#f23434;
	font-weight:normal;
	padding:0;
	margin:0 0 15px 0;
	text-align:left;
	}



.csc-textpic-caption {
	font-size:0.7em;
	color:#aaa;
	font-style:italic;
	padding-top:5px;
	}
	
	
.important {
	font-size:1.5em;
	color:#F00;
	font-weight:bold;
}

.schwaiger-1 {
	text-align:center;
}
