/********** html tag formatierung **********/

#arrow { text-align: right; margin: 0px 20px 20px; border: 0;}
#arrow img { border: 0;}


html, body { margin: 0px; padding: 0px;}

body 	{
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 12px;
	color: #000;
	background-image:url(../images/bg-bottom.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-attachment: fixed;
	background-color: #FFFFFF;
}

p 		{ margin: 0px 10px 0px;}

h1 		{
	font-size: 12px;
	text-transform: uppercase;
	color: #27527C;
	margin: 0px 10px 10px;
}
h2 		{ font-size: 12px; text-transform: uppercase; color: #373a3b; margin: 5px 10px 5px;}
.info	{
	font-size: 14px;
	color: #373A3B;
	font-weight: bold;
}

#sub_content h1 {
	font-size: 22px;
	font-weight: bold;
	text-transform: none;
}

a:link		{
	color:#5D809D;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5D809D;
}
a:visited	{
	color:#5D809D;
	text-decoration: none;
	font-weight: bold;
}
a:hover		{ color:#38393B; text-decoration: none; font-weight: bold;}
a:active	{
	color:#155d8e;
	text-decoration: none;
	font-weight: bold;
}

/***************** STRUKTUR ****************/

#container {
	width: 100%;
}

#title 		{
	background-color: #0066FF;
	height: 153px;
	margin-left: 0px;
	text-align: right;
	background-image: url(../images/bg-top.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
}
#title img 	{
	position:absolute;
	left:17px;
	margin-left: 15px;
	border: 0;
	top: 11px;
	height: 75px;
	width: 212px;
}
#title p 	{ vertical-align: baseline }

#title a				{ color:#38393B; text-decoration: none; font-weight: bold; text-transform: uppercase; font-size: 11px;}
#title a:link		{ color:#38393B; text-decoration: none; font-weight: bold;}
#title a:visited	{ color:#38393B; text-decoration: none; font-weight: bold;}
#title a:hover		{ color:#38393B; text-decoration: underline; font-weight: bold;}
#title a:active	{ color:#38393B; text-decoration: none; font-weight: bold;}

#balken 		{
	position:absolute;
	left:-1px;
	top:159px;
	width:100%;
	height:221px;
	background-image:url(../images/bg-middle.gif);
	background-repeat:repeat-x;


}

#head 		{ background-color: #373a3b; height:227px; margin-left: 15px;}
#headPic1 	{ position:absolute; left:15px;  top:52px; border: 0;}
#headPic2 	{ position:absolute; left:298px; top:92px; border: 0;}
#head h1	{ position:absolute; left:308px; color: #FFF; margin-top: 10px; font-size: 18px; text-transform: none; font-weight: normal;}

#sub_head 		{ background-color: #373a3b; height:57px; margin-left: 15px;}
#sub_headPic1 	{ position:absolute; left:15px;  top:52px; border: 0;}
#sub_headPic2 	{ position:absolute; left:298px; top:92px; border: 0;}
#sub_head h1	{ position:absolute; left:308px; color: #FFF; margin-top: 10px; font-size: 18px; text-transform: uppercase; font-weight: normal;}

.letterspacing { letter-spacing: 3px;}

#left 	 	{ position:absolute; left:24px;  top:259px; width:189px; height:436px; background-image: url(../images/navi_bg.gif); background-repeat:no-repeat;}
#sub_left 	{
	position:absolute;
	left:28px;
	top:92px;
	width:785px;
	height:60px;
	background-image: url(../images/navi_bg.gif);
	background-repeat:no-repeat;
}

#content 		{ position:absolute; left:213px; top:279px; width:553px; padding: 15px; background-color: #FFF;}
#sub_content 	{
	position:absolute;
	left:-11px;
	top:285px;
	width:374px;
	padding: 15px;
}

#right 	 		{
	position:absolute;
	left:795px;
	top:279px;
	width:174px;
	height: 400px;
	background-color: #FFFBCC;
	padding: 0 7px;
}
#sub_right 	 	{
	position:absolute;
	left:656px;
	top:388px;
	width:155px;
	padding: 0 7px;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #CCCCCC;
	height: 350px;
}

#sub_middle	 	{
	position:absolute;
	left:429px;
	top:295px;
	width:161px;
	padding: 0 10px;
	height: 350px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#right  p, #sub_right p	{ margin: 5px 7px;}
#right  img, #sub_right img { margin: 5px 7px;}	  

#adresse 	{
	font-size: 14px;
	font-weight:bold;
	color: #5D809D;
	margin: 20px 4px 2px 10px;
}

#content, #right { padding-top: 25px;}

/**************** NAVIGATION ***************/

#navigation {
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	list-style: none;
}

#navigation a {
	width: auto;
	color: #5D809D;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 15px 15px 10px;
	height: auto;
	line-height: 45px;
	border-bottom-style: none;
}

#navigation a:hover  {
	color: #666666;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center 35px;
	text-decoration: none;
}

#navigation .active {
	color: #FFF;
	background-color: #38393B;
	background-repeat: no-repeat;
	background-position: bottom;
}

/***** sub navi ****/

#subnavi {
	margin-left:-10px;
	padding-left: 10px;
}

#subnavi a {
	padding-left: 15px;
	color: #38393B;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 0;	
	background-image: url(../images/dashed.gif);
	background-repeat: no-repeat;
	background-position: -10px bottom;
}

#subnavi a:hover {
	width: 95%;
	color: #FFF;
	background-color: #38393B;;
}

#subnavi .active {
	width: 95%;
	color: #FFF;
	background-color: #38393B;
	background-image: url(../images/dashed2.gif);
	background-repeat: no-repeat;
	background-position: -10px bottom;	
}

/***** header navigation header ****/

#subnavigation {
	position:absolute; 
	left:280px; 
	top: 115px;
	list-style: none;
}

#subnavigation li {
	margin: 0px;
}

#subnavigation li a {
	margin: 0px;
	padding: 0px;
	width: 400px;
	color: #38393B;
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 5px;
}

#subnavigation a:hover {
	text-decoration: underline;
}

/*******************************************/

#bild{
	position:relative;
	width: 58px;
	margin:0;
	padding: 3px;
	background-image: url(../images/teams-bg.gif);
	background-repeat: no-repeat;
	border-bottom-style: none;
}

#bild a {
	border-bottom-style: none;
}

 .bilder-klein
 {
	padding:6px;
	border:10px solid #ffffff;
	text-decoration:none;
	background-repeat: no-repeat;
	background-color: #DDDDDD;
}
 .mitarbeiter
 {
	font-size: 11px;
}
