* {
	margin:0;
	padding:0;
}

html {
}

body {
/*text-align:center;*/
margin: 0px 0px 0px 0px;
/*margin: 0;/* without margins the page would be stuck to the sides*/
font-family: Helvetica,Arial,sans-serif;/* base font is defined in the page */
line-height: 1.3em;
font-size: 12px; /* size font is defined in the page */
color:#000000;
background-color:#FFFFFF;
}

a {
text-decoration:  none;
color: #000000; 
border: none;
text-decoration:  none; 
}

a:hover {
text-decoration:  underline; 
border: none;
 }
 
a.mainlevel-nav{
text-decoration:  none;
color:#000000
}
a.mainlevel-nav:hover{
text-decoration:  underline;
}

img {margin-left:20 px;margin-right:20px;padding-left:5px;padding-right:5px;}

td {vertical-align: top;}

/*Layout der page*/
#center {
display:block;
text-align:center;	
min-height:139px;
}
#content {
width:990px;
height:139px; 
margin-left:auto;
margin-right:auto;
text-align:left;
}

#top_graphic{
background-image: url('../images/site_top.jpg');
height:139px;/*höhe der oberen Grafik hier beeinflussen*/
text-align:right;
}

#top_menu {
margin-bottom:25px;
}

#articles{
background-image: url('../images/krautkopf_bg.jpg');
min-height:552px;/*höhe der oberen Grafik hier beeinflussen*/
background-repeat:no-repeat;
text-align:center;
clear:both;
}

#g_footer{
text-align:center;
}



