/********************************************************************/
/*	 CUSTOMER	                                                     */
/*  General Styles                                                  */
/*  Author: Ralf Heumann / JANUS DIE WERBEMANUFAKTUR                */
/********************************************************************/

@import url("reset.css");

/********************************************************************/
/*		General Elements                                              */
/********************************************************************/

html { background: #a6b1bb url(../images/backstripes.gif); }

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 100.01%;
	background: url(../images/backstripesgradient.gif) repeat-x;
}

/* Single styles */

.invisible {
	display: none;
}

.clearer {
	clear: both;
}

.hr {
  height: 1px;
  margin: 20px 0;
  border-top: 1px dotted #c5c6c7;
  clear:both;
}

.hr hr {
	display: none;
}

strong {	font-weight: bold; }
/* p strong, p em { font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; } */

p a, li a {
	color: #b61d1d;
	text-decoration: underline;
}

p a:focus, p a:hover,
li a:focus, li a:hover {
	text-decoration: none;
}

/********************************************************************/
/*		Layout Elements                                               */
/********************************************************************/

#container {
	width: 830px;
	margin: 0 auto;
	padding: 44px 0;
	position: relative;
}

#container h1 { display: none; }

#header {	
	height: 236px;
	border: 10px solid white;
	background: url(../images/headerpic1.jpg) no-repeat;
	position: relative;
	clear: both;
}

#header h2 {
	width: 370px;
	left: 355px;
	top: 95px;
	position: absolute;
	font-size: 20px;
	color: #036;
	font-weight: normal;	
}

#background { min-height: 575px; background: url(../images/backbeam.jpg) top left no-repeat; }

html>body #shadowspacer {
	height: 13px;
	background: url(../images/shadowspacer.png) no-repeat;
}

#site {
	padding: 37px 25px 60px 25px;
	border-top: 10px solid white;
	border-right: 10px solid white;
	border-left: 10px solid white;
	background: white url(../images/contentgradient.gif) top left repeat-x;
}

#content {
	width: 475px;
	float: left;
}

#content h2 {
	margin: 0 0 25px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;	
	color: #b61d1d;
}

#content h3 {
	margin: 25px 0 15px 0;
	font-size: 14px;
	font-weight: normal;
	color: #b61d1d;	
}

#content h4 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	color: #036;
}

#content h3.first {
}

#content p, .infobox p {
	margin: 0 0 19px 0;
	font-size: 12px;
	line-height: 19px;
	color: #333;
}

#content p.error {
	margin: 0 0 25px -10px;
	padding: 10px;
	font-size: 12px;	
	border: 1px dotted #b61d1d;
	background: #f8ebeb;
	color: black;
	line-height: 16px;
}

#content p.error strong {
	color: #b61d1d;
}

#content p em { font-style: italic; }

/* Tabelle */

#content table.tab {
	width: 100%;
	margin-bottom: 25px;
	padding-bottom: 9px;
	background: #faf7f7 url(../images/tabbottom.gif) left bottom no-repeat;
}

#content table.tab td {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 19px;
	border-bottom: 1px dotted #c5c6c7;	
	color: #666;
}

#content table.tab td.left {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
	font-weight: bold;
	color: #333;
	font-size: 11px;
}

#content table.tab tr.last td {
	padding-bottom: 7px;
	border-bottom: 0;
}

#content table.tab tr.sup td {
	border-bottom: 1px solid #c5c6c7;
	background: #eee;
}

/* Liste */

#content ul {
	margin: 25px 0 23px 0;
}

#content ul li, .infobox ul li {
	margin: 0 0 6px 0;
	padding: 0 0 0 35px;
	font-size: 12px;
	line-height: 19px;
	background: url(../images/bullet.gif) 13px 7px no-repeat;
}

/* Infoboxes */

.infobox {
	width: 251px;
	margin-bottom: 15px;
	padding: 0 0 18px 0;
	background: #faf7f7 url(../images/infoboxbottom.gif) left bottom no-repeat;
	float: right;
	clear: right;
}

.infobox img { margin: 0 15px 13px; display: block; }
.infobox.image { padding-bottom: 8px; }
.infobox.image img { margin: 0; }

.infobox h3 {
	margin-bottom: 15px;
	padding: 8px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: white;	
	background: #afbbc7 url(../images/infoboxtop.gif) left top no-repeat;
	border-bottom: 1px solid white;
}

.infobox p { font-size: 12px; line-height: 19px; margin: 0 15px 19px; }
p span.tab { margin-right: 10px; width: 45px; float: left; clear: left;}

.infobox ul { margin: 0 15px 17px; }
.infobox ul li { font-size: 12px; line-height: 19px; background: url(../images/red_arrow.gif) 13px 6px no-repeat; }

/* Footer */

#footer {
	padding: 15px 35px 5px 35px;
	background-color: #999;
}

#footer p {
	font-size: 12px;
	color: white;
}

#footer p a { color: white; }

html>body #footershadow { height: 22px; background: url(../images/footerbottom.png) no-repeat; }

/********************************************************************/
/*		Navigations etc.                                              */
/********************************************************************/

#metanaviwrapper {
	background: url(../images/rightmeta.png) right top no-repeat;
	float: right;
}

ul#metanavi {
	height: 38px;
	font-size: 13px;
	margin-right: 10px;
	padding-left: 10px;
	background: url(../images/leftmeta.png) left top no-repeat;
	float: left;
}

ul#metanavi li {
	padding-top: 4px;
	padding-left: 15px;
	float: left;
	background: white;
	line-height: 34px;
}

ul#metanavi li.first { padding-left: 15px; } /* Usually 25px; */
ul#metanavi li.last { padding-right: 0 !important; } /* Usually 10px; */
ul#metanavi li.last a {	border-right: 0; }
ul#metanavi li a.active { font-weight: bold; }

ul#metanavi li a {
	padding-right: 15px;
	color: #b61d1d;
	text-decoration: none;
	border-right: 1px solid #666;
}

ul#metanavi li a:focus, ul#metanavi li a:hover {
	text-decoration: underline;
}

/* Main Navigation */

ul#navi {
	height: 38px;
	margin-left: 10px;
	float: left;
}

ul#navi li {
	margin-right: 1px;
	padding-left: 10px;
	float: left;
	line-height: 38px;
	font-size: 15px;
	font-weight: normal;
}

html>body ul#navi li { background: url(../images/navileftinactive.png) left top no-repeat; }

ul#navi li a {
	padding: 0 10px;
	color: white;
	text-decoration: none;
	background: url(../images/naviinactive.png) repeat-x;	
	display: block; 
	float: left;
}

ul#navi li a:focus, ul#navi li a:hover { text-decoration: underline; }

html>body ul#navi li span { float: left; width: 10px; height: 38px; display: block; background: url(../images/navirightinactive.png) right top no-repeat; }
html>body ul#navi li.active { background: url(../images/navileftactive.png) left top no-repeat; }
ul#navi li.active a { background: url(../images/naviactive.png) repeat-x; }
html>body ul#navi li.active span { background: url(../images/navirightactive.png) right top no-repeat; }

#competencies {
	width: 264px;
	height: 195px;
	padding: 35px 35px 0 35px;
	position: absolute;
	left: 508px;
	top: 173px;
}

html>body #competencies { background: url(../images/foil.png) no-repeat; }

#competencies ul li {
	padding-left: 36px;
	font-size: 12px;
	margin-bottom: 13px;
	background: url(../images/bigbullet.gif) 0 3px no-repeat;
}

/********************************************************************/
/*		Single Styles                                                 */
/********************************************************************/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.last {
	border: 0 !important;
	margin-right: 0 !important;
	padding-right: 0 !important;
}

/********************************************************************/
/*		Form                                                          */
/********************************************************************/

.formtab td {
	padding: 2px 10px 2px 0 !important;
	padding: 2px 10px 2px 0;	
	vertical-align: top;
	font-size: 12px;
}

.formtab td.left { width: 110px; }

.formtab .input {	width: 270px; }
label { cursor: pointer; padding-top: 3px; display: block; font-size: 12px; }
.check { margin-top: 7px; margin-right: 6px; float: left; }
.stern {	color: #b61d1d; font-weight: normal; }
.failed td.left { font-weight: bold; color: #b61d1d; }
/* .failed input, .failed textarea { padding: 2px 1px !important; padding: 2px 2px; border: 1px solid #d00; } */

/********************************************************************/
/*		Wartung                                                       */
/********************************************************************/

#wartung {
	width: 400px;
	height: 78px; 
	margin-top: -126px;
	margin-left: -200px;
	padding-top: 175px;
	border: 10px solid white;
	position: absolute;
	top: 50%;
	left: 50%;
	background: white url(../images/wartung_background.gif) no-repeat;
	text-align: center;
}

#wartung p {
	font-size: 12px;
	color: #666;
}
