@charset "UTF-8";
/* CSS Document */


a { 
outline:0; 
-moz-outline:0;
}

.logo {
visibility: hidden;
display: none;
}


body {
width: 100%;
background-image: url(pics/bg_body.jpg);
background-repeat: repeat-y;
background-color: #fbc321;
margin: 0px;
padding: 0px;
}

.header {
width: 100%;
height: 167px;
background-image: url(pics/bg_header.jpg);
}

.navi_leiste {
width: 100%;
height: 32px;
background-image: url(pics/bg_navi.jpg);
}

.navi {
float: left;
width: 950px;
height: 32px;
background-image: url(pics/navi.jpg);
}

.sprachen {
float: left;
margin-left: 31px;
margin-top: 8px;
}

.sprachen img {
margin-right: 5px;
}

.content {
float: left;
width: 500px;
margin-top: 40px;
margin-left: 170px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #2d6202;
padding-bottom: 30px;
}

.content a {
color: #2d6202;
}

h1 {
width: 500px;
background-color: #dff1cf;
padding: 3px 10px 3px 10px;
margin: 0 0 20px -10px;
font-size: 16px;
}


.bilder {
float: left;
width: 202px;
height: 300px;
margin-top: 40px;
margin-left: 80px;
}

.bilder img {
border: 1px solid #2d6202;
}

.eingabefeld {
width: 400px;
border: 1px solid #2d6202;
}

.sicherheitseingabefeld {
border: 1px solid #2d6202;
}

.hinweise {
font-weight: bold;
}

.news ul {
	list-style-type: square;
	margin-left: 0px;
	padding-left: 0px;
}

.news li {
	padding-bottom: 15px;
}
