/* 
edit by matthias :-)  
general: background image, colors
headers: margins
*/

*{
     margin:0;
     padding:0;
     color:#333333;
     border:0;
     font-family:Tahoma,Arial,Helvetica;
     font-weight:normal;
     font-size:11px;
}

body{
background:url("https://schindlerkocht.at/pics_72/matthias/bggradient.jpg") repeat-x;
    margin-top:40px;
        margin-bottom: 100px;
}

h1,h2,h3,h4{
    color:#444;
    margin-bottom:10px;
    font-size:15px;
}

a:hover{
   color:#F4C00C;
   text-decoration:none;
}

input{
    background:#F2F4CF;
    border:1px dotted #ccc;
    padding:3px;
    display:block;
    margin-bottom:0px;
 }

input:hover{
    background:#FFFFFF;
}

#hide{
  display:none;
}

#alert {
	position:fixed;
	margin-left:-200px;
	width:240px;
}


#wrap{
    width:800px;
    margin:0 auto;
}

#infomail{
    width:240px;
    float:left;
   padding-right:30px;
   margin-top:20px;
}

#slideshow{
    width:800px;
	margin-bottom:20px;
}

#grundlegendes{
    float:left;
    margin-top:30px;
    margin-bottom: 100px;
}

#links{

    font-size:11px;
   width:266px;
   float:left;
   margin-right:9px;
}
#mitte{

    font-size:11px;
   width:245px;
   float:left;
   margin-right:9px;

}
#rechts{
    font-size:11px;
   width:245px;
   float:left;
}

#slowfood{
	left:150px;
top:50px;

}

ul {
	margin-left:12px;
	margin-top:5px;
}

li {
	margin-bottom:5px;
}

