/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #d28e29;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #d28e29;
	scrollbar-darkshadow-color: #d28e29;
	scrollbar-track-color: #dadee1;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #5c2315;
}
a:active {
	text-decoration: none;
}

a.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}
a:link.nav  {
	text-decoration: none;
}
a:visited.nav  {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.nav  {
	text-decoration: none;
	color: #5c2315;
}
a:active.nav  {
	text-decoration: none;
}

/* CSS Container */

#main {
	width: 800px;
	height: 725px;
/*	border: #000000 solid 1px;*/
	text-align: left;
	background-color: #FFFFFF;
}
#header {
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	width: 800px;
	height: 178px;
/*	border: #000000 solid 1px;*/
	background-image: url(../img/header.jpg);
}
#nav {
	position: absolute;
	margin-left: 0px;
	margin-top: 180px;
	width: 800px;
	height: 20px;
	border: #612b0f solid 1px;
	background-color: #d28e29;
}
#content {
	position: absolute;
	margin-left: 0px;
	margin-top: 205px;
	width: 800px;
	height: 500px;
	border: #612b0f dotted 1px;
	overflow:auto;
	z-index: 3;
}
#content2 {
	position: absolute;
	margin-left: 0px;
	margin-top: 205px;
	width: 800px;
	height: 500px;
	background-image: url(../img/content3.jpg);
	z-index: 2;
}
#footer {
	position: absolute;
	margin-left: 0px;
	margin-top: 713px;
	width: 800px;
	height: 10px;
/*	border: #612b0f dotted 1px;*/
	text-align: center;
}
#flaggen {
	position: absolute;
	margin-left: 755px;
	margin-top: -13px;
	width: 45px;
	height: 20px;
/*	border: #612b0f dotted 1px;*/
	text-align: center;
}


/* CSS Stile */

.ue {
	color: #612b0f;
	font-size: 14;
	font-weight: bold;
}
.ue2 {
	color: #cb892b;
	font-style: italic;
}
.ue3 {
	color: #cb892b;
}
.aktuelles {
	border: #612b0f dotted 1px;
}
.img {
	border: #612b0f dotted 1px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.img2 {
	border: #612b0f dotted 1px;
}
.img3 {
	border: #612b0f dotted 1px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.sites {
	margin-left: 5px;
}
.video {
	border: #cf8d22 solid 1px;
}
