*{
margin: 0;
padding: 0;
}

body,html {
margin: 0;
padding: 0;

width: 100%;
min-width: 600px;   /* The min-width property does not work in old versions of Internet Explorer */

background: #DFDFDF url('../design/bgunten.jpg') left bottom repeat-x;
background-attachment: fixed;
border: 0;          /* This removes the border around the viewport in old versions of IE */
}

html,table,p {
font: normal 14px tahoma;	 
}

html,table,p,div,input,button { 
color: #666666;	
}

hr { border: 1px dotted dimgray; }
img { margin: 0; padding: 0; }
blockquote { margin: 0; padding-left: 40px; }
p { margin: 0; padding: 0; }
li { margin: 0 0 0 15px; padding: 0; }
div { margin: 0; padding: 0; }
label { margin: 10px; }
fieldset { margin: 0; padding: 0; }
legend { margin: 0; padding: 0; }

caption { 
padding-bottom: 5px; 
border-bottom: 1px dotted dimgray; 
}

input { 
display: block;
font: normal 14px tahoma;	 
color: dimgray;
margin: 5px 5px 10px 5px; /* oben rechts unten links */
padding: 0;
}

form { 
margin: 0; 
padding: 5px; 
background-color: whitesmoke;
}

table,thead,tr { margin: 0; padding: 0; }
td { 
text-align:left;
vertical-align:top;
}
th { 
text-align: left; 
padding-left: 5px;
}

a
{
text-decoration: none;
color: #369;
}
a:hover
{
text-decoration: none;
color: white;
background: #369;
}

h1
{
font: bold 150% georgia;
margin: 0 0 15px 0;
padding: 3px 3px 3px 0; /*oben rechts unten links*/
}
h2
{
font: normal 130% georgia;
display: inline;
font-weight: bold;
}
h3,h4,h5,h6
{
font: normal 110% georgia;
display: inline;
font-weight: bold;
}


/* -------------------- BG oben ------------------------ */

#bgoben {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 363px;
	background: white url('../design/bgoben.jpg') repeat-x;
}

/* -------------------- Wappen ------------------------ */

#wappen {
	z-index: 3;
	position: absolute;
	width: 120px;
	height: 170px;
	margin: 0;
	padding: 0;
	left: 70%;
	top: 5px;
	background: transparent url('../design/wappen.gif') no-repeat top left;
}


/* -------------------- Container ------------------------ */

#container {
	z-index: 2;
	position: relative;
	/*
	The width value below controls the overall width of the design. By default it's set to 78%
	(so it'll take up 78% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
	*/
	width: 1024px;
	margin: 0 auto;
	top: 15px;
	background-color: white;
	border: solid 3px #FFFFFF;
}


/* -------------------- Header ------------------------ */

#header {
	position: relative;
	text-align: left;
	width: 100%;
	height: 110px;
	background: white url('../design/header.jpg') no-repeat top left;
	border-bottom: 1px solid white;
}
.header {
	padding: 20px 0 0 25px;
	font: normal 16px georgia;
}


/* -------------------- Header Bild ------------------------ */

#headerpic {
	position: relative;
	height: 100px;
	background: #FFFFFF url('../design/headerpic.jpg') no-repeat top left;
	border-bottom: 1px solid dimgray;
}
.sprache {
	float: right !important;
	text-align: right;
	margin: 5px 10px 0 0; /*oben rechts unten links*/
}


/* -------------------- Menü oben ------------------------ */

#menuoben {
	position: relative;
	font: normal 14px tahoma; 
	width: 100%; 
	height: 25px;
}
#menuoben .right {
	float: right;
	margin: 5px 10px 0 0;
}


/* -------------------- Klickpfad ------------------------ */

#klickpfad {
	margin: 0 0 20px 0; /*oben rechts unten links*/
	padding: 2px 0 5px 0;
	width: 100%;
	font: normal 12px tahoma; 
	color: dimgray;
	border-bottom: 1px dotted dimgray;
}


/* -------------------- Links / Spalte links ------------------------ */

#links {
	float: left;
	text-align: left;
	margin: 0 0 15px 0; /*oben rechts unten links*/
	padding-left: 10px;
	width: 27%;
}
#news { 
	margin: 0;
	padding: 10px 0 10px 0;
	color: #808080; 
}
#news h1 {
	font: normal 90% georgia;
	color: #AFAFAF;
	border-bottom: 1px dotted dimgray;
}


/* -------------------- Inhalt ------------------------ */

#inhalt {
	float: right;
	text-align: left;
	margin: 10px 0 15px 20px; /*oben rechts unten links*/
	padding: 0 15px 0 0;
	width: 68%;
}
#inhalt p { 
	margin: 5px 0 5px 0; 
}


/* -------------------- Footer ------------------------ */

#footer {
	position: relative;
	clear: both;
	width: 100%;
	height: 40px;
	background-color: #DFDFDF; 
	border-top: 1px dotted dimgray;
	margin: 0; /*oben rechts unten links*/
	padding: 0;

}
#footer .left {
	float: left;
	margin: 5px 0 0 10px; /*oben rechts unten links*/
}
#footer .right {
	float: right;
	margin: 5px 10px 0 0;
}