/* CSS Document */
a img {border: 0;}

body {
	background: url(bg.gif) repeat-y #edeae4 center;
	color:#000;
	text-align: center;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 790px;
}

#header {
	margin: 0 ;
	width: 790px;
	height: 150px;
	border-top: 5px solid #ff7f00;
	background:url(header.jpg) no-repeat right #FFF;
}

#logo {
	height: 150px;
	width: 197px;
	float: left;
	font-size:10px;
}
#logo address {
	font-style: normal;
	margin-top: 12px;
	margin-left: 5px;
}
#logo address a:link,
#logo address a:visited,
#logo address a:active {
	color: #000000;
	text-decoration:none;
}
#logo address a:hover,
#logo address a:focus {
	color: #000000;
	text-decoration: underline;
}
#subMenu ul, #subMenu li,
#menu ul, #menu li {margin: 0; padding: 0; list-style: none;}
#subMenu {
	width: 593px;
	float:left;
	text-align:right;
	line-height: 18px;
}
#subMenu li {display:inline;}
#subMenu a {
	padding: 2px 7px 2px 5px;
	border-right: 1px solid #000;
	text-decoration: none;
	color: #000;
}
#subMenu a.last {border-right: 0;}

#menu {
	float: left;
	width: 197px;
	margin-top: 45px;
}
#menu li {line-height: 26px;}
#menu li a{
	display:block;
	border-bottom: 1px dotted #FFF;
	color: #000000;
	padding-left: 5px;
	text-decoration:none;
}
#menu li a:hover,
#menu li a:focus,
#menu li.menu-current a {
	background:url(menuBg.gif) no-repeat 7px 10px #c16000;
	padding-left: 21px;
	color: #FFF;
	font-weight:bold;
}
#open {padding-left: 5px; padding-top: 20px;}

#content {
	float: left;
	width:553px;
	padding: 10px 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 18px;
	line-height: 100%;
	color: #ff7f00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#content a:link,
#content a:active,
#content a:visited {
	color: #ff7f00;
	text-decoration:underline;
}
#content a:hover,
#content a:focus {
	color: #ff7f00;
	text-decoration:none;
}
.orange {color: #ff7f00;}
.unterueberschrift {
	color: #000;
	font-weight:bold;
	font-style: italic;
}
#clear-left {
	clear: left;
}

#footer {
	clear: both;
	height: 1px;
}
