@charset "UTF-8";
a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #336699;
}
a:active {
	text-decoration: none;
	color: #336699;
}

html{
	height:auto;
}
body {
	background-color: #CCCCCC;
	background-image: url(./bilder/d_bg2.png); 
	height:auto
	background-repeat:repeat-x;
}

#rahmen {	
	width: 800px;	
	height: auto;
	padding-top: 25px;
	padding-left: 10px;	
	padding-right: 10px;
	padding-bottom: 25px;
	border-color:#fc0;
	border-style:solid;
	border-width:thin;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-topright: 1em;	
	background-color: #ffffff;
}
#box {
	width: 800px;
	height: auto;
	font-family: "Arial";
	background-color:#FFFFFF;
}
#logo {
	width: 200px;
	height: 160px;
}
#bild1 {
	width: 600px;
	height: 160px;
}
#bild2 {
	width: 200px;
}

#nav ul {
	display: inline;
	width: 800px;
	height: 25px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #fff;
	border-top: solid;
	border-top-width:thin;
	border-top-color:#fff;
	border-bottom: solid;
	border-bottom-width:thin;
	border-bottom-color:#fff;
	text-align:center;
}

#nav li {
	display: inline;
	width: 800px;
	height: 25px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #fff;
	border-top: solid;
	border-top-width:thin;
	border-top-color:#fff;
	border-bottom: solid;
	border-bottom-width:thin;
	border-bottom-color:#fff;
	text-align:center;
}

html>body #nav li {
  list-style-type: none;
}
 
#nav li a {
	text-decoration: none;
	float: left;
	padding: .2em 1.23em;
	color: #369;
	margin:0;
	text-align:center;
}

#nav ul li a:hover {
	color: #fff;
	background-color: #060;
}

#nav ul li a:active {
	color: #fff;
	background-color: #060;
}

#content {
	width: 510px;
	min-height:600px;
	height:auto !important;
	height: 600px;
	padding-left: 70px;
	padding-bottom: 55px;
	padding-right: 20px;
	padding-top: 0px;
	text-align: left;
	font-size: 14px;
	word-spacing: 0.3em;
	background-color: #fff;
	letter-spacing: normal;
	line-height: 20px;
	vertical-align: baseline;
	font-family:Arial, Helvetica, sans-serif;
}
