html, body
{
	margin: 0;
	padding: 0;
	color: #000;
	background: #eef;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

form
{
	margin: 0;
	padding: 0;
}

small
{
	font-size: 11px;
	font-style: italic;
}

p
{
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

h2
{
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #1B447A;
	text-transform: uppercase;
}

h3
{
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
}

h4
{
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
	font-size: 13px;
	padding-left: 10px;
}


h5
{
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
	font-size: 15px;
	font-weight: bold;
	color: #1B447A;
}

.level2 { padding-left: 10px; }

#container
{
	position: relative;
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #fff;
	border: 1px solid #D4D5DA;
}

#header
{
	position: relative;
	height: 107px;
	width: 760px;
	background: #000 url(images/header.gif) 100% 100% no-repeat;
}

#dNav
{
	padding-top: 71px;
	padding-left: 180px;
}


#nav 
{
	position: relative;
	margin: 0;
	padding: 0;
}

#nav  li
{
	list-style: none;
	float: left;
	margin-right: 1px;
	padding-left: 16px;
	white-space: nowrap;	
	line-height: 25px;
	background: transparent url(images/tab_l.gif) 0 8px no-repeat;
	vertical-align: bottom;
	border-bottom: 1px solid #fff;
}

#nav a
{
	display: block;
	float: left;
	padding: 0 16px 0 0;
	text-decoration: none;
	font-weight: bold;
	background: transparent url(images/tab.gif) 100% 8px no-repeat;
	color: #fff;
	width: .1em;
	padding-top: 10px;
}

html>body #nav a { width: auto; } /* fixes IE6 hack */

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a { float: none; } /* End IE5-Mac hack */

#nav a:hover
{
	color: #ccc;
	border-color: #000 #ccc #ccc #000;
}


#nav .current
{
	background: transparent url(images/tab_l.gif) 0 0 no-repeat;
	line-height: 35px;
	border-bottom: 1px solid #B76370;
}

#nav .current a 
{
	background-position: 100% 0;
	padding-top: 0px;
}

#main
{
	position: relative;
	margin: 0;
	width: 760px;
	background-color: #D7A1A1;
}

#leftMenu
{
	position: relative;
	float: left;
	width: 180px;

}

#content
{
	position: relative;
	float: left;
	width: 570px;
	background: transparent url(images/top01.gif) 0 0 no-repeat;
	background-color: #fff;
	padding: 30px 0 0 10px;
	min-height: 390px;
	height: 390px;
}

html>body #content
{
	height: auto;
}

#teaserLeft 
{
	border-top: 1px solid #B76370;
	border-bottom: 1px solid #B76370;
}

#footer { position: relative; width: 760px; height: 64px; background: transparent url(images/footer.gif) 0 0 no-repeat;	background-color: #fff;	clear: left; }

#oeffnung {	padding: 3px; color: #1B447A; margin-top: 10px;}

.container_team { position: relative; width: 560px;	background: #eee; height: 160px; margin-bottom: 15px; } 
.image_team { position: relative; width: 130px; height: 160px; float: left; }
.header_team { position: relative; padding-top: 10px; width: 410px;	float: left; font-size: 13px; font-weight: bold; }
.tasks_team { position: relative; width: 410px;	float: left; }
.tasks { padding: 0; padding-top: 15px;	padding-left: 15px;	margin: 0; list-style-type: circle; }

input, textarea {border: 1px solid #1B447A;font-family: Arial, Verdana, Helvetica, sans-serif;}
.terminFormElement {width: 200px;}
.pError {color: #f00;}

.apple 
{
	float:left;
	color: #1B447A;
}
