* {margin: 0; padding: 0;}

body {
background-image:url(../images/bg.gif);
font-family: "Lucida Sans Unicode",sans-serif;
}

#container {
width: 770px;
margin: 20px auto;
border-right: solid 4px #B6AC98;
border-left: solid 4px #B6AC98;
}

/*Anfang Header*/
#header {
background-color: #736651;
height: 120px;
margin: 0 auto;
width: 770px;
}
/*Ende Header*/

/*Anfang Banner*/
#banner {
float: left;
margin-left: 20px;
margin-top: 10px;
}
/*Ende Banner*/

/*Anfang Topnavigation*/
#topnavigation {
margin: 0 auto;
padding: 0 18px;
width: auto;
height: 44px;
background: #FFF url(../images/bgnavigation.gif) repeat-x;
font-size: 12px;
font-weight: bold;
}

#topnavigation ul {
margin: 0px;
padding: 0px;
list-style: none;
}

#topnavigation li {
display: inline;
}

#topnavigation a{
color: #543510;
text-decoration: none;
text-transform: uppercase;
padding: 3px 4px;
margin-right: 12px;
line-height: 44px;
}

#topnavigation a:hover {
color: #846300;
background: #CEBDA1;
text-decoration: none;
text-transform: uppercase;
}
/*Ende Topnavogation*/

/*Anfang Flagge*/
#flagbar {
height: 25px;
width: 770px;
background-color: #736651;
}

#flagcontainer {
float: right;
margin-right: 25px;
height: auto;
width: auto;
}
/*Ende Flagge*/

/*Anfang Cleaner*/
.cleaner {
height: 0;
margin: 0;
padding: 0;
clear: both;
}
/*Ende Cleaner*/

/*Anfang leftColumn*/
#leftColumn {
width: 177px;
float: left;
background-color: #DDD7C9;
border-right: solid 3px #B6AC98;
height: 580px;
}

#leftColumn p {
text-align: center;
margin-top: 320px;
font-size: 12px;
}
	
#leftColumn form {
margin-top: 360px;
margin-left: 20px;
}

#leftColumn input {
font-family:"Lucida Sans Unicode", sans-serif;
text-align: center;
size: 14px;
color: #543510;
background-color: #E6DFD0;
border: thin solid #543510;
}

#leftColumn h1 {
background: #BCB39F;
border-bottom: 1px solid #999;
border-top: 1px solid #CCC;
color: #4A4A44;
font-size: 12px;
height: 22px;
margin: 0;
padding-left: 20px;
}

#leftColumn ul {
margin: 0;
padding: 0;
}

#leftColumn li {
border-bottom: 1px solid #A98;
border-top: 1px solid #DDC;
list-style: none;
font-size: 12px;
}

#leftColumn li a {
background: #CCC3AF;
color: #554;
display: block;
padding: 8px 4px 8px 20px;
text-decoration: none;
}

#leftColumn li a:hover {
background: #D6CCB9;
color: #654;
}
/*Ende leftColumn*/

/*Anfang rightColumn*/
#rightColumn {
width: 590px;
background-image: url(../images/background.jpg);
float: right;
height: 580px;
}

#rightColumn h2 {
font-size: 16px;
margin-top: 20px;
margin-left: 25px;
color: #543510;
}

#rightColumn p {
font-size: 14px;
padding-top: 20px;
padding-right: 25px;
text-align: justify;
padding-left: 25px;
color: #543510;
}

#rightColumn table {
margin: 25px;
}

#rightColumn td {
color: #543510;
font-size: 14px;
}

#rightColumn a {
color: #543510;
text-decoration: none;
}
#rightColumn a:hover {
color: #543510;
text-decoration: underline;
}
/*Ende rigthColumn*/


/*Anfang Footer*/
#footer {
clear: both;
background: #958463 url(../images/bgfooter.gif) repeat-x;
color: #FED;
font-size: 12px;
line-height: 40px;
margin: 0 auto;
text-align: center;
width: 770px;
}

#footer a {
color: #FFD;
text-decoration: none;
}

#footer a:hover {
color: #FFF;
text-decoration: underline;
}
/*Ende Footer*/
