* {
margin:0;
padding:0;
}

html, body {
height:100%;
}

/* IE Win only \*/
* html #wrap {
height:100%;
}
/* */

#footer {
height:23px;
margin-top:-23px;
}

/* Styling */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
background-color: #cecece;
background-image: url(../images/body_bg.jpg);
background-repeat: repeat-x;
text-align: center; /* horizontal zentrieren fuer IE5 */
}

#wrap {
min-height:100%;
width:940px;
background-image: url(../images/content_bg.jpg);
background-position: 0px 150px;
background-repeat: no-repeat;
margin:0 auto;
text-align:left;
}

#wrapi {
min-height:100%;
width:940px;
background-image: url(../images/content_bg2.jpg);
background-position: 0px 150px;
background-repeat: no-repeat;
margin:0 auto;
text-align:left;
}

#header {
height: 150px;
background-color:#000000;
color:white;
padding:0px;
}

#contentX {
padding: 0px 0px 23px 23px; /* unteres padding in der Hoehe des footers vermeidet Ueberlappung */
}

#footer {
width:100%;
height:23px;
margin-left:auto;
margin-right:auto;
background-color:#000000;
color: #FFFFFF;
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 23px;
}

#footer a:link, #footer a:visited, #footer a:hover {
color: #FFFFFF;
text-decoration: none;
}

#sidebar1 {
float: left; /* since this element is floated, a width must be given */
width: 267px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
/* the background color will be displayed for the length of the content in the column, but no further */
padding: 30px 18px 0px 60px; /* padding keeps the content of the div away from the edges */
}

#twocolsidebar1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
line-height:18px;
text-align:justify;
float: left; /* since this element is floated, a width must be given */
width: 498px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
/* the background color will be displayed for the length of the content in the column, but no further */
padding: 28px 18px 0px 69px; /* padding keeps the content of the div away from the edges */
}

#sidebar2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
line-height:18px;
float: right; /* since this element is floated, a width must be given */
width: 227px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

/* the background color will be displayed for the length of the content in the column, but no further */
margin-top: 30px;
margin-bottom: 15px;
padding: 0px 67px 0px 20px; /* padding keeps the content of the div away from the edges */
border-left: 1px dotted #666;
height: 375px;
text-align: justify;
}

#mainContent {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
line-height:18px;
text-align:left;
margin-top: 0px;
margin-right: 340px;
margin-bottom: 0px;
margin-left: 360px;
padding: 30px 0px 0px 0px;
}

h1 {
font-size: 11px;
font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight:bold;
 	font-style: oblique;
	margin-bottom: 5px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

a:link {
color:#000000;
text-decoration:none;
}

a:visited {
color:#000000;
text-decoration:none;
}

a:hover {
color:#000000;
text-decoration:underline;
}

ol {
margin-left: 20px;
}

li {
list-style-position: outside;
margin-left: 15px;
margin-top: 10px;
}

.infobox {
	margin: 10px 0px 10px 0px;
	padding: 10px;
	background-color:#e0f0e0;
	border: 1px solid #006746;
}

.txtimage {
float:left;
margin:0px 10px 5px 0px;
}

em {
color:#000000;
}


a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#006746;
    text-decoration:none;
	background-color: #eff0f0;
	background: #eff0f0;
	}

a.info:hover{z-index:25; background-color:#eff0f0; text-decoration:underline; font-size: 99%; }

a.info span{display: none;}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #575656;
	text-decoration:none;
	position:absolute;
    top:20px;
	left:-200px;
	width:400px;
    border:1px solid #575656;
    background-color:#e0f0e0;
	padding: 10px;
}

.emcs {
	font-style: italic;
}
#fourprev {
	height: 375px;
	width: 100%;
	border: 1px dotted #666;
}
#fourprev div {
float: left;
width: 120px; /* adjust to desired width */
height: 168px; /* adjust to desired height */
text-align: center;
padding: 0px;
margin: 12px 0px 0px 9px; /* adjust as desired */
}
#fourprev div img {
border: none;
vertical-align: middle;
}

#submen {
	width: 100%;
}

*+html #submen {
	width: 242px;
}

#submen div {
float: left;
width: 120px; /* adjust to desired width */
text-align: center;
padding: 0px;
margin: 0px 0px 7px 0px; /* adjust as desired */
}
#submen div img {
border: none;
vertical-align: middle;
}


.headingsimg {
	margin-bottom: 15px;	
}
.headingsimg2 {
	margin-bottom: 20px;	
}
.dot {
	margin: 0px 5px 1px 0px;
}

#bigimagefloat {
	float: left;
	width: 240px;
	height: 315px;
}

.intextlink {
	text-decoration: underline;
}

a.intextlink:link, a.intextlink:visited {
	text-decoration: underline;
}

a.intextlink:hover {
	text-decoration: none;
}

.servicepic {
	float: left;
	margin: 0px 18px 8px 0px; 
}
.servicepicr {
	float: left;
	margin: 0px 0px 8px 0px; 
}

.eingabe {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
background-color: #848484;
border: none;
padding: 3px;
margin: 3px 0px;
}

.small {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}
.verysmall {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
line-height: 14px;
color: #000000;
}

.red {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #F00;
}

.submit {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
background-color: #000000;
border: none;
padding: 4px;
margin: 3px 0px;
}
