@charset "utf-8";
/* start page css */
body {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #eee;
}
html, body, #wrapper {
	margin: 0;
	padding: 0;
	width: 480px;
}
html>body, html>body #wrapper {
	height: auto;
}
div#wrapper {
	position: absolute;
}
#header {
	background-image:url(../img/header.png);
	height: 103px;
	background-repeat: repeat-x;
	position:relative;
	z-index:500;
}
#header h1 {
	font-size: 1.8em;
	color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#main {
	padding-bottom: 80px;
}
#footer {
	background-image: url(../img/footer.png);
	background-repeat: repeat-x;
	height: 107px;
	text-align: center;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 78px;
	position: absolute;
}
#footer p {
	color: #FFF;
}
#site-heading {
	float: left;
	line-height: 46px;
}
#user-info {
	float: right;
	font-size: 12px;
	line-height: 46px;
	height: 46px;
	margin: 0;
	padding: 0;
}
.userdata {
	font-size: 0.8em;
	color: #999;
}
.clear {
	clear: both;
}
/* end page css */
/* start menue css */
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
#sidebar li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
.module {
	padding-top: 10px;
}
.module-header {
	color: #000;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #202020;
	font-size: 1.2em;
}
.module-header a:link {
	text-decoration: none;
}
.module-items {
	margin-top: 0.4em;
	;
}
.module-items a:hover:before {
	content:"» ";
}
/* end menue css */
/* start form css */
label {
	width: 200px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 5px;
}
input, select {
	background-color: transparent;
	border: thin solid #333;
}
/* end form css */
/* start font css */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#site-heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
#header, #footer {
	color: #999;
}
#header a:link, #header a:active, #header a:visited, #footer a:link, #footer a:active, #footer a:visited {
	color: #CCC;
	text-decoration: none;
}
#header a:hover, #footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.hidden {
	visibility: hidden;
	display: none;
	border: none;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	padding-top: 1.2em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #353535;
}
#content h1 {
	font-size: 1.6em;
}
#content h2 {
	font-size: 1.5em;
}
#content h3 {
	font-size: 1.4em;
}
#content h4 {
	font-size: 1.3em;
}
#content h5 {
	font-size: 1.2em;
}
#content h6 {
	font-size: 1.1em;
}
/* end font css */
/* entwicklungs css */
#dev-list dt {
	float: left;
	font-weight: bold;
	padding-top: 5px;
}
#dev-list dd {
	margin-left: 100px;
	padding-top: 5px;
}
/* start message Box css
by http://www.jankoatwarpspeed.com/post/2008/05/22/CSS-Message-Boxes-for-different-message-types.aspx
*/
.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url(../img/knobs/PNG/Knob-Info.png);
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url(../img/knobs/PNG/Knob-Valid-Green.png);
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url(../img/knobs/PNG/Knob-Attention.png);
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url(../img/knobs/PNG/Knob-Cancel.png);
}
.validation {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url(../img/knobs/PNG/Knob-Validation.png);
}
/* end message box css */

