/* CSS Document */
@media print{
.noprint{
	display:none;
}}
html, body{
	background-color: #FBE4A5;
	font-family:  "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	line-height:22px;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	overflow: hidden;	
}
.verlauf{
	position:absolute;
	background-image:url(layoutimages/siteback.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:580px;
}
.scroll{
	position:absolute;
	width:100%;
	height:100%;
	overflow:auto;
}
.left{
	position:absolute;
	left: 50%;
	margin-left: -400px;
	width:190px;
}
.center{
	position:absolute;
	left: 50%;
	margin-left: -200px;
	width:600px;
	height:auto;
}
/*.right{
	margin-left: 10px;
	width:190px;
}*/
.space{
	width:100%;
	height:5px;
}
.space100{
	width:190px;
	height:100px;
}
.paddingcont5{
	padding:5px;
}
.paddingcont10{
	padding:5px 10px;
}
.floatleft1{
	float:left;
	height:107px;
	width:400px;
	background-image:url(layoutimages/content_top.jpg);
	background-repeat:no-repeat;
}
.floatleft2{
	float:left;
	height:107px;
	width:190px;
	margin-left:10px;
}
.floatleft21{
	position:absolute;
	top:100px;
	height:7px;
	width:190px;
	background-image:url(layoutimages/tbl_top.gif);
	background-repeat:no-repeat;
}
.floatleft3{
	float:left;
	height:7px;
	width:400px;
	background-image:url(layoutimages/content_bottom.gif);
	background-repeat:no-repeat;
}
.floatleft4{
	float:left;
	height:7px;
	width:190px;
	background-image:url(layoutimages/tbl_bottom.gif);
	background-repeat:no-repeat;
	margin-left:10px;
}
/*--SITEADMIN-----------------------------------------*/
.admincenter{
	position:absolute;
	left: 50%;
	margin-left: -400px;
}
.siteadmin{
	background-color:#FFFFFF;
	width:800px;
	height:auto;
	border:1px solid #0D2E59;
}
/*--CONTENT-----------------------------------------*/

.contentmiddle{
	background-image:url(layoutimages/content_middle.gif);
	width:400px;	
}
/*--DRUCK-----------------------------------------*/
.banner_druck{
	background-image:url(layoutimages/drucklogo.jpg);
	width:600px;
	height:100px;
}
/*--INFO-----------------------------------------*/
.infomiddle{
	background-image:url(layoutimages/tbl_middle.gif);
	background-repeat:repeat-y;
	width:190px;
	height:auto;
}
.tblmiddle {
	/*background-image: url(layoutimages/tbl_middle.gif);
	background-repeat: repeat-y;*/
}
.info{
	background-color:#FFF6CD;
	border:1px solid #0D2E59;
}
/*--MAIN-----------------------------------------*/
.clear{
	clear:both;

}
/*--BOTTOM-----------------------------------------*/

/*--LOGIN-----------------------------------------*/
.login{
	position:absolute;
	top:120px;
	left: 50%;
	margin-left: 250px;
	width:100px;
	height:50px;
}

input.button, a.button, .button {
	/*background: transparent url('layoutimages/bg_button_a.gif') no-repeat scroll top right;*/
    color: #444;
    display: block;
    float: left;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	/*background-color: #DEDEDE;
	background-image:url(layoutimages/button_verlauf.jpg);
	background-repeat:repeat-x;
	color: #666;
	margin: 0px 0px 3px;
	padding: 2px;
	text-decoration: none;*/
}
a.button span {
    background: transparent url('layoutimages/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

input.eingabe {
	color:#000;
	background-color: #FBE4A5;
	border-top:solid 1px #555;
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	border-left:solid 1px #555;
	margin: 0px 3px 3px 0px;

}
.form, .formbad {
	background-color: #FFF6CD;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #007759;
}
.formbad {
	color: #BB6666;
}
