* {
	margin:0;
	padding:0;
	border:0;
}

body {
	background-image:url(../images/layout/hintergrund.jpg);
	background-repeat:repeat-x;
	background-color:#c3c1c1;
	font-family:Tahoma;
	/*font-family:Verdana;*/
	font-size:12px;
	width:100%;
        line-height:17px;
}

h1{
	font-size:24px;
	font-weight:normal;
	margin: 0 0 25px 0;
}

h2{
	font-size:18px;
        margin:10px 0;
}



.liste_haken{
	list-style:none;
	list-style-type:none;
	list-style-position:outside;
	margin:18px 0 36px 3px;
}

.liste_haken li{
	 background-image:url(../images/layout/listen_haken.jpg); 
	 background-repeat:no-repeat; 
	 background-position: 0 0;
	 padding-left:40px;
	 line-height:42px;
	 font-size:16px;
}

.liste_haken li .bold{
	font-size:18px;
	font-weight:bold;
}

.liste_haken li.kleinbold{
	font-size:12px;
	font-weight:bold;
}

.liste_plus{
	list-style:none;
	list-style-type:none;
	list-style-position:outside;
	margin-bottom:15px;
}

.liste_plus li{
	 background-image:url(../images/layout/listen_plus.jpg); 
	 background-repeat:no-repeat; 
	 background-position: 2px 5px;
	 padding-left:15px;
}

#content a, #content a:visited{
   color:#EE0000;
   text-decoration:none;
   font-weight:bold;
}
#content a:hover{
   text-decoration:underline;  
}


#content{
    margin:18px 0 12px 4px;
}

#content p{
    margin-right:75px;
}

#content ul{
    margin-right:75px;
}

#content img{
    margin-right:0;
}

#content .content_tab1{
    float:left;
    width: 60px;
}

#content .content_tab2{
    float:left;
    width: 160px;
}

.logout{
    color:#EE0000;
    font-weight:bold;
    text-decoration:none;
    padding:10px 0 0 10px;
}
.login{
    color:#000000;
    font-weight:bold;
    text-decoration:none;
    padding:10px 0 0 10px;
}


