/* CSS Document */

body {
	background-color: #f2f3ff;
	background-image: url(bilder/stobbe_contenthg_alt.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0;
	margin: 0;
	height: 100%;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
	}
* html body{
	font-size: x-small; /* IE5 WIN */
	f\ont-size: small; /* rest IE */
}

input,textarea  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
	}
* input,textarea {
	font-size: x-small; /* IE5 WIN */
	f\ont-size: small; /* rest IE */
}


a {
	text-decoration: none;
}

img {
	border: 0;
}


#contentrahmen {
	margin: 0 auto;
	width: 861px;
	background-image: url(bilder/stobbe_contenthg_alt.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
}

#streifenoben {
	background-image: url(bilder/stobbe_pagehg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#head {
	margin: 0 auto;
	height: 108px;
	text-align: center;
	background-image: url(bilder/stobbe_contenthg_alt.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#navi {
	font-size: 100%;
	margin: 0 auto;
	padding-top: 8px;
	width: 769px;
	height: 34px;
	text-align: center;
	background-image: url(bilder/stobbe_navihg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#navi ul {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
	width: 730px;
}

#navi ul li {
	border-left: 1px solid #aaaaaa;
	float:left; 
	/*width: 240px;*/
	/*width: 181px;*/
	width: 144px;
}
#navi li.last {
	border-right: 1px solid #aaaaaa;
}
#navi a {
	display: block;
	color: #666666;
	padding-top:1px;
	padding-bottom: 1px;
}
#navi a:hover {
	background-color: #e3e6ff;
	color: #000000;
}
#navi a.sel {
	font-weight: bold;
	color: #353d8e;
}


#content {
	font-size: 100%;
	line-height: 1.5em;
	margin: 0 auto;
	width: 769px;
}

#content div {
	width: 340px;
	padding: 35px 0 0 75px;
	float: left;
}
#content div.right {
	width: 250px;
	margin-left:65px;
	text-align:left;
	padding-left:0;
}
#content div.right img {
	border: 1px solid #d8d7d6;
	padding: 5px;
}
#content div.right img.icon {
	border: 0;
	padding: 0;
}

#content p {
	text-align: justify;	
}
#content h1 {
	font-size: 110%;
}
#content a {
	text-decoration: none;
	font-weight: bold;
	color: #353d8e;
}
#content a:hover {
	text-decoration: underline;
	color: #7177b0;
}
#content a.extern {
	background-image:url(bilder/icon_externerlink.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:13px;
}

.cleaner {
	clear: both;
}


/* Formulare */
input, textarea {
	background-color: #f2f3ff;
	border: 0;
	border-bottom: 1px dashed #353d8e;
	padding: 2px;
}
input:hover, textarea:hover {
	background-color: #daddff;
}
input:focus, textarea:focus {
	background-color: #daddff;
	border-style: solid;
}
input {
	width:270px;
}
input.bt {
	background-color: #daddff;
	width: auto;
	border: 1px solid #353d8e;
}
input.notxt {
	padding: 0;
	margin: 0;
	width: auto;
}

.input_tx_wrong {
	background-color:#FFDFE4;
}
.textfeld_std {
}
.help {
	cursor: help;
}

div.fehler {
	border:1px solid #cc0000;
	margin: 10px 0;
}
div.erfolg {
	border:1px solid #006600;
	margin: 10px 0;
}
