/* Allgemein */
body {

            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-color: #343432;
            margin: 0px;
            background-color: #EBEDF0;
            color: #43425C;
            background-image:  url(../img/site_background.jpg);
            background-repeat: repeat-x;

}



img {
	vertical-align: bottom;
}

h2 {
	font-size: 15px;
	font-weight: bold;
}
h3 {
	margin-top: 5px;
	font-size: 13px;
	font-weight: bold;
}
a {
	color: #343432;
	font-weight: bold;
}

em {
	font-style: normal;
	font-weight: bolder;
	color: #1E3E8D;
}
/* Seitencontent (Zentrierung) */
.sitecontent {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}
/* Layout Formatierungen */
.navigation_box {

            float: left;
            width: 220px;
            margin-top: 90px;
            background-image:  url(../img//navigation_background.gif);

}

.header_box {
	float: right;
	width: 750px;
	height: 120px;
	background-image: url(../img/header_background.gif);
}
.keyvisual_box {
	float: right;
	width: 728px;
	height: 52px;
	padding: 6px 11px 6px 11px;
	background-image: url(../img/keyvisual_background.gif);
}

.content_box {
	float: right;
	width: 750px;
	background-image: url(../img/content_background.gif);
}
.content_left {
	float: left;
	position: relative;
	left: 65px;
	width: 400px;
}

.content_left_700 {
	float: left;
	position: relative;
	left: 65px;
	width: 650px;
}

.content_left_700 img {
	left: 0px;
}

.content_right {
	float: left;
	width: 180px;
	margin: 20px 0px 0px 100px; 
	padding: 10px;
	border: 1px solid #969697;

}
.product_logo {
	float: left;
	margin: 0px 0px 0px 100px; 
}

.foleft{
	float: right;
	padding: 0;
	margin: 0px 10px 0px 20px;
}

.mitarbeiter {
	height: 110px;
	padding: 0px;
	margin-top: 15px:


}


.footer {
	float: right;
	width: 685px;
	padding-left: 65;
}
.clear {
	clear: both;
}
/* Elemente */
.siteheadline {
	float: right;
	width: 285px;
	height: 35px;
	text-align: right;
}
.logo {
	left: 51px;
	top: 39px;
	position: relative;

}
.navi_header {
 	vertical-align: bottom;
}
.header_content_right {
	display: block;
	height: 24px;
	padding: 4px 0px 0px 5px;
	background-image: url(../img/headline_right_bg.gif);
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.footer a {
	font-weight: normal;
}
/* Servicenavigation */
.header_box ul {
	margin-top: 52px;
	margin-bottom: 0px;
	text-align: right;
}
.header_box li {
 	display: inline;
	list-style-type: none;
}
.header_box a {
	color: #43425C;
	text-decoration: none;
	font-weight: bold;
	margin-right: 11px;
	font-size: 11px;
}
.header_box a:hover {
	text-decoration: underline;
}

/* Hauptnavigation */


.navigation_box ul {
	margin: 0px;
	padding: 0px;
}
.navigation_box li {
	list-style-type: none;
}
.navigation_box a {
	display: block;
	height: 20px;
	padding-top: 4px;
	padding-left: 40px;
	margin-top: 2px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.menue_1 a {
	background-image: url(../img/navi_kunden_bg.gif);
}
.menue_1 a:hover {
	background-position: 0px -24px;
}
.menue_2 a {
	background-image: url(../img/navi_produkte_bg.gif);
}
.menue_2 a:hover {
	background-position: 0px -24px;
}
.menue_3 a {
	background-image: url(../img/navi_dienstleistungen_bg.gif);
}
.menue_3 a:hover {
	background-position: 0px -24px;
}

.menue_4 a {
	background-image: url(../img/navi_dienstleistungen_bg.gif);
}
.menue_4 a:hover {
	background-position: 0px -24px;
}

/* Zweite Ebene */

.submenue_1 a {
	margin: 0px 6px 0px 27px;
	padding: 2px 0px 3px 12px;
	color: #333333;
	font-weight: bold;
	background-image: none;
	font-size: 11px;
	background-color: #E9EAEB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #646466;
	height: 100%;
}
.submenue_1 a:hover {
	color: #FFFFFF;
	background-color: #646466;
}

.submenue_2 a {
	margin: 0px 6px 0px 37px;
	font-weight: normal;
	background-color: #DAE5FB;
}
.submenue_2 a:hover {
	background-color: #7092BD;
}
.submenue_3 a {
	background-color: #FFFFFF;
	margin: 0px 6px 0px 52px;
}
.submenue_3 a:hover {
	color: #333333;
	background-color: #E9EAEB;
}

.submenue_4 a {
	background-color: #FFFFFF;
	margin: 0px 6px 0px 52px;
}
.submenue_4 a:hover {
	color: #333333;
	background-color: #E9EAEB;
}
/********Formular********/
.clear {
  clear: both;
}

form {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 1.0em;
	width: 400px;
}


/* fieldset styling */
fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
	background-color:#fff;
}

/* legend styling */
legend {
	font-weight: bold;
	font-size: 14px;
	color: #444;
	
	
}

form p {
  position: relative;
	width: 100%;
}

/* style for  labels */
label {
	float: left;
	width: 10em;
}

#remember-me label {
  width: 4em;
}

/* style for required labels */
label .required {
	font-size: 0.83em;
	color:#760000;
}

/* style error messages */
.feedback {
	position: absolute;
	margin-left: 11em;
	left: 200px;
  right: 0;
	font-weight: bold;
	color:#760000;
	padding-left: 18px;
	background: url(../img/error.png) no-repeat left top;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

input {
  width: 200px;
}

input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
	background: #ffc;
}

input.radio {
  float: left;
	margin-right: 1em;
}

input.checkbox {
  float: left;
	margin-right: 1em;
}

textarea {
	width: 300px;
	height: 100px;
}

/* Date of Birth form styling */

#monthOfBirthLabel, #yearOfBirthLabel {
  text-indent: -1000em;
	width: 0;
}

#dateOfBirth {
  width: 3em;
	margin-right: 0.5em;
}

#monthOfBirth {
  width: 10em;
	margin-right: 0.5em;
}

#yearOfBirth {
  width: 5em;
}

/* Color form styling */
#favoriteColor {
  margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

#favoriteColor h2 {
  width: 10em;
	float: left;
	font-size: 1em;
	font-weight: normal;
}

#favoriteColor div {
  width: 8em;
	float: left;
}

#favoriteColor label {
  /*width: 3em;*/
	float: none;
	display: inline;
}

/*#favoriteColor p {
	margin: 0.3em 0;
}*/

/******tabellen********************************/

/*p, td, th {
	font: 0.8em Arial, Helvetica, sans-serif;
}*/
.datatable {
	border: 1px solid #fff;
	border-collapse: collapse;
	width: 100%;
}
.datatable td {
	border: 2px solid #fff;	
	padding: 4px;
}
.datatable th {
	border: 2px solid #fff;
	background-color: #BCBCBC;
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
}
.datatable caption {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #33517A;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}
.datatable tr.altrow {
	background-color: #f1f1f1;
	color: #000000;
}
