/* * * * * * * * * * * * * * * * * *
 * Copyright 2006, Michael Descher *
 * www.codewave.de                 *
 * * * * * * * * * * * * * * * * * *



/* * * document definition * * */

body {
	position: relative;
	margin: 0;
	padding: 0;
	background: #414960;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/* * * head bar definition * * */

#head {
	width: 748px;
	height: 135px;
	margin: 0 auto;
	padding: 0 11px;
	background: url("../images/head_background.jpg") top center no-repeat;
}

#menu {
	height: 134px;
	margin: 0;
	padding: 0 0 0 10px;
	background: url("../images/menu_background.gif") 0 100px no-repeat;
	list-style: none;
}

#menu li {
	float: left;
	margin: 110px 0 0 0;
	padding: 0 20px;
}

#menu li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#menu li a:HOVER {
	text-decoration: underline;
}

#menu li.active {
	float: left;
	margin: 95px 0 0 0;
	padding: 0 0 0 10px;
	background: url("../images/menu_active_left.gif") top left no-repeat;
}

#menu li.active a {
	display: block;
	margin: 0;
	padding: 15px 25px 10px 15px;
	background: url("../images/menu_active_right.gif") top right no-repeat;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}



/* * * body definition * * */

#body {
	width: 748px;
	margin: 0 auto;
	padding: 0 11px;
	background: url("../images/body_background.gif") top center repeat-y;
}

#content {
	position: relative;
	padding: 0 260px 0 90px;
    min-height: 300px;
}

#sidebar {
	float: right;
	width: 170px;
	margin: 30px -230px 0 0;
	padding: 0 0 0 30px;
}

/*** IE6 Fix (floating margin bug) ***/
* html #sidebar {
	margin-right: -115px
}



/* * * content definition * * */

a {
	color: #778cd9;
	text-decoration: none;
}

a:HOVER {
	text-decoration: underline;
}

#content h1 {
	margin: 0;
	padding: 30px 0 0 0;
	font-family: "Trebuchet MS", "Lucida Grande", verdana, helvetica, arial, sans-serif;
	color: #778cd9;
	font-size: 24px;
	font-weight: normal;
}

#content h2 {
	margin: 0;
	padding: 10px 0 0 0;
	font-family: "Trebuchet MS", "Lucida Grande", verdana, helvetica, arial, sans-serif;
	color: #778cd9;
	font-size: 16px;
	font-weight: bold;
}

span.date {
	margin: 5px 0 10px 0;
	color: #7dbc21;
}

#content p {
	margin: 10px 0;
	line-height: 1.5em;
	padding: 0 1px 0 0;
	text-align: justify;
}



/* * * Footer * * */

#footer {
	clear: both;
	margin: 0;
	padding: 15px 20px;
	background: #000;
	color: #fff;
	border-top: 30px solid #fff;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:HOVER {
	text-decoration: none;
}



/* * * Sidebar * * */

#sidebar h1 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #778cd9;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#sidebar p {
	margin: 0 0 30px 0;
	padding: 0;
}

#sidebar div.piece {
	height: 0;
	padding: 0;
	overflow: hidden;
}

#sidebar div.sbElement {
	border: 1px solid #778cd9;
	background: #c1c9df;
	padding: 0;
}

#sidebar ul.links {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}

#sidebar ul.links li {
	width: 170px;
	margin: 0;
	padding: 0;
}

#sidebar ul.links li a {
	display: block;
	padding: 5px 0 5px 22px;
	margin: 0 0 5px 0;
	background: url("../images/link_next.gif") 0 5px no-repeat;
}

#sidebar ul.links li a.back {
	background-image: url("../images/link_back.gif");
}

#sidebar ul.links li a.extern {
	background-image: url("../images/link_extern.gif");
}

#sidebar ul.links li a.down {
	background-image: url("../images/link_down.gif");
}

#sidebar ul.links li a.up {
	background-image: url("../images/link_up.gif");
}


/* * * Select Box * * */

div.selectBox {
	height: 24px;
	overflow: hidden;
}

#content > div.selectBox {
	overflow: visible;
}

div.selectBox span.text {
	display: block;
	background: url("../images/select_background.gif") 100% 0 no-repeat;
	border-left: 1px solid #999;
	margin: 0;
	padding: 5px;
	cursor: default;
}

div.selectBox span.text.over {
	background-position: 100% -24px;
	border-color: #000;
}

div.selectBox span.text.down {
	background-position: 100% -48px;
	border-color: #000;
}



ul.selectBoxOptions {
	background: #fff;
	position: absolute;
	margin: -1px 0 0 0;
	padding: 0;
	list-style: none;
	position: absolute;
	border: 1px solid #000;
	cursor: default;
	overflow: hidden;
	visibility: hidden;
}


ul.selectBoxOptions li {
	display: block;
	background: #fff;
	padding: 3px 5px;
	border-top: 1px solid #eee;
	color: #000;
	text-decoration: none;
}

ul.selectBoxOptions li.over {
	background: #00f;
	color: #fff;
}

pre {
	font-family: "Courier New", Courier, monospace;
	border-left: 5px solid #778cd9;
	background: #edeff6;
	margin: 15px 0;
	padding: 10px;
	line-height: 1.5em;
}

div.contrib {
	background: #edeff6;
	margin: 5px 0 15px 0;
	padding: 10px;
	line-height: 1.5em;
}

span.page {
	color: #a8b1d0;
	font-weight: normal;
	float: right;
	font-size: 18px;
	margin-top: 5px;
}

ul.pager {
	position: relative;
	width: 395px;
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
}

ul.pager li.back {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

ul.pager li.pages {
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.pager li.next {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

ul.pager li.back a {
	display: block;
	padding: 0 0 2px 22px;
	margin: 0;
	background: url("../images/link_back.gif") 0 0 no-repeat;
}

ul.pager li.next a {
	display: block;
	padding: 0 22px 0 0;
	margin: 0;
	background: url("../images/link_next.gif") 100% 0 no-repeat;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.error {
    font-weight: bold;
    color: red;
}

.info {
    font-weight: bold;
    color: #778cd9;
}