/* Gesamte Seite */
* 
    {

	margin: 0;
	padding: 0;

	font-family: "Trebuchet MS", tahoma, verdana, arial, sans-serif;
	font-size: 12px;

	color: #333;

    }
ul
	{

	padding-left: 20px;

	}
select/* SELECT-Felder werden sonst zu hoch mit 12px */
	{

	font-size: 11px;

	}
body
	{

	background-image: url('images/background.gif');
	background-repeat: repeat-x;
	background-position : top;
	background-color: #f9f9f7;

	}
#page
	{

	margin: 0 auto;
	padding: 10px;
	width: 928px;
	background-color: #fff;

	}
/*
Header
*/
#header
	{

	margin-bottom: 20px;
	height: 100px;
	width: 928px;
	background-color: #008382;
	background-image: url('images/header_fh4.jpg');
	/*background-position: top;*/
	background-repeat: no-repeat;

	}
#header h1
	{

	width: 400px;
	position: relative;
	top: +40px;
	left: +15px;

	font-size: 16px;
	color: #fff;

	}

#header #headerMenuBackground
	{

	position: absolute;
	top: 92px;
	height: 18px;
	width: 928px;
	background-color: #dedede;
	filter: alpha(opacity: 50);
	opacity: 0.5;

	}
#header #headerMenu
	{

	position: absolute;
	top: 92px;
	height: 18px;
	width: 928px;

	}
#header #headerMenu a:link, #header #headerMenu a:visited
	{

	float: left;
	color: #fff;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	display: block;
	width: 232px;

	}
#header #headerMenu a.active
	{

	background-color: #ffa11e;

	}
#header #headerMenu a:hover, #header #headerMenu a:active
	{

	text-decoration: none;
	background-color: #ffa11e;
	display: block;
	width: 232px;

	}
/* Elemente */
textarea, input
	{

	background-color: transparent;
	padding-left: 2px;
	border: 1px #dedede solid;

	}
textarea.extraSmall
	{

	height: 100px;
	width: 198px;

	}
textarea.small
	{

	height: 100px;
	width: 250px;

	}
textarea.medium
	{

	height: 150px;
	width: 350px;

	}
textarea.half
	{

	height: 225px;
	width: 475px;

	}
textarea.big
	{

	height: 300px;
	width: 580px;

	}
textarea.extraBig
	{

	height: 350px;
	width: 690px;

	}
input
	{

	height: 19px;

	}
input.button
 	{

	color: #008382;
	height: 21px;
	padding: 0px 5px 0px 5px;

	}
input.small
	{

	width: 75px;

	}
input.medium
	{

	width: 125px;

	}
input.big
	{

	width: 200px;

	}
input.extraBig
	{

	width: 400px;

	}
input.extraExtraBig
	{

	width: 580px;

	}
input.fullsize
	{

	width: 692px;

	}
input.checkbox, input.radio
	{

	position: relative;
	top: +2px;
	border: 0px;
	margin-right: 3px;

	padding-right: 15px;

	}
/*
Links
*/
a:link, a:visited
	{

	color: #008382;
	text-decoration: none;

	}
a:hover, a:active
	{

	color: #ffa11e;
	text-decoration: underline;

	}
a.bigLink
	{

	width: 175px;
	border: 1px solid #dedede;
	font-weight: bold;
	display: block;
	padding: 20px;
	padding-left: 55px;

	}
a.bigLink:hover
	{

	text-decoration: none;
	background-color: #f6f6f6;
	color: #ffa11e;

	}
a.download
	{

	width: 175px;
	border: 1px solid #dedede;
	font-weight: bold;
	display: block;
	background-image: url(images/download.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	padding: 20px;
	padding-left: 55px;

	}
a.download:hover
	{

	text-decoration: none;
	background-color: #f6f6f6;
	color: #ffa11e;

	}
/*
Inhalt der Seite
*/
#content
	{

	width: 100%;

	}
#content table td
	{

	padding: 5px;

	}
#content table td.extraSmall
	{

	width: 50px;

	}
#content table td.small
	{

	width: 100px;

	}
#content table td.medium
	{

	width: 200px;

	}
#content table td.big
	{

	width: 300px;

	}
#content table td.half
	{

	width: 50%px;

	}
#content table.small
	{

	width: 30%;

	}
#content table.half
	{

	width: 50%;

	}
#content table.medium
	{

	width: 65%;

	}
#content table.big
	{

	width: 85%;

	}
#content table.extraBig
	{

	width: 100%;

	}
/*
...
*/
#content div.leftBox, #content div.rightBox
	{

	margin-bottom: 10px;

	}
#content div.leftBox
	{

	float: left;

	}
#content div.rightBox
	{

	float: right;

	}
#content div.rightBox p, #content div.leftBox p
	{

	padding: 3px;

	}
#content div.rightBox h1, #content div.leftBox h1
	{

	background-image: url(images/background_h1.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 21px;

	padding: 3px;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
	font-size: 13px;

	}
#content div.rightBox h2, #content div.leftBox h2
	{

	border-bottom: 1px solid #efefef;
	padding: 3px;
	font-size: 12px;

	}
#content div.rightBox h3, #content div.leftBox h3
	{

	color: #555;
	border-bottom: 1px solid #fefefe;
	padding-left: 3px;
	font-size: 11px;

	}
#content div.small
	{

	width: 200px;

	}
#content div.big
	{

	width: 700px;

	}
/*
Footer
*/
#footer, #footer a
	{

	font-size: 11px;

	}
#footer
	{

	border-top: 1px #dedede solid;
	padding-top: 3px;
	clear: both;
	margin-top: 15px;
	text-align: center;

	}
/*
Tabellen
*/
table
	{

	border-collapse: collapse;

	}
.scrollBig
	{

	overflow: auto;
	max-height: 700px;

	}
.scrollMedium
	{

	overflow: auto;
	max-height: 400px;

	}
.scrollSmall
	{

	overflow: auto;
	max-height: 200px;

	}
.scrollExtraSmall
	{

	overflow: auto;
	max-height: 100px;

	}
div.userMessage, div.userMessage2
	{

	background-color: #fff;
	margin-bottom: 10px;
	border: 1px #dedede dotted;

	}
div.userMessage p, div.userMessage2 p
	{

	padding: 3px;

	}
div.userMessage h3
	{

	padding: 3px;
	background-color: #f9eeee;
	color: #b23a3a;
	border-bottom: 1px #dedede dotted;

	}
div.userMessage2 h3
	{

	padding: 3px;
	background-color: #eef9ee;
	color: #3ab23a;
	border-bottom: 1px #dedede dotted;

	}
.needed
	{

	background-image: url('images/needed.gif');
	background-repeat: no-repeat;
	background-position: top right;

	}
input.forTheBotsOutThere
	{

	display: none;

	}
.line, .line2
	{

	border: 1px #dedede solid;

	}
.line
	{

	background-color: #fff;

	}
.contentLink
	{

	color: #c00 !important;
	font-weight: bold;
	font-style: italic;

	}
