body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	color: #333;
	background: url(img/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #72a9c3;
}
a {
	color: #306398;
	padding: 10px;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
/* header links / Menu */
#header {
	height: 95px;
}
/* Horizontal Navigation Menu */
#header ul {
	margin: 0;
	text-align: right;
	padding-top: 4em;
	padding-right: 0;
	padding-bottom: 0;
}
#header ul li {
	list-style-type: none;
	display: inline;
}
#header ul li a:link, #header ul li a:visited {
	display: inline;
	padding-top: 3em;
	text-decoration: none;
	font-size: 13px;
	color: #306398;
}
#header ul li a:hover {
	color: #333;
	text-decoration: underline;
}
#wrapper {
	margin-top: 5px;
}
#container {
	width: 850px;
	margin: 0 0 0 100px;
}
#container {
	text-align: left
}
/* Content */
#content {
	float: right;
	width: 590px;
	overflow: hidden;
	min-height: 700px;
}
#content p {
	line-height: 130%;
	padding-left: 5px;
}
#content a:link, #content a:visited {
	padding: 0;
	color: #306398;
	text-decoration: underline;
}
#content a:hover {
	color: #000;
	text-decoration: none;
}
#content-background {
	background: url(img/main_bg.jpg) no-repeat  left top;
	margin: 0;
}
#content-repeat {
	background: url(img/contentbg.gif) repeat-y  left top;
}
#content h1 {
	font-size: 18px;
	color: #306398;
	margin: 20px 0 0 5px;
	letter-spacing: 1px;
}
#content h2 {
	font-size: 16px;
	color: #90962c;
	letter-spacing: 1px;
	margin: -10px 0 20px 5px;
	padding: 0;
}
#content h3 {
	font-size: 14px;
	color: #71a9c4;
	margin: 0 0 0 5px;
}
#content h4 {
	margin: 0 0 -5px 5px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}
	#content h5         margin: 0 0 0 5px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
#content h6 {
	font-size: 11px;
	font-weight: normal;
}
#content img {
	padding: 0 10px 10px 0;
	float: left;
}
#content hr {
	margin: 0px 3px -10px 3px;
	border: 0;
	border-bottom: 1px dotted #72a9c3;
	height: 1px;
}
#content table {
	border-collapse: collapse;
	margin-left: 5px;
	border-color: #ccc;
	font-size: 13px;
}
ul {
	line-height: 150%;
	margin: 10px 10px 10px 20px;
	padding-left: 30px;
	list-style-type: square;
}
ol {
	line-height: 150%;
	margin: 10px 10px 10px 20px;
	padding-left: 30px;
}
li {
	padding-bottom: 0px;
}
blockquote {
	background-color: #105d97;
	padding-left: 50px;
	border-left: 2px solid #420701;
	margin: 3px 0 20px 0;
}
pre, .code {
	color: #fff;
	padding: 10px 5px 5px 5px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #105d97;
	margin: 3px 0 20px 20px;
	font: 76% arial, sans-serif;
	text-align: left;
	letter-spacing: 1px;
	line-height: 50%;
	font-size: 15px;
	overflow: auto;
}
address {
	line-height: 120%;
	margin: 10px 0 20px 0;
	padding-left: 10px;
	border-left: 6px solid #105d97;
	font-style: normal;
	font-weight: bold;
}
/* sidebar */
#sidebar-left {
	float: right;
	clear: left;
	width: 200px;
}
#sidebar-left p {
	margin-left: 0;
}
#sidebar-left p a:link, #sidebar-left p a:visited {
	padding: 0;
	color: #990000;
	font-weight: bold;
	padding-bottom: 1px;
	text-decoration: none;
}
#sidebar-left p a:hover {
	text-decoration: underline;
}
.button {
	background: transparent url(article.png) no-repeat;
	margin: 0;
	padding: 6px;
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
}
/* Vertical Navigation Menu */
#vertical-menu {
	float: right;
	width: 200px
}
#vertical-menu {
	margin: 150px 50px 15px 0;
}
#vertical-menu ul {
	font-family: Times New Roman;
	font-size: 14px;
	text-align: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#vertical-menu ul li {
	line-height: 14px;
	background: transparent url(img/menu.png) no-repeat right top;
}
#vertical-menu ul li a {
	border-bottom: 1px dotted #addcf3;
	color: #addcf3;
}
#vertical-menu ul li li a {
	color: #addcf3;
	text-transform: none;
}
#vertical-menu ul li a:link {
	text-decoration: none;
	color: #addcf3;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	letter-spacing: 1px;
	margin-right: 10px;
}
#vertical-menu ul li a:visited {
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	letter-spacing: 1px;
	margin-right: 10px;
}
#vertical-menu ul li a:hover {
	color: #fff;
	font-weight: bold;
}
#vertical-menu ul li.menu-current a {
	color: #000033;
	font-weight: bold;
}
#vertical-menu ul li.menu-parent a {
	color: #000033;
	font-weight: bold;
}
#vertical-menu ul li.menu-child a {
	color: #addcf3;
	font-weight: bold;
}
#vertical-menu ul ul li.menu-current a {
	color: #000033;
	font-weight: bold;
}
#vertical-menu ul ul li.menu-sibling a {
	color: #addcf3;
	font-weight: bold;
}
#vertical-menu ul li li {
	line-height: 14px;
	border-bottom: none;
	background: none;
	margin-right: 10px;
	background: transparent url(img/submenu.png) no-repeat right center;
}
#vertical-menu ul li li a:link {
	text-decoration: none;
	color: #addcf3;
	text-transform: none;
	display: block;
	font-weight: bold;
	letter-spacing: 1px;
	margin-right: 10px;
}
#vertical-menu ul li li a:visited {
  text-decoration: none;
	text-transform: none;
	display: block;
	font-weight: bold;
	letter-spacing: 1px;
	margin-right: 10px;
}
#vertical-menu ul li li a:hover {
	color: #fff;
	font-weight: bold;
}
#vertical-menu p {
	margin: 0 10px 10px
}
/* Webseitentitel / Kopfzeile */
#headbox {
	width: 200px;
	text-align: center;
}
#headbox h1 {
	border-top: 0px solid #ccc;
}
#headbox h1, #headbox h2 {
	color: #ccc;
	margin: 5px;
	margin-bottom: 0;
	padding: 8px;
	font-size: 15px;
	text-transform: uppercase;
}
#headbox h2 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1em;
}
/* Bild rechts oben */
#content-imagebox {
	margin: 5px 0 10px -38px;
}
/* Bild */
#imagebox {
	height: 360px;
}
#imagebox img {
	*margin-top: 12px;
	padding: 2px;
	border: solid 1px #ccc;
}
/* Schrift auf Bild oben rechts */
#imagebox h2 {
	color: #e8eef3;
	font-size: 20px;
	margin-top: 0;
	padding-top: 15px;
	padding-left: 20px;
	margin-bottom: 0;
}
#imagebox h3 {
	padding-left: 20px;
	color: #e8eef3;
}
#imagebox p, #imagebox a:link, #imagebox a:visited {
	color: #e8eef3;
	margin: 0 20px 0 20px;
	padding: 0 20px 0 20px;
	font-weight: normal;
	font-size: 13px;
}
#imagebox a:hover {
	color: #000;
	background-color: inherit;
}
/* footer */
#footer {
	background: url(img/footerbg.gif) no-repeat left bottom;
	margin: 0px;
	padding-top: 0px;
	width: 1000px;
	color: #000;
}
#footer p {
	margin: 0 0 0 350px;
	padding: 50px 0 40px 0;
	color: #666;
	text-align: left;
}
#footer div.footer-right {
	margin: -55px 35px 0px 0;
	float: right;
	position: relative;
	color: #666;
	clear: both;
}
#footer a {
	color: #306398;
	padding: 5px;
	text-decoration: none;
}
#footer a:hover {
	color: #333;
	text-decoration: underline;
}
#footer {
	clear: both;
}