/**

Content Style CSS

**/

body, html {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
  	font-family: Arial, Helvetica, sans-serif;
}

/* standard elemente */
form, p, div, ul, li, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

li {
	margin: 2px 2px 2px 20px

}

a {
	color: #1E6F96;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 16px;
	border-bottom: 1px dashed #1E6F96;
	color: #1E6F96;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	color: #1E6F96;
	margin-bottom: 10px;
}


/* top bereich */
#top {
	height : 91px;
	background-image: url('images/topic_bg.png');
	border-bottom: 4px solid #5D873F;
}

#top a {
	float: left;
	margin: 30px 20px;
	padding: 5px 10px;
	font-size: 1.5em;
	color: #fff;
	text-decoration: none;
}

#top a:hover {
	background-color: #5D873F;
}


/* middle bereich */
#middle {
	height : 150px;
	background-image: url('images/middle.png');
	position: relative;
}

#middle .middle {
	position: relative;
	height : 150px;
	background-image: url('images/topic_bg2.png');
	background-position: right top;
	background-repeat: no-repeat;

}

#middle #marquee {
	height: 80px;
	position:absolute;
	top: 30px;
	left: 100px;
	padding: 5px;
	color: #fff;
	overflow: hidden;
}

#middle #marquee a {
	color: #fff;
	font-weight: bold;
}

#middle #toolbox {
	position: absolute;
	top: 20px;
	right: 20px;
}


#middle #toolbox img {
	border: 0px;
}

#middle #toolbox a {
	margin: 6px;
	padding: 4px;
}

#middle #toolbox a:hover {
	border-top: 2px solid #fff;
}

/* Search Bereich */
#search {
	background-color: #034366;
	height: 30px;
	position: relative;
	color: #fff;
}

#search input {
	font-size:10px;
}

#search a {
	color: #fff;
	font-weight: bold;
}

/* Content Bereich */
#container {
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
}

#breadcrumb {
	padding: 5px 5px 0px 30px;
	height: 30px;
}

#breadcrumb a {
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	padding-left: 18px;
}
/*
ul.nav1 {
	float: left;
	margin: 20px 20px 10px 10px;
	list-style-type: none;
	width: 15%;
}
*/

ul.nav1{
	width: 15%;
	list-style-type: none;
	float: left;
	margin: 20px 20px 10px -20px;
}

ul.nav1 ul {
	list-style-type: none;
}

ul.nav1 li {
	margin-left: 20px;
}


ul.nav1 li li {
	margin-left: 10px;
}

/*
ul.nav1 li a {
	height: 32px;
  	voice-family: "\"}\"";
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
}

ul.nav1 li a:link, ul.nav1 li a:visited {
	color: #FFF;
	display: block;
	background:  url('images/menu6.gif');
	padding: 8px 0 0 10px;
}

ul.nav1 li a:hover {
	color: #FFF;
	background:  url('images/menu6.gif') 0 -32px;
	padding: 8px 0 0 10px;
}
*/

ul.nav1 li a {
	height: 32px;
  	voice-family: "\"}\"";
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
}

ul.nav1 li a:link, ul.nav1 li a:visited {
	color: #000;
	display: block;
	background:  url('images/menu7.gif');
	padding: 8px 0 0 30px;
}

ul.nav1 li a:hover,
ul.nav1 li a.active {
	color: #FFF;
	background:  url('images/menu7.gif') 0 -32px;
	padding: 8px 0 0 30px;
}


#inhalt {
	margin: 20px;
	float: left;
	width: 75%
}

