/* - HTML, BODY, TAGS - */

html {
	background: #808080; 
	text-align: left;
	width: 100%;
	height: 100%;
	overflow: -moz-scrollbars-vertical;
}

body {
	font-size: 12px;
	color: #dddddd; 
	font-family: "Tahoma", "Arial" , "MS Sans Serif";
	margin: 0px;
	height: 100%;
}

table, tr ,td {
	font-size: 12px;
	color: #dddddd; 
	font-family: "Tahoma", "Arial" , "MS Sans Serif";
}

img {
	border: none;
}
.cleaner {
	clear: both;
	height: 0px;
	font-size: 0px;
	display: block;
	width: 100%;
}
a {
	color: #d67d12;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #d67d12;
	text-decoration: underline;
	font-weight: bold;
}

/* - CONTAINER - */

#container {
	width: 980px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #aaaaaa;  
	border-left: 10px solid #808080;
	border-right: 10px solid #808080;
	padding: 0px;
	text-align: left;
}

/* - PAGELAYER - */

#pagelayer {
	padding-bottom: 51px;
}

/* - HEADER - */

#header {
	width: 980px;
	height: 74px;
	background: #ffffff url(../pics/header.jpg) no-repeat;
	overflow: hidden;
	position: relative;
}

/* - MENU - */

#menu {
	width: 980px;
	padding: 0px;
	background: #ffffff;
	border-bottom: 2px solid #0e3a63;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
#menu ul {
	padding: 0px;
	margin: 0px auto;
	height: 18px;
	overflow: hidden;
	font-size: 12px;
}
#menu ul li {
	padding: 0px 5px 0px 5px;
	margin: 0px auto;
	height: 18px;
	overflow: hidden;
	display: inline;
	list-style: none;
	float: left;
	background: url(../pics/menu_li.gif) left no-repeat;
}
#menu ul li a {
	padding: 0px 5px;
	line-height: 18px;
	text-decoration: none;
	font-weight: normal;
	color: #606060;
}
#menu ul li a:hover {
	padding: 0px 5px;
	line-height: 18px;
	text-decoration: underline;
	font-weight: normal;
	color: #aaaaaa;
}
#menu ul li a.aktiv, #menu ul li a:hover.aktiv {
	display:block;
	padding: 0px 5px;
	line-height: 18px;
	text-decoration: none;
	font-weight: normal;
	background: #2783a8 url(../pics/menu_aktiv.gif) repeat-x;
	color: #FFFFFF;
}
#menu .hidden {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../pics/menu.gif) repeat-x;
	width: 3px;
	height: 18px;
	font-size: 0px;
	line-height: 0px;
}

/* - CONTENT LAYER - */

#contentlayer {
	width: 980px;
	padding: 0px 10px;
	position: relative;
}

/* - CONTENT - */

#content-white {
	width: 960px;
	float: left;
	overflow:hidden; /*-- Entfernen, wenn Tabelle sich soll voll ausbreiten --*/
}

#content-white h1 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 3px 12px;
	color: #dddddd;
	font-family: "Arial";
	margin-left:-1px;
}

#content-white hr {
	border: none;
	margin: 20px 0px 10px 0px;
	background: url(../pics/dot_h.gif) repeat-x;
	height: 2px;	
}

#content-white li {
	margin-left: 20px;
}

#content-white p {
	margin: 0px 0px 15px 0px;
}

/* - FOOTER - */

#footer {
	width: 980px;
	height: 33px;
	border-top: 2px solid #d67d12;
	padding: 5px 0px 5px 0 px;
	text-align: right;
	font-size: 10px;
	overflow: hidden;
	background-color: #808080;
	color: #404040;
	position: absolute;
	bottom: 0 !important;
}
#footer a {
	color: #404040;
	text-decoration: underline;
	font-size: 10px;
}
#footer a:hover {
	color: #404040;
	text-decoration: none;
	font-size: 10px;
}

.form {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; background: #ffffff; border: 1px solid #808080; padding: 1px;}
.form2 {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; background: #ffffff; border: 1px solid #808080; padding: 0px;}
.formsubmit {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; background: #F6F6F6; border: 1px solid #808080; padding: 1px;}
.formred {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; background: #FFBBBB; border: 1px solid #808080; padding: 1px;}
.form2red {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; background: #FFBBBB; border: 1px solid #808080; padding: 0px;}
.title {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 13px; margin-bottom:10px; font-weight:bold;}
.textlg {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 20px; font-weight:bold; color: #aaaaaa;}
.texts {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 10px; margin-top:5px}

#greybox {
	border: 1px solid #404040; padding: 10px; background-color: #606060;
}

#greybox2 {
	border: 1px solid #404040; padding: 10px; background-color: #dddddd;
}

#white_box {
	font-style:normal;
	background:#ffffff;
	padding:5px;
	margin-bottom:10px;
	border:1px solid #aaaaaa;
}

#attbox {
	padding-left: 1px;
	padding-right: 1px;
	border:1px solid #aaaaaa;
	font-size:8px;
}
.image {
	border: 1px solid #808080;
	padding: 2px;
}

