#inhalt{
	padding: 0px 15px 15px 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration:none;
    text-align: justify;
}
h1{
    font-family:'Trebuchet MS',Georgia,Times New Roman,Verdana,Arial,Sans-Serif;
    font-weight:normal;
    font-size:22px;
    line-height:22px;
    color:#FF8000;
    background: transparent url('../images/blue.gif') repeat-x left bottom;
}
h2{  font-family:'Trebuchet MS',Arial,Sans-Serif;
    font-weight:bold;
    font-size:14px;
    color:#1B4F8F;
}

h3{  font-family:'Trebuchet MS',Arial,Sans-Serif;
    font-weight:bold;
    font-size:12px;
    color:#1B4F8F;
}

h3.old{
    font-family:Georgia,Times New Roman,Verdana,Arial,Sans-Serif;
    font-weight:normal;
    font-size:12px;
    color:#1B4F8F;
    line-height:12px;
}

p b{
    font-family:'Trebuchet MS',Arial,Sans-Serif;
    font-weight:bold;
    font-size:14px;
    color:#1B4F8F;
}


.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 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:#FFFFFF;
    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;
}


