@charset "utf-8";
/* CSS Document */

/*Allgemeine Definitionen*/
html{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #dadde2;
}

body{
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(images/hg_seite_verlauf_vertikal.gif);
	background-repeat: repeat-x;
}

p, h1, h2, h3, div{
	margin: 0;
	padding: 0;
}

/*Definition der Boxen*/
#border{
	width: 884px;
	margin: 0 auto;
	border-left: 3px solid #e6e6e7;
	border-right: 3px solid #e6e6e7;
	border-bottom: 6px solid #e6e6e7;
	background-image: url(images/hg_main.gif);
	background-repeat: repeat-y;
}

#head{
	width: 884px;
	height: 82px;
	background-image: url(images/head_logo.gif);
	background-repeat: no-repeat;
}

#subhead{
	width: 882px;
	height: 162px;
	
	/*background-image: url(images/hg_head_rechts.gif);*/
	
	border: 1px solid #ffffff;
}

#menuebox{
	width: 646px;
	height: 156px;
	
	padding-top: 6px;

	background-position: bottom;
	background-repeat: no-repeat;
}

#left{
	float: left;
	width: 646px;
	
	min-height: 420px;
	height:auto;
	
	
	background-image: url(images/hg_content_left.gif);
	background-position: top right;
	background-repeat: no-repeat;
	
	padding-left: 1px;

}

#right{
	float: right;
	width: 235px;
	
	min-height: 420px;
	height: auto;
	
	background-color: #edf0f3;
}

#left .content{
	padding: 10px 20px 20px 20px;
	/*text-align: justify;*/
	font-size: 70%;
}

#right .content{
	padding: 24px 10px 20px 10px;
	/*text-align: justify;*/
	font-size: 70%;	
}

.content  .bildrahmen {
	border:1px solid #afafaf;
}

#right .content ul{
	margin: 0;
	padding: 0;
}

/*Definition Inhalte*/
.content{
	font-size: 80%;
	color: #000000;
}

.content p{
	padding-bottom: 16px;
}

.content h1, .content h3{
	font-weight: 100;
	color: #3b454e;
	font-size: 160%;
	padding-bottom: 12px;  
}
.content a{
	color: #42629d;
	text-decoration: none;
}

.content ul{
	padding-top: 0px;
	margin-top: 0px;
}

.content td{
	vertical-align: top;
}
.content fieldset {
	border:1px solid #E6E6E7;
	margin-bottom:10px;
}
.content label {
	display:block;
}
.form_input, textarea {
	border: 1px solid #7A90BA;	
	padding:1px;
	background:#EDF0F3;
	width:250px;
}
.form_submit {
	border: 1px solid #7A90BA;	
	padding:1px;
	background:#EDF0F3;

}

.form_input:hover {
	background:#fff;
}

.form_input:focus {
	border:1px solid #000;
}

/*SCROLLBOX*/
#servicebox {
	position:relative;
	font-weight: bold;
	color: #CC0000;
	font-size: 120%;
 	width: 260px;
    height: 100%;
    float: left;
    text-align: justify;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*
.content form fieldset{
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.content form fieldset label{
	display: block;
}

.content form fieldset input{
	width: 300px;
}

.content form fieldset textarea{
	display: block;
	width: 300px;
	height: 150px;
}
*/
