
#inhalt{
	padding: 0px 15px 15px 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration:none;
    text-align: justify;
    left:190px;
}
#aufz{padding-left:35px;}

h1{
    font-family:'Trebuchet MS',Georgia,Times New Roman,Verdana,Arial,Sans-Serif;
    font-weight:normal;
    font-size:22px;
    color:#FF8000;
    background: transparent url('../images/blue.gif') repeat-x 0% bottom;
}
h3{
    font-family:Georgia,Times New Roman,Verdana,Arial,Sans-Serif;
    font-weight:normal;
    font-size:12px;
    color:#1B4F8F;
    line-height:12px;
}
.h4{
    font-family:'Trebuchet MS',Arial,Sans-Serif;
    font-weight:bold;
    font-size:14px;
    color:#1B4F8F;
    border-bottom: 1px dotted #1B4F8F;
    margin-bottom:10px;
    padding:0;
    text-indent:10px;
    background: transparent url('../images/arrow_orange.gif') no-repeat 0% center;
}
p b{
    font-family:'Trebuchet MS',Arial,Sans-Serif;
    font-weight:bold;
    font-size:14px;
    color:#1B4F8F;
}
a{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    color: #1B4F8F;
    text-decoration:none;
}
a:hover{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    color: #000000;
    text-decoration:underline;
}

.imglink{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height:5px;
    color: #1B4F8F;
    text-decoration:none;
}
.imglink:hover{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #000000;
    text-decoration:none;
}

/*
---------------Formular------------------------
*/
fieldset{
    display: block;
	border: 1px solid #B3D2EC;
    padding:10px 20px;
    margin-left:auto;
    margin-right:auto;
    width:300px;
}

legend {
    padding: 4px;
    margin-bottom: 4px;
    font-weight: bold;
}
label {
    margin: 5px 0;
    font-weight: bold;
}
.kontaktdaten,.nachricht{
	width:335px;
}
.anfrage{
	width:450px;
}
.anfrage label{
    display: block;
    width: 150px;
    float: left;
}

.nachricht #text{
	width:210px;
}
.kontaktdaten label{
    display: block;
    width: 90px;
    float: left;
}
.nachricht label{
    display: block;
    width: 70px;
    float: left;
}
select{
    border:	1px solid #B3D2EC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    color: #000000;
    margin: 3px 0;
    background-color:#C4E3FD;
    padding: 1px 3px;
}
input,textarea{
    border:	1px solid #C4E3FD;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    color: #000000;
    margin: 3px 0;
    background-color:#C4E3FD;
	border-bottom: 1px solid #071445;
    padding: 2px 5px;
}
input:active, input:focus, input:hover,
textarea:active, textarea:focus, textarea:hover{
    background: #E8EBDF;
    border:	1px solid #000000;
}
input[type=submit]{border:	1px solid #000000;}

.fault{
    border:	1px solid #FF8000;
    background-color:#FFE8CB;
}


