body {
	font-family: Verdana, arial, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: rgb(198,229,245);
}

img {
       border:none;
}

/* CONTAINER ----------------------------------------------------------------------- */

#container {
	width: 680px;
        background-color:#FFFFFF;
        border-top: solid 20px rgb(198,229,245);
	margin:0 auto;
	padding:10px;
}

/* HEADER -------------------------------------------------------------------------- */

#header {
        position:relative;
	padding:0 0 0 18px;
	margin: 0;
	width: 662px;
	height: 114px;
	background-image: url('images/header_bg.png');
	background-repeat: repeat-x;
        border-bottom:solid 8px rgb(0,102,153);
}

#language {
        position: absolute;
        left:620px;
        top:95px;
        font-size:13px;
}

#language a { 
        color:rgb(0,102,153);
        text-decoration:none;
}


#language a:hover, #language a.active { 
        color:#333333;

}


/* NAVIGATION ---------------------------------------------------------------------- */

#navbar {
	padding: 0px 28px 0px 20px;
	margin: 0;
	width: 632px;
	height: 28px;
	background-color:rgb(240,219,156);
	border-top:solid 5px rgb(255,255,255);
        border-bottom:solid 1px rgb(166,89,33);
	font-size: 14px;
	font-weight:normal;
}
#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navbar ul li {
	float: left;
	height:28px;
	margin: 0;
	padding: 0 4px;
        line-height:28px;
}

#navbar ul li a {
	margin: 0;
	padding: 0 4px;
	text-decoration: none;
        color:rgb(166,89,33);
} 

#navbar ul li.active {
        color:#333333;
	background-color: #F9F4E6;
	margin: 0;
	padding:0 4px;
	border-left: 1px solid rgb(166,89,33);
	border-right: 1px solid rgb(166,89,33);
        border-bottom: 1px solid #F9F4E6;
}

#navbar ul li a:hover {
         color:#333333;
}
/* SUBNAVIGATION ------------------------------------------------------------------- */

#subnavbar {
	padding:0px 28px;
	margin:0 0 20px 0;
	width:624px;
	height: auto !important;
 	background-color: #F9F4E6;
	border-bottom: 1px solid rgb(166,89,33);
	font-size: 12px;
}
#subnavbar ul {
	margin:0;
	padding:1px 0;
	list-style: none;
}
#subnavbar ul li {
	display: inline;
        height: 24px;
        line-height:24px;
	margin:0;
	padding:0px 10px 0px 0px;
}
#subnavbar ul li a, #subnavbar ul li a:visited {
	margin:0;
	padding:0;
	text-decoration: none;
	color: #555555;
}
#subnavbar ul li a:hover, #subnavbar ul li a.active {
	color:#000000;

}
/* CONTENT ------------------------------------------------------------------------- */

#content {
	padding: 0px 0px 10px 220px;
	margin:0;
	width: 440px;
	min-height: 480px;
 	height:auto !important;
        line-height:20px;
}
#content h1 {
	padding: 0px 0px 12px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	color: #006699;
}

#content h2 {
	padding:0 0 8px 0;
	margin:0;
	font-size:16px;
}

#content h3 {
	padding:0 0 6px 0;
	margin:0;
	font-size:14px;
}

#content p {
	padding:0 0 10px 0;
	margin:0;
}

#content a, #content a:visited {
	text-decoration: none;
	color: #A65921;
}
#content a:hover {
        text-decoration: underline;
}

#content ul {
list-style-type:circle;
line-height:26px;
padding:0 30px;
margin:0 0 10px 0;
}

#content input {
	padding: 1px 1px 0px 3px;
	background-color: #f9f4e6;
	border: 1px solid #A65921;
	font-size: 11px;
	height: 16px;
}

#content input:hover {
        background-color:#F0DB9C;
}

#content select, #content textarea {
	background-color: #f9f4e6;
	border: 1px solid #A65921;
}

#content input[type="submit"] { /* Funktioniert nicht bis IE 6.0 */
	height: 25px;
	padding: 0px 5px;
	border: 0px;
        background-color:#F0DB9C;
	color: #A65921;
        font-size: 12px;
        font-weight: bold;
        margin:10px 20px 0 140px;
}

#content input:hover[type="submit"] {
        background-color:#A65921;
        color:#FFFFFF;
	cursor:pointer;
}

#content input[type="reset"] { /* Funktioniert nicht bis IE 6.0 */
	height: 25px;
	padding: 0px 5px;
	border: 0px;
        background-color:#F0DB9C;
	color: #A65921;
        font-size: 12px;
        font-weight: bold;
        margin:10px 0 0 0;
}

#content input:hover[type="reset"] {
        background-color:#A65921;
        color:#FFFFFF;
	cursor:pointer;
}

#content img.captcha {
}

.oeffnungszeiten {
border: solid 1px #A65921;
background-color:#F9F4E6;
}

#content fieldset {
border: 1px solid #A65921;
}

#content label {
float:left;
width:140px;
}

#sitemap ul {
margin:0;
padding:0;
}

.sitemap_level_1 {
background-color:#F0DB9C;
border-top:1px solid #A65921;
list-style-type:none;
margin:0;
padding:0 10px;
}

.sitemap_level_2 {
background-color:#F9F4E6;
list-style-type:none;
margin:0;
padding:0 0 0 20px;
}

.logo {
margin-bottom: -5px;
}

/* FOOTER ------------------------------------------------------------------------- */

.footer {
        width:660px;
        height:20px;
        background-color:rgb(0,102,153);
	padding: 0px 10px;
	margin: 0px;
        line-height:20px;
        font-size:12px;
        color:#FFFFFF;
}

.footer a, .footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
.footer a:hover {
	text-decoration: underline;
}

.footer a.print {
	padding: 0px 0px 0px 17px;
    background-image: url('images/icons/print.gif');
    background-repeat: no-repeat;
    background-position: 0px 2px;
}
.footer a.sitemap {
	padding: 0px 0px 0px 17px;
    background-image: url('images/icons/sitemap.gif');
    background-repeat: no-repeat;
    background-position: 0px 2px;
}

/* Frontend Editing Login---*/

#frontend-editing {
	width: 680px;
	margin:0 auto;
	padding:10px;
}

#frontend-editing a {
color:#C6E5F5;
text-decoration:none;
}

#frontend-editing a:hover {
color:#CCCCCC;
}

