@charset "utf-8";
/* CSS Document
Constantina ~= Times New Roman ~= DejaVu Serif
Corbel ~= Trebuchet MS
Calibri ~= Arial ~= DejaVu Sans Serif
Cambria ~= Lucida Bold ~= DejaVu Serif (Bold)
Candara ~= Trebuchet MS
Consolas ~= Lucida Console ~= DejaVu
*/
body, html {
	font-family: "DejaVu Sans", Calibri, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
	background: #FFF;
}
h1, .h1 {
	color:#5e4b45;
	font: italic lighter normal 182% Candara;
}
h2, .h2 {
	font: italic lighter 174% Candara;
	font-size:131%;
	color:#5e4b45;
}
h3, .h3 {
	font: italic lighter 174% Candara;
	font-size:116%;
	color:#5e4b45;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight:normal;
	margin:0 0 0.8em 0;
}
h1, h2, h3, .h1, .h2, .h3 {
	margin:1em 0 0.8em 0;
}

/* Unter und Über-Überschriften */
h1 sub, h2 sub, h3 sub, h1 sup, h2 sup, h3 sup, .h1 sub, .h2 sub, .h3 sub, .h1 sup, .h2 sup, .h3 sup{
	display: block;
	color:#333;
	margin:0;
	padding: 0;
	font-weight: normal;
	vertical-align: top;
}
h1 sub, h1 sup, .h1 sub, .h1 sup{
	font-size: 58%; /* 100/parent-font-size */
}
h2 sub, h2 sup, .h2 sub, .h2 sup{
	font-size: 77%; /* 100/parent-font-size */
}
h3 sub, h3 sup, .h3 sub, .h3 sup{
	font-size: 82%; /* 100/parent-font-size */
}

/* Links */
a {
	text-decoration:none;
	color: #444;
}
a:hover {
	color:#000;
}
a:active {
}
a:visited {
}

/* Other text Formats */
em {
	font-style:italic;
}
strong{
	font-weight:bold;
}
blockquote, ul, ol, dl {
	margin:1em;
}
p, fieldset, table, pre {
	margin-bottom:1em;
}
pre {
	background-color:#f8f8f8;
	border:1px solid #e7e7e7;
	color:#7f7f7f;
	padding:8px;
	font-family:Monaco, "Courier New", Courier, mono;
	display:block;
}
q, blockquote {
	font: italic normal 131% Georgia, "Times New Roman", Times, serif;
	padding:1em 0;
	display:block
}
q:before {
	content:"\201C\00A0"
}
q:after {
	content:"\00A0\201D"
}

/* Lists */
ol, ul, dl {
	margin-left:2em;
}
ol li {
	list-style:decimal outside;
}
ul li {
	list-style:disc outside;
}
dl dd {
	margin-left:1em;
}

hr {
	border:0px;
	border-bottom:1px solid #ccc
}

/* Tables */
table {
	border-collapse:collapse;
	border-spacing:0;
}
th, td {
	padding:0.2em;
	vertical-align:top;
}
th {
	font-weight:bold;
	text-align:left;
}
caption {
	margin-bottom:.5em;
	text-align:left;
	font-weight: bold;
}

/* images */
img, a img {
	border:none;
	text-decoration:none;
}

/* */
div.hNav{
}
ul.hNav{
	padding: 0;
	margin: 0;
	zoom:1;
}
ul.hNav li{
	display:inline-block;
	display:block;
	float:left;
	padding: 0;
	margin: 0;
	zoom:1;
}
ul.hNav a {
	display:block;
	margin: 0 2px;
}

div.vNav{
}
ul.vNav{
	padding: 0;
	margin: 0 0 0 16px;
	font-size: 	 108%;
}
ul.vNav li{
	padding: 5px 0;
	margin: 5px 0;
	list-style: url(../gfx/bullets/raquo.png) outside;
	border-bottom: 1px solid #e5e5e5;
}
usl.vNav li:before{
	content:"»";
	color:#699554;
}

ul.vNav a {
	color: #5e4b45;
}

/* std Elemente */
.paginationControl{
	background:#e6e5e6 url(../gfx/paginatorBg.png) repeat-x top;
	font-size:85%;
	padding: 3px;
	border-bottom: 1px solid #ccc;
	color: #CCC;
}
.paginationControl a, .paginationControl span.disabled, .paginationControl span.active{
	padding: 0 4px;
	color: #444;
}
.paginationControl span.active{
	font-weight: bold;
}
.paginationControl a:hover{
	color: #000;
}
.paginationControl span.disabled{
	color: #999;
}

