@CHARSET "UTF-8";

body {
	background: url(/images/schelp-bg.jpg);
	background-repeat:no-repeat;
	
	font-family: sans-serif;
	font-size:12px;
	}

img {
	border:0;
}

.error {
	color: #FF6666;
	font-weight:bold;
}

.clr {
	clear:both;
}


.small {
	font-size: 80%;
	}


div.frame {
	margin:20px auto 0 auto;
	width: 905px;
	color: #d5d5d7;
	border-left:solid 1px;
	border-top: solid 1px;
	background-image: url(/images/frameright.jpg);
	background-position: 900px 0px;
	background-repeat: no-repeat;
	padding-right: 5px;
	overflow:hidden; 
}

div.framebottom {
	margin:0px auto 0 auto;
	width: 905px;
	height: 30px;
	padding-right: 5px;
	border-left:solid 1px #d5d5d7;
	background-image: url(/images/framebottom.jpg);
	background-repeat: no-repeat;
	}

div.site {
	margin:0;
	background-color:#FFFFFF;
	width:900px;
	overflow:hidden;
	border:none 0px;
	padding:0px;
	border:none;		
}

div.header {
	margin:0;
	height:133px;	
	background: url(/images/headphoto.jpg);
	background-repeat:no-repeat;
	border-bottom:solid 1px #666;;
}

.logo {
	padding-top: 20px;
	padding-left: 780px;
	}


.content {
		color:#554444;
	
	}
	
.content a,
.content a:visited
	 {
	color:#000;
	}	
	
.content a:hover
	 {
	color:#844;
	}	

	

.content h1 {
	color: #f9a45d;
	text-align:left;
	font-size:22px;
	border-bottom: solid 1px #ccCCCF;
}
.content h2 {
	color: #f9a45d;
	text-align:left;
	font-size:20px;
	
	border-bottom: solid 1px #ccCCCF;
}

.content ul {
	margin: 0 0 15px 15px;
	padding:0;
	text-indent: 0px;
	}

.main {
	position:relative;
		
	}
	
.menu {
	position:relative;
	padding:10px 0 0 0;
	overflow:hidden;
	width:200px;
	height:525px;
	background-color: #f89458;
	background: url(/images/menu-bg.jpg); 
	float:left;
	}
	
.menu .hint {
	position:absolute;
	bottom: 5px;
	text-align:center;
	width:100%;
	color:#FFF;
	font-weight:bold;
	font-size:120%;
	}


.content {
	float:left;
    margin-top:10px;
	top:0;
	padding: 0 20px;
	width:536px;
	height:520px;
	overflow:auto;
	}

	
div.footer {
	
	margin:5px auto 0 auto;
	width: 900px;
	color: #6C6C71;
	font-size:11pt;
	}
	
.right {
	float:right;
	text-align:right;
	border:solid 0px;
	margin-right:30px;	
}
 .left {
	float:left;
	text-align:left;
	margin:0 5px 5px 0 ;
	border:solid 0px;	
}

.center {
	text-align:center;
	margin: 20px auto 5px;
	text-align:center;
	display:block ;
	}

	
	
/* Fomulare */

fieldset {
	border:none;
	margin:0;
	padding:0;
	
	}


.element {
margin-bottom:5px;
		}


label {
	display:block;
	float:left;
	width: 160px;
	margin-top:3px;
}

input {
	width:340px;
}
textarea {
	width:340px;
	height:120px;
}

input.submit {
	float:right;
	border:solid 1px;
	width:181px
	}

label.required {
	font-weight: bold;
	}
             
.captcha label {
	height:55px;             	
	}
.captcha input {
	width:150px;
}	
	
input#FORM-Abschicken {
	margin-left:160px;
	width:158px;
}	
