/****
	Prier
	Author: Markus Kurz // gruenphase.com
	Creation Date: 01/19/2010
****/

/** Simple CSS-Reset **/

* {vertical-align: baseline;outline: 0;padding: 0;margin: 0;font-size: 1em;}
ol,ul {list-style: none;}
li, dd, blockquote {margin-left: 0;} 
table {border-collapse: collapse;border-spacing: 0;}
img {border: 0;outline: 0;}

/** Typo **/

* {
	font: normal 12px Verdana, Helvetica, sans-serif;
	color: #37437d;
}

h1 {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}

#home h1 {
	font-weight: normal;
}

h2, h3 {
	font-size: 12px;
	font-weight: bold;
}

.current {
	color: #00a1d9;
}

p {
	margin-bottom: 15px;
	color: #000000;
} 

a {
	font-weight: bold;
	color: #00a1d9;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

/** Navigation **/

#subnavigation {
	position: absolute;
	display: block;
	width: 155px;
	margin-top: 70px;
}

#subnavigation li {
	display: block;
	width: 154px;
	height: 30px;
	margin-bottom: 1px;
	background: transparent url('../images/subnav_tab.png') no-repeat;
	text-align: right;
}

#subnavigation li.current {
	background: transparent url('../images/subnav_tab_current.png') no-repeat;
}

#subnavigation li a {
	display: block;
	padding-right: 20px;
	color: #37437d;
	line-height: 30px;
	text-decoration: none;
}

#subnavigation li.current a {
	color: #ffffff;
}

#navigation {
	float: right;
	display: block;
	list-style-type: none;
}

#navigation li {
	display: block;
	float: left;
	width: 143px;
	margin: 0 1px 0 0;
	padding-top: 6px;
	text-align: center;
}

#home #navigation li {
	height: 403px;
	padding-top: 0;
}

#home #navigation li a {
	display: block;
	width: 143px;
	height: 403px;
}

/** Structural Elements **/

body {
	background-color: #ffffff;
	text-align: center;
}

.aligner {
	display: block;
	width: 875px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}

#header {
	margin: 15px 0;
}

#header ul {
	list-style-type: none;
	float: right;
	margin-top: 16px;
}

#header ul li {
	float: left;
	padding: 0 8px 0 10px;
	line-height: 23px;
	background: transparent url('../images/vdash.png') 0 6px no-repeat;
}

#header ul li:first-child {
	background: transparent none;
}

#header ul li a {
	font-weight: normal;
	color: #969696;
	text-decoration: none;
}

#content {
	float: right;
	width: 720px;
	margin: 3px 0 0 0;
	background: #e8e8e8 url('../images/content_background_top.png') top no-repeat;
}

#content_wrapper {
	padding: 20px 0 20px 20px;
	background: transparent url('../images/content_background_bottom.png') bottom no-repeat;
}

#footer {
	clear: both;
	height: 150px;
	background: #ffffff url('../images/footer_background.png') repeat-x;
}
#footer .aligner {
	height: 150px;
	background: transparent url('../images/page_footer.png') no-repeat;
}

#footer .aligner p {
	margin: 73px 0 0 155px;
	text-align: center;
	color: #969696;
}

#home #footer .aligner {
	background: transparent url('../images/home_footer.jpg') no-repeat;
}

#home #footer .aligner h1{
	display: block;
	margin: 20px 0 0 155px;
	width: 720px;
	text-align: center;
}

#home #footer .aligner p {
	margin: 35px 0 0 155px;
}

#footer .copyright {
	line-height: 25px;
	color: #969696;
}

/** Content Elements **/

#content .scrollbox {
	padding: 10px;
	padding-right: 25px;
	min-height: 200px;
	font: normal 11px Verdana, Helvetica, sans-serif;
}

#content .contentbox {
	margin-left: 228px;
	font: normal 11px Verdana, Helvetica, sans-serif;
	padding-right: 10px;
}

#content .contentbox ul {

	list-style-position: inherit;
	list-style-type: disc;
	margin-top: 5px;
	margin-left: 15px;
}
#content .contentbox ul li {
	font: normal 11px Verdana, Helvetica, sans-serif;	
	margin-bottom: 5px;
}

#content p {
	color: #37437D;
}

.imagebox {
	float: left;
	width: 209px;
	margin: 0 20px 20px 0;
	text-align: center;
	display: block;
}

.imagebox ul.images li {
	margin-bottom: 3px;
}

.imagebox ul.links {
	margin-top: 5px;
}

.imagebox ul.links li {
	display: inline;
	margin-right: 5px;
}

.imagebox li a {
	text-decoration: none;
	color: #37437d;
}

.imagebox li a:hover, .imagebox li.current a {
	color: #00a1d9;
}

.linklist {
	display: block;
	margin-left: 238px;
	margin-bottom: 15px;
}

.linklist li {
	display: inline;
	margin-right: 20px;
}

.linklist li.print {
	float: right;
}

.linklist li a {
	font-size: 14px;
	text-decoration: none;
	color: #37437d;
}

.linklist li a:hover, .linklist li.current a {
	color: #00a1d9;
}

.aktuelles {
	margin-left: 10px;
}

ul.agb {
	list-style-type: decimal;
	margin-left: 20px;
	font-size: 11px;
}

ul.agb li {
	margin-bottom: 15px;
	font-size: 11px;
}

ul.agb li h2 {
	padding: 0px;
	margin: 0px;
}

#content .contentbox ul.agb {
	list-style-type: decimal;
	margin-left: 20px;
}

#content .contentbox ul.agb li {
	margin-bottom: 15px;
}
