html {
    height: 100%;
	overflow-y: scroll;
}

body {
	color: #58585a;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding:0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #ffffff url(/images/background_dots.gif);
}

a 
{
   outline: none;
}

h1
{
	font-size:24px;
	color:#f18d00;
	margin-top:27px;
	margin-bottom:27px;
	line-height:30px;
}

h2, .nptitle
{
	font-size:16px;
	color:#666;
	margin-bottom:18px;
}

.nptitle
{
	font-size:16px;
	color:#666;
	margin-bottom:9px;
}

.navi
{
	margin-bottom:9px;
}

.sub
{
	margin-top:36px;
}

h3
{
	font-size:13px;
	font-weight:normal;
	color:#555;
	margin:0;
}

p	{
	margin:0 0 1em 0;
	font-size:13px;
	line-height:18px;
}

img {
	border:none;
}

.bild
{
	margin:20px 0;
}

.logo {
	float:left;
	height: 162px;
}

#header {
	height: 100px;
	border-bottom:#f18d00 20px solid;
}

.meta a {
	font-size: 10px;
	color: #626262;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}

.meta a:hover {
	font-size: 10px;
	color: #ffffff;
	background-color: #b1b2b4;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}

.meta a.active, .meta a:focus {
	font-size: 10px;
	color: #ffffff;
	background-color: #58585a;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}

.navigation {
	float:left;
	margin:0 0 0 20px;
	padding: 20px 5px 0px 35px;
	width: 264px;
	height: 100%;
	line-height: 1.5em;
	background-image:url(../images/navigation_background.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
}

.main {
}

/* texts */

td, th {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 13px; 
}

.indent {
	margin-left:30px;
}

/* links */

a {
	color: #58585a;
	text-decoration: underline;
}

a:hover {
	color: #fd8c40;
	text-decoration: underline;
}

.copyright {
	font-size: 9px;
	color: #a6a6a6;
	text-decoration: none;
}

.copyright:hover {
	font-size: 9px;
	color: #a6a6a6;
	text-decoration: none;
}

/* forms */
form {
	margin:0px;
}

.formfield {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #e9dfcf;
}

.formsubmit {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	border: none;
	background-color: #fca265;
	color: #ffffff;
	cursor:pointer;
}

.disabled {
	cursor:default;
	color:#dddddd;
}

td.label {
	padding-right:10px;
	line-height:2em;
	white-space:nowrap;
}

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

/* backgrounds */

.bg_grey {
	background-color: #eee;
	padding: 3px 8px 3px 8px;
	color: #58585a;
	display: block;
}

.bg_grey:hover, .bg_grey .active {
	background-color: #efcb91;
	background-image:url(/images/open.png);
	background-position: 580px 13px;
	background-repeat:no-repeat;
}

.bg_grey a, .bg_grey a:hover {
	color: #58585a;
	text-decoration: none;
	display: block;
}

.bg_greylight {
	background-color: #f0f0f1;
	padding: 3px 8px 3px 8px;
	color: #58585a;
	display: block;
}

.bg_greylight a, .bg_greylight a:hover {
	color: #58585a;
	text-decoration: none;
	display: block;
}

.projekt td {
	padding: 5px 5px 5px 8px;
	border-bottom: 1px solid #f0f0f1;
}

.projekt td.header {
	padding: 5px 5px 5px 8px;
	background-color: #eee;
	color: #58585a;
	border-bottom: 1px solid #ffffff;
}

.projekt td.noborder {
	padding: 5px 5px 5px 8px;
	border-bottom: 1px solid #f9f9f9;
}

.projekt td td {
	padding: 5px 0;
	border:none;
}

.projekt td td.label {
	padding: 5px 10px 5px 0;
}

/* colors */

/* borders */

/* ids */

#container {
	width: 980px;
	margin: 0px auto;
	padding-top:20px;
	text-align: left;
	background-color: #fff;
	position: relative;
}

#container2 {
	position:relative;
	float:left;
	min-height:100%;
	background-color:#fff;
}

#content {
	position:relative;
	float:left;
	width: 605px;
	margin-top: 15px;
	padding-left:20px;
	line-height: 1.5em;
}

#divContentLeft
{
	float:left;
	width:230px;
	float:left;
	font-size:13px;
	padding-top:18px;
	text-align:justify;
}

#divContentRight
{
	float:left;
	width:230px;
	float:right;
	font-size:13px;
	padding-top:18px;
	text-align:justify;
}

.btnOrange, .btnOrange a
{
	float:left;
	margin-top:18px;
	padding:21px 0 0 0;
	background-image:url(/images/button_orange.png);
	background-repeat:no-repeat;
	width:234px;
	height:72px;
	font-size:15px;
	color:#fff;
	text-align:center;
	text-decoration:none;
}

.btnOrange:hover
{
	background-image:url(/images/button_orangehover.png);
	color:#fff;
	text-decoration:none;
}

.box 
{
	background-color:#F6E3C5;
	padding:20px;
}


/* navigation */

ul.nav {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
}

ul.subnav {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 2px;
}

.nav li, .subnav li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	list-style-image: none;
	display: inline;
}

.nav li a {
	font-size:14px;
	display: block;
	padding: 0px 0px 6px 18px;
	width: 196px;
	color: #555;
	text-decoration: none;
	width:250px;
}

.nav li a:hover {
	display: block;
	padding: 0px 0px 6px 18px;
	color: #333;
	text-decoration: none;
	background: url(/images/arrow_nav.gif) no-repeat;
	background-position: 0px 4px;
	width:250px;

}

.nav li .active, .nav li a:focus, .nav li .active:hover {
	display: block;
	padding: 0px 0px 6px 18px;
	width: 196px;
	color: #555;
	text-decoration: none;
	background: url(/images/arrow_nav.gif) no-repeat;
	background-position: 0px 4px;
	width:250px;
}


/* subnavigation */

.subnav li a {
	font-size:12px!important;
	line-height:20px;
	display: block;
	padding: 0px 0px 0px 30px;
	width: 176px;
	color: #555;
	font-size: 10px;
	text-decoration: none;
	width:250px;
}

.subnav li a:hover {
	display: block;
	padding: 0px 0px 0px 30px;
	color: #333;
	font-size: 10px;
	text-decoration: none;
	background: url(/images/arrow_subnav.gif) no-repeat;
	background-position: 16px 7px;
	width:250px;
}

.subnav li .active, .subnav li a:focus, .subnav li .active:hover {
	display: block;
	padding: 0px 0px 0px 30px;
	color: #555;
	font-size: 10px;
	text-decoration: none;
	background: url(/images/arrow_subnav.gif) no-repeat;
	background-position: 16px 7px;
	width:250px;
}

.metanavi
{
	position:absolute;
	right:10px;
	top:87px;
}

.metanavi li
{
	list-style-type:none;
	list-style-position:inside;
	display:inline;
	font-size:11px;
	padding-left:8px;
}

.metanavi li a
{
	color:#FFF;
	text-decoration:none;
}

.metanavi li a:hover
{
	text-decoration:underline;
}


/* tables */

#treeview li {
	list-style:none;
}

#treeview ul li ul {
	margin-left:20px;
	padding-left:20px;
}

#treeview ul {
	margin:0;
	padding:0;
}

.leaf div {
	display:none;
}

.leaf label {
	float:left;
	width: 75px;
}

.leaf textarea {
	float:left;
	width: 313px;
}

.leaf br {
	clear:left;
}

.savecomment {
	float:right;
	font-size:10px;
}

.kontaktgruppebeschreibung {
	border:1px solid #F90;
	display:none;
	margin:0.5em 0 0.5em 2em;
	padding:5px;
	width:350px;
}

#divSuchhilfen {
	display:none;
	margin-bottom:2em;
}

.pageAnchor,
.pageAnchor:hover
{
	text-decoration:none;
	color: #58585a;
}

ul, ol
{
	font-size:13px;
}

li
{
	padding-bottom:8px;
}

#divFoot
{
	float:left;
	position:relative;
	background-image:url(/images/footer.png);
	background-repeat:no-repeat;
	height:30px;
	width:635px;
	margin-bottom:0;
	padding-left:345px;
	padding-top:35px;
	font-size:12px;
	color:#444;
}

/* Admin */


table.adminList {
	border:1px solid #CCCCCC;
	border-collapse:collapse;
}

table.adminList td,
table.adminList th {
	padding:3px 10px 3px 3px;
	border-bottom:1px solid #CCCCCC;
}

table.adminList td.lastColumn,
table.adminList th.lastColumn {
	padding-right:3px;
}

table.adminList tr.highlight {
	background-color:#EEEEEE;
}

.nptext
{
	margin:9px 0 18px 0;
	width:100%;
}


/* TEAM */
#divVerwaltungsrat
{
	width:150px;
}

#divGeschaeftsleitung
{
	float:left;
}

#divAccountmanager
{
	float:left;
	width:auto;
}


.teamtitle
{
	float:left;
	height:20px;
	line-height:20px;
	background-color:#F18D00;
	padding:3px 25px 0px 5px;
	font-size:14px;
	color:#fff;
}

.imgborder
{
	float:left;
	border-left: 4px solid #F18D00;
	padding-left:10px;
}

.mitarbeiter
{
	position:absolute;
	top:0px;
	left:100px;
	z-index:20;
}

#divMitarbeiter
{
	top:140px;
	left:20px;
	width:605px;
	height:178px;
	position:absolute;
	z-index:10;
	background-image:url(../images/team/bg_team.jpg);
	background-position:top left;
}
	
#divMitarbeiter h1
{
	color:#fff;
	padding:2px 0 0 380px;
	margin:0;
	font-size:14px;
}

#divMitarbeiter h2
{
	color:#F18D00;
	padding:50px 0 70px 380px;
	margin:0;
	font-size:18px;
}

#divMitarbeiter p
{
	padding:18px 0 0 380px;
	margin:0;
}

#divMitarbeiterTextfeld
{
	float:left;
	font-size:14px;
	margin:450px 0 36px 100px;
}
