body{
    margin:0;
    background-image:url(../img/bg.jpg);
    font-family:verdana,arial,tahoma;
    font-size:10pt;
    color:#444;
}

a img{
	border:none;
}

#header_body{
    height:400px;
    background:url(../img/bg_oben.jpg) repeat-x;
}

#container{
	position:relative;
   margin-left:auto;
   margin-right:auto;
   width:1000px;
}

#header{
   height:155px;
   background:url(../img/header.png) no-repeat;
   padding-right:20px;
   padding-top:10px;
   text-align:right;
}

#login .input_field, #login .submit_field{
	background:#eee;
   border:1px solid green;
   color:green;
}

#login a{
	color:#bbb;
}

#content_top{
	background:url(../img/container_bg_oben.png) no-repeat;
   height:60px;
}

#content{
   background:url(../img/container_bg.png);
   min-height:400px;
	padding: 20px 53px 40px 53px;
}

*html #content{
	height:400px;
}

#content a{
	text-decoration:none;
   color:#336c1a;
}

#content a:hover{
	text-decoration:underline;
}

#content_bottom{
	background:url(../img/container_bg_unten.png) no-repeat;
   height:30px;
   text-align:center;
   color:#888;
   font-size:8pt;
   clear:both;
}

.menu_home a{
	display:block;
   height:50px;
	width:196px;
   background:url(../img/menu_home.png);
}

.menu_home a:hover{
	background:url(../img/menu_home.png) 0px 50px;
}

.menu_skat a{
	display:block;
   height:50px;
   width:199px;
   background:url(../img/menu_skat.png);
}

.menu_skat a:hover{
	background:url(../img/menu_skat.png) 0px 50px;
}

.menu_worth a{
   display:block;
   height:50px;
	width:197px;
   background:url(../img/menu_worth.png);
}

.menu_worth a:hover{
	background:url(../img/menu_worth.png) 0px 50px;
}

.menu_grafiken a{
   display:block;
   height:50px;
	width:197px;
   background:url(../img/menu_grafiken.png);
}

.menu_grafiken a:hover{
	background:url(../img/menu_grafiken.png) 0px 50px;
}

.menu_nuetzlich a{
   display:block;
   height:50px;
	width:206px;
   background:url(../img/menu_nuetzlich.png);
}

.menu_nuetzlich a:hover{
	background:url(../img/menu_nuetzlich.png) 0px 50px;
}

.table_header{
	background:#afcba6;
   font-weight:bold;
}

.skat_tabelle{
	border:1px solid grey;
   float:left;
}

.skat_tabelle td{
	height:20px;
	text-align:center;
}

.skat_platz1{
	font-weight:bold;
}

.skat_platz2{

}

.skat_platz3{

}

#menu{
	float:right;
}

.menu_header{
	font-size:14pt;
   color:#336c1a;
}

ul{
   color:#336c1a;
}

ul a{
	text-decoration:none;
	color:#666;
}

ul a:hover{
	color:#336c1a;
   text-decoration:underline;
}

.extern{
   padding-right:15px;
   background: url(../img/ext_link.gif) no-repeat right;
}

.gruen{
	color:#336c1a;
}

#content .input_field, #content .submit_field{
	background:#eee;
   border:1px solid green;
   color:green;
}

#content .input_field{
	width:200px;
}

hr{
	background:#336c1a;
}

h2{
	font-family:Times New Roman;
   font-style:italic;
   font-weight:normal;
}

h1, h2{
	color:#336c1a;
}

.rahmen{
	padding:10px;
   border:1px solid #336c1a;
   background:#c5e0b9;
}

.links{
	float:left;
   margin-right:10px;
   margin-bottom:10px;
}

.rechts{
	float:right;
   margin-left:10px;
   margin-bottom:10px;
}