/*
	                                                             ||
  Index:                                                         ||
  =================================================================
  ||  1 Basic
  ||    1.1 Font
  ||    1.2 Headlines / Links
  ||    1.3 Scrollbars
  ||  2 Tag's
  ||  3 Form
  ||  4 Classes & ID's
  ||    4.1 General
  ||    4.2 Project Specific
  ||    4.3 Navigation
  =================================================================
	                                                             ||
  Notes:                                                         ||
  =================================================================
  !!  Setz den Hintergrund im header oder head nicht hier im CSS
  !!  sonst wird der Hintergrund auch im Editor angezeigt.
*/

/* .:: 1.1 Font ::. */

body{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#4e4d4d;
	padding:0;
	margin:0;
	background: url(../images/layout/bg.png) repeat-x;
}


/* .:: 1.2 Headlines / Link ::. */

h1 {
	font-family: Tahoma, Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size:18px;
	font-weight:bold;
	padding: 30px 0 20px 0;
	margin:0;
	background:none;
}

h2,h3,h4,h5,h6 {
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
}

h2 {
	
}

a {

}

a:hover {

}
/* .:: 1.3 Scrollbars ::. */

/* .:: 2 Tag's ::. */


div { 
	
} 

p {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding-left: 30px;
	vertical-align: middle;
}

li {
	list-style-position: outside;
	list-style-type:square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* .:: 3 Form ::. */

form {
	margin: 0px;
	padding: 0px;
}

input.button {
	border: 1px solid #999999;
	background-color: #CCCCCC;
	color: #000000;
}

input,select,textarea {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #000000;
}

.radio {
	border: 0px solid #999999;
	background-color: #c3d5e4;
}

.noborder {
	border: 0px solid #666666;
}

/* .:: 4.1 General Classes & ID's ::. */

.norm {
	color: #4e4d4d;
}

.normbold {
	font-weight: bold;
	color: #4e4d4d;
}

.border {
	border: 1px solid #FFFFFF;
}

/* .:: 4.2 Project Specific Classes & ID's ::. */
/* ----------container zentriert das layout-------------- */
#container {
	width: 990px;
	margin: 0 auto;
	padding: 0;
}

/* ----------banner for logo-------------- */
#banner {
	margin: 0;
	padding: 0;
	height:110px;
	background: url(../images/layout/werk5_2.png) left no-repeat;
}

#mainnavi {

	position: relative;
	top: 53px;
	background:none;
	float:left;
	height:23px;

}

#subnav{
	position:relative;
	top: 87px !important;
	top: 86px;	
	left:-30px;
/*	margin:33px 0 0 0px; */
	padding: 5px 0px 5px 0px;
	height: 13px;
	width: 440px;
	background: none;
	font-size:11px;
	color:#FFFFFF;
	float:left;
}

/* -----------------Inhalt--------------------- */
#content {
	min-height:476px;
	background-color: #ffffff;
	padding: 0 20px 0 25px;
	margin: 0 222px 0 290px;
	line-height:150%;
}

/* --------------left navigavtion------------- */
#left {
	float: left;
	width: 211px;
	margin: 0;
	padding:27px 0 0 79px;
	color:#ffffff;
	height:532px;
	background-image:url(../images/layout/left_bg.jpg);
	background-repeat:no-repeat;
	
	
}
#right {
	float: right;
	width: 222px;
	margin: 0;
	padding: 0;
	color:#ffffff;
	height:532px;
	background-image:url(../images/layout/right_bg1.gif);
	background-repeat:no-repeat;
	text-align:center;
}
.tb_left{
	background-image:url(../images/layout/bg_left.png);
	background-repeat:no-repeat;
	background-position:right top;
}


/* .:: 4.3 Navigation ::. */

.nav_l1 {
	font-size: 11px;
	padding: 4px 12px 0 12px;
	height:19px;
	width:187px;
	color:#4e4d4d;
	background-image:url(../images/layout/nav_l2.gif);
	background-repeat:repeat-x;
	float: left;
	text-decoration:none;
	display:block;
	font-weight:bold;
	border-bottom:1px solid #FFFFFF;
}

.nav_l1:hover {
	background:url(../images/layout/nav_l2_act.png) #ffdd00 no-repeat right;
}

.nav_l1_act {
	font-size: 11px;
	padding: 4px 12px 0 12px;
	height:19px;
	width:187px;
	color:#696969;
	background:url(../images/layout/nav_l2_act.png) #ffdd00 no-repeat right;
	float: left;
	text-decoration:none;
	display:block;
	font-weight:bold;
	border-bottom:1px solid #FFFFFF;

}

.nav_l1_act:hover {
}

.nav_l2 {
	font-size: 11px;
	padding: 4px 12px 0 12px;
	height:19px;
	width:187px;
	color:#696969;
	float: left;
	text-decoration:none;
	display:block;
	font-weight:bold;
	border-bottom:1px solid #FFFFFF;
}

.nav_l2:hover {

}

.nav_l2_act {
	font-size: 11px;
	padding: 4px 12px 0 12px;
	height:19px;
	width:187px;
	color:#696969;
	float: left;
	text-decoration:none;
	display:block;
	font-weight:bold;
	border-bottom:1px solid #FFFFFF;
}

.nav_l2_act:hover {
}

.nav_spez {
	font-size: 11px;
	padding: 4px 12px 4px 12px;
	color:#FFFFFF;
	background: #6b6b6b;
	text-decoration:none;
	border-left:1px solid #FFFFFF;
	display: inline-block;
	float: left;
	height:15px;
}

.nav_spez:hover {
	font-size: 11px;
	color:#FFFFFF;
	text-decoration:none;
}

.nav_spez_act {
	font-size: 11px;
	padding: 3px 12px 4px 12px;
	color:#FFFFFF;
	background: #cbcbcb;
	text-decoration:none;
	border-left:1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	font-weight:bold;
	display: inline-block;
	float: left;
	height:16px;
}

.nav_spez_act:hover {
	color: #FFF;
	text-decoration:none;

}

.nav_spez2 {
	text-decoration:none;
	color:#4e4d4d;
	padding: 5px 10px 4px 10px;
}
.nav_spez2:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-color: #6B6B6B;	
	padding: 5px 10px 4px 10px;
}
.nav_spez2_act {
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	background-color: #6B6B6B;
	padding: 5px 10px 4px 10px;
}
.nav_spez2_act:hover {
	text-decoration:none;
}

