body{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 15px;
line-height: 20px;
background-image: url(pic/hintergrund.png);
background-repeat: repeat-y;
text-align: justify;
}

table{
border-collapse: collapse;
text-align: left;
}

tr{
vertical-align: top;
}

a{
color: #4A7F01;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

.schwarz{
color: #000000;
}

.hauptfenster{
position:absolute;
top:150px;
left:180px;
width:600px;
padding: 10px 0px 10px 10px;
background-color:#FFFFFF;
background-image: url(pic/ecken_r.gif);
background-repeat: no-repeat;
background-position: bottom left;
}

.home td{
padding-bottom: 20px;
}

.gb td{
margin: 20px;
background-color: #D8ECB8;
width: 500px;
}

.leer td{
background-color: #FFFFFF;
}

.rezepte td{
padding-right: 10px;
}


/*navi*/

.navi_block{
position:absolute;
top:150px;
left:0px;
width: 150px;
padding-bottom: 20px;
background-color:#FFFFFF;
background-image: url(pic/ecken_l.gif);
background-repeat: no-repeat;
background-position: bottom right;
}

tr.navi_g{
vertical-align: middle;
height: 25px;
}

tr.navi_k td{
padding-right: 5px;
}

tr.navi_k:hover, tr.navi_g:hover{
background-color: #D8ECB8;
}

a.navi{
margin-left: 10px;
display: block;
width: 138px;
color: #000000;
}

.navi:hover{
text-decoration: none;
}

.navi2{
display: block;
width: 144px;
color: #000000;
font-size: 10px;
text-align: right;
line-height: 15px;
}

.navi2:hover{
text-decoration: none;
}

.loben{
border-top: 1px solid #000000;
}

.lunten{
border-bottom: 1px solid #000000;
}

.loben_unten{
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}


/*Überschriften*/

h1{
font-size: 23px;
margin-bottom: 20px;
margin-top: 5px;
font-weight: normal;
line-height: 30px;
}

h2{
font-size: 18px;
font-weight: normal;
margin-bottom: 20px;
}

h3{
font-size: 15px;
font-weight: bold;
margin-top: 20px;
margin-bottom: 10px;
}

/*Aufzählung*/

ul{
list-style-type:square;

}

/*Formular */
input, textarea{
border: 1px solid #6AB602;
width: 300px;
background-color: #FFFFFF;
}

input:hover, textarea:hover{
background-image: none;
background-color: #F8FFEF;
}

input:focus, textarea:focus{
background-color: #D8ECB8;
}

select{
border: 1px solid #6AB602;
width: 150px;
background-color: #FFFFFF;
}
