@import "style_3spalten_nav_left.css";

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    line-height:16px;
    margin:0;
    padding:0;
}

table td {
    padding: 0px;
    vertical-align: top;
}

table.layout {
    width: 990px;
    margin-right: auto;
    margin-left: auto;
}

a {
    color: #7F6F07;
    text-decoration: none;
}

a:hover {
    color: #413816;
    text-decoration: underline;
}


.bghell{
    background-color:#FFF9D4;
}

.bggrey{
    background-color:#D9D6C5;
}


#text ul {
    margin: 0px;
    padding-left:17px;
}

#text ul li {
    list-style-type: circle;
    list-style-image: url(/_images/bullet.gif);
	 line-height:16px;
	 vertical-align: middle;
}


.small {
    font-size: 11px;
    line-height:12px;
}



.middle {
    width: 788px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}


#logo {
    float:right;
    width:150x; 
    height:100px;
}

#text {
    width: 550px;
    padding-top:20px;
    padding-left:50px;
    padding-right:0px;
}

#text h1 {
    font-size: 12px;
    font-weight: bold;
    color: #3E3D40;
    margin:0;
    padding:0;
    margin-top: 0px;
    margin-bottom: 18px;
}

#text h2 {
    display:block;
    font-size: 11px;
    font-weight: normal;
    background-color:#D4CFB9;
    color: #413816;
    padding:0px;
    margin-bottom: 2px;
}


.image {
    border: 1px solid #8F9092;
}


/* Formular */
.f250{
    height:20px;
    width:250px;
    background-color: #FBF8F0;
    border:#ffffff 0px solid; 
    line-height:20px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  
    font-size: 11px;  
    color: #04285B;
    background-repeat: repeat-x;
    background-image: url('/_images/buttonbg.gif');
}



.textarea {
    width:250px;
    height:60px; 
    background-color:#FFF9D4; 
    border:#999999 0px solid;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  
    font-size: 11px;  
    color: #04285B;
    line-height:14px;
    background-repeat: repeat-x;
    background-image: url('/_images/buttonbg.gif');
    background-position:bottom;
}



.button {
	border: solid 1px #F2E7A4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  
	font-size: 10px;  
	color: #04285B;
    line-height:14px;
    background-repeat: repeat-x;
    background-image: url('/_images/buttonbg.gif');
}