/* CSS Document 
 *
 * Medium: SCREEN
 * W3C konform / CSS 2.1 
 * IE 7+/ FF 1+ / Opera 7+/ Safari 3+
 * Autor: Stephan Bartsch - Wenzko Computertechnik
 * Internet: www.wenzko.de
 * Datum: 10.10.2009
 */


* {
	padding: 0px;
	margin: 0px;
}

:focus {outline: 0;}

html {
  height: 100%;
  margin-bottom: 1px;
  padding:0px;
  margin:0px;
}

form {
  margin: 0;
  padding: 0;
}

fieldset {
	border:none;
}

img {
	border:none;
}

ul {
	margin-left:20px;
}

body {
	font-family: Arial;
	line-height: 1.5em;
	margin: 0px;
	padding:0px;
	font-size: 12px;
	color: #454343;
	background-color:#003756;
	text-align: left;

}

a:link, a:visited {
	text-decoration: none;
	color:#003366;
	text-decoration:underline;
}

a:focus, a:hover, a:active {
	text-decoration: underline;
	color:#990000;
	cursor:pointer;
}

input.button { cursor: pointer; }

p { 
	margin-top: 0.8em; 
	margin-bottom: 0.4em; 
	line-height:1.5em;
}

img { border: 0 none; }

h1, h2, h3, h4, h5, h6 {
	color:#003366;
}

	
h1, h2 { 
	font-size: 14pt;
	margin-top:0.9em;
	margin-bottom:0.5em;
}
	
h3 { 
	font-size: 14px;
	font-weight:bold;
	line-height: 1.3em; 
	margin-bottom:0.2em; 
	padding-top:10px;
}
	
h4 { 
	font-size: 14px;
	font-weight:bold;
	line-height: 1.2em;
	padding-top:10px;
}
	
h5 { 
	font-size: 14px;
	line-height: 1.3em; 
	margin-bottom:0.2em; 
}
	
h6 { 
	font-size: 12px; 
	font-weight: bold;
}


/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/


div.center {
  text-align: center;
}

#wrapper {
	text-align:left;
	height:auto;
	width:922px;
	overflow:hidden;
	margin: 10px auto;
	position:relative;
	background-image:url(../images/battery-service-bg.gif);
	background-repeat:repeat-y;
}

#wrapper-top {
	display:block;
	background-image:url(../images/battery-service-top.gif);
	background-repeat:no-repeat;
	height:28px;
	width:922px;
}

#wrapper-middle {
	display:block;
	background-image:url(../images/battery-service-bg.gif);
	background-repeat:repeat-y;
	height:100%;
	width:922px;
}

#wrapper-bottom {
	display:block;
	background-image:url(../images/battery-service-bottom.gif);
	background-repeat:no-repeat;
	height:24px;
	width:922px;
	clear:left;
}

#header {
	display:block;
	background-image:url(../images/battery-service-header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:922px;
	height:219px;
}

#logo {
	background-image:url(../images/battery-service-logo.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	
	width:535px;
	height:65px;
	
	position:absolute;
	left:33px;
	top:34px;
}

#logo h1 {
	letter-spacing: -999em;
	font-size: 1px;
	text-indent: -999em;	
}

#pathway {
	display:block;
	width:850px;
	height:35px;
	background-color:#FFF;
	color:#000;
	font-size:10px;
	margin-left:40px;
	line-height:2.5em;
}

#pathway a:link, #pathway a:visited {
	color:#003366;
}

#pathway a:focus, #pathway a:hover, #pathway a:active {
	color:#990000;
}

#container {
	display:block;
	width:922px;
	height:100%;
	margin-left:35px;
}

#sitebar {
	display:block;
	width:227px;
	height:100%;
	background-color:#FFF;
	float:left;
	overflow:hidden;
}

* html #sitebar {
	margin-right:20px;
}

#sb-top {
	background-image:url(../images/battery-menue-header.png);
	background-repeat:no-repeat;
	width:227px;
	height:52px;
	display:block;
	position:relative;
}

#sb-top h3 {
	position:absolute;
	left:55px;
	top:8px;
	
	font-size:14pt;
	font-weight:bold;
	color:#003366;
}

/* IE 6+7 */

* html #sb-top h3 {
	top:8px;
}

* + html #sb-top h3 {
	top:8px;
}

#sb-middle {
	width:225px;
	height:auto;
	display:block;
	background-color:#FFF;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	padding-top:10px;
	padding-bottom:10px;
	
}

#sb-bottom {
	width:227px;
	height:11px;
	display:block;
	background-image:url(../images/battery-menue-bottom.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

* html #sb-bottom {
	top:18px;
}

#sb-middle ul {
	padding:0px;
	margin:0px;
	margin-left:20px;
	width:180px;
	list-style:none;
	padding-top:2px;
	padding-bottom:2px;
	list-style:none;
}

* html #sb-middle ul {
	margin-left:0px;
	padding-left:0px;
}

* + html #sb-middle ul {
	margin-left:10px;
}


#sb-middle ul li {
	line-height:1.5em;
	list-style:none;
	padding-top:1px;
	padding-bottom:1px;
}

#sb-middle ul li a:link, #sb-middle ul li a:visited {
	background-image:url(../images/menue_01.gif);
	background-repeat:no-repeat;
	background-position:-8px -5px;
	padding-left:25px;
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	font-size:12px;
	color:#003366;
}

#sb-middle ul li a:focus, #sb-middle ul li a:hover, #sb-middle ul li a:active {
	background-position:-8px -56px;
	background-repeat:no-repeat;
	display:block;
	width:100%;
	height:100%;
	text-decoration:underline;
	font-size:12px;
	color:#990000;
}

#sb-middle ul li#current a:link, #sb-middle ul li#current a:visited {
	background-image:url(../images/menue_01.gif);
	background-position:-8px -56px;
	background-repeat:no-repeat;
	color:#990000;

}

#sb-middle ul li#current a:focus, #sb-middle ul li#current a:hover, #sb-middle ul li#current a:active {
	background-image:url(../images/menue_01.gif);
	background-position:-8px -56px;
	background-repeat:no-repeat;
}

#sb-middle ul li.parent a:link, #sb-middle ul li.parent a:visited {
	background-image:none;
	background-image:url(../images/menue_parent.gif);
	background-repeat:no-repeat;
	background-position:-8px -5px;
}

#sb-middle ul li.parent a:focus, #sb-middle ul li.parent a:hover, #sb-middle ul li.parent a:active {
	background-image:url(../images/menue_parent.gif);
	background-repeat:no-repeat;
	background-position:-8px -56px;

}

#sb-middle ul li#current.parent a:link, #sb-middle ul li#current.parent a:focus, #sb-middle ul li#current.parent a:hover, #sb-middle ul li#current.parent a:active, #sb-middle ul li#current.parent a:visited {
	background-image:url(../images/menue_parent_sub.gif);
	background-repeat:no-repeat;
	background-position:-8px -56px;
	
}

#sb-middle ul li.parent.active a:link, #sb-middle ul li.parent.active a:focus, #sb-middle ul li.parent.active a:hover, #sb-middle ul li.parent.active a:active, #sb-middle ul li.parent.active a:visited {
	background-image:url(../images/menue_parent_sub.gif);
	background-repeat:no-repeat;
	background-position:-8px -56px;
	color:#990000;
	width:auto;
}



#sb-middle ul li#current.parent li a:link, #sb-middle ul li#current.parent li a:visited {
	background-image:url(../images/menue_01.gif);
	background-repeat:no-repeat;
	width:160px;
	color:#003366;
	background-position:-8px -5px;
	
}

#sb-middle ul li#current.parent li a:focus, #sb-middle ul li#current.parent li a:hover, #sb-middle ul li#current.parent li a:active {
	background-image:url(../images/menue_01.gif);
	background-repeat:no-repeat;
	width:160px;
	color:#990000;
	background-position:-8px -56px;
	
}

/* 2. Ebene */

#sb-middle ul li ul {
	margin-top:2px;
	padding-bottom:0px;
	margin-bottom:0px;
}

#sb-middle ul li#current.parent ul li.parent a:link, #sb-middle ul li#current.parent ul li.parent a:visited {
	background-image:url(../images/menue_parent.gif);
	background-repeat:no-repeat;
	width:160px;
	color:#003366;
	background-position:-8px -5px;
	
}

#sb-middle ul li#current.parent ul li.parent a:focus, #sb-middle ul li#current.parent ul li.parent a:hover, #sb-middle ul li#current.parent ul li.parent a:active {
	background-image:url(../images/menue_parent.gif);
	background-repeat:no-repeat;
	width:160px;
	color:#990000;
	background-position:-8px -56px;
	
}


#sb-middle ul li.parent ul li.parent a:link, #sb-middle ul li.parent ul li.parent a:visited {
	background-image:url(../images/menue_parent.gif);
	background-repeat:no-repeat;
	width:160px;
	color:#003366;
	background-position:-8px -5px;
	
}

#sb-middle ul li.parent ul li.parent a:focus, #sb-middle ul li.parent ul li.parent a:hover, #sb-middle ul li.parent ul li.parent a:active {
	background-image:url(../images/menue_parent.gif);
	background-repeat:no-repeat;
	width:160px;
	color:#990000;
	background-position:-8px -56px;
	
}

#sb-middle ul li.parent ul li a:link, #sb-middle ul li.parent ul li a:visited{
	background-image:url(../images/menue_01.gif);
	background-repeat:no-repeat;
	width:160px;
	color:#003366;
	background-position:-8px -5px;
	
}

#sb-middle ul li.parent ul li a:focus , #sb-middle ul li.parent ul li a:hover, #sb-middle ul li.parent ul li a:active {
	background-image:url(../images/menue_01.gif);
	background-repeat:no-repeat;
	width:160px;
	color:#990000;
	background-position:-8px -56px;
	
}

/* 3. EBENE */

#sb-middle ul li ul ul li {
	margin-top:2px;
	padding-bottom:0px;
	margin-bottom:0px;
}

#sb-middle .menu .parent ul li a:link, #sb-middle .menu .parent ul li a:visited {
	background-image:url(../images/menue_01.gif);
	background-repeat:no-repeat;
	width:135px;
	color:#003366;
	background-position:-8px -5px;
}

#sb-middle .menu .parent ul li a:focus, #sb-middle .menu .parent ul li a:hover, #sb-middle .menu .parent ul li a:active {
	background-image:url(../images/menue_01.gif);
	background-repeat:no-repeat;
	width:160px;
	color:#990000;
	background-position:-8px -56px;
}

#sb-middle .menu .parent ul li#current ul li a:link, #sb-middle .menu .parent ul li#current ul li a:visited {
	background-image:url(../images/menue_01.gif);
	background-repeat:no-repeat;
	width:135px;
	color:#003366;
	background-position:-8px -5px;
}

#sb-middle .menu .parent ul li#current ul li a:focus, #sb-middle .menu .parent ul li#current ul li a:hover, #sb-middle .menu .parent ul li#current ul li a:active {
	background-image:url(../images/menue_01.gif);
	background-repeat:no-repeat;
	width:135px;
	color:#990000;
	background-position:-8px -56px;
}

#sb-middle .menu .parent ul li ul li a:link, #sb-middle .menu .parent ul li ul li a:visited {
	background-image:url(../images/menue_01.gif);
	background-repeat:no-repeat;
	width:135px;
	color:#003366;
	background-position:-8px -5px;
}

#sb-middle .menu .parent ul li ul li a:focus, #sb-middle .menu .parent ul li ul li a:hover, #sb-middle .menu .parent ul li ul li a:active {
	background-image:url(../images/menue_01.gif);
	background-repeat:no-repeat;
	width:135px;
	color:#990000;
	background-position:-8px -56px;
}

#sb-middle .menu .parent ul li.parent.active a:link, #sb-middle .menu .parent ul li.parent.active a:visited {
	background-image:url(../images/menue_parent_sub.gif);
	background-repeat:no-repeat;
	width:135px;
	color:#990000;
	background-position:-8px -56px;
}

#sb-middle .menu .parent ul li.parent.active a:focus, #sb-middle .menu .parent ul li.parent.active a:hover, #sb-middle .menu .parent ul li.parent.acitve a:active {
	background-image:url(../images/menue_parent_sub.gif);
	background-repeat:no-repeat;
	width:135px;
	color:#990000;
	background-position:-8px -56px;
}

#sb-middle .menu .parent ul li.parent.active ul li a:link, #sb-middle .menu .parent ul li.parent.active ul li a:visited {
	background-image:url(../images/menue_01.gif);
	background-repeat:no-repeat;
	width:135px;
	color:#003366;
	background-position:-8px -5px;
}

#sb-middle .menu .parent ul li.parent.active ul li a:focus, #sb-middle .menu .parent ul li.parent.active ul li a:hover, #sb-middle .menu .parent ul li.parent.active ul li a:active {
	background-image:url(../images/menue_01.gif);
	background-repeat:no-repeat;
	width:135px;
	color:#990000;
	background-position:-8px -56px;
}

/* Ende Menü */


#footer {
	display:block;
	background-color:#003756;
	color:#FFF;
	font-size:10px;
	margin:0px;
	padding:0px;
	text-align:center;
}

#footer a:link, #footer a:visited {
	color:#FFF;
	text-decoration:none;
}

#footer a:focus, #footer a:hover, #footer a:active {
	color:#FFF;
	text-decoration:underline;
}


#search {
	width:227px;
	height:84px;
	display:block;
	background-image:url(../images/battery-service-sbg.gif);
	background-repeat:no-repeat;
	position:relative;
}


#search #mod_search_searchword {
	padding-top:3px;
	padding-bottom:3px;
	width:160px;
	display:block;
	position:absolute;
	left:22px;
	top:30px;
	border:1px solid #CCC;
	background-color:#FFF;
	padding-left:20px;
	background-image:url(../images/battery-service-search-icon.gif);
	background-position:0px 2px;
	background-repeat:no-repeat;
	line-height:1.2em;
}


#content {
	display:block;
	width:600px;
	height:100%;
	background-color:#FFF;
	float:left;
	margin-left:23px;
}

/* IE 6+7 */

* html #content {
	margin-top:0px;
}

* + html #content {
	margin-top:0px;
}

.contentheading, .componentheading, .page-topic {
	height:auto;
	border-bottom:2px solid #CCC;
	background-image:url(../images/battery-service-ch-bg.gif);
	background-repeat:no-repeat;
	background-position:-3px -7px;
	font-size:14pt;
	color:#003366;
	line-height:1.3em;
	font-weight:bold;
	padding-left:45px;
	padding-bottom:10px;
	width:550px;
}

.leading {
	width:595px;
}

#page {
	width:580px;
	display:block;
	overflow:hidden;
	padding-left:1px;
}


ol {
	margin-left:25px;
}


ol li {
	margin-bottom:15px;
}

* + html #page ol li {
	margin-left:6px;
}

#page h4 + ol {
	margin-top:15px;
}

#page h4 + ul {
	margin-top:10px;
}


/* Kontaktformular */

.contact h2 {
	margin-top:15px;
}

#emailForm, #emailForm label {
	display:block;
	padding-top:8px;
	padding-bottom:3px;	
}

#emailForm input, #emailForm textarea {
	padding:2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
}

#contact_email_copy {
	float:left;
	margin-top:8px;
	margin-left:0px;
}

input#contact_email_copy {
	border:none;
}

* html #contact_email_copy {
	margin-top:6px;
	margin-left:-4px;
	
}

* + html #contact_email_copy {
	margin-top:6px;
	margin-left:-4px;
}

.copy {
	margin-bottom:10px;
}

.contact_email input {
	width:250px;
}

.contact_email textarea {
	width:550px;
}

.contact_address {
	line-height:1.5em;
	font-weight:normal;
	font-style: normal;
	margin-top:5px;
}


address {
	font-style:normal;
}

/* Formulare */

#content label { 
	font-weight: normal;
}

#content fieldset { 
	padding:1.4em;
	margin: 1em 0 1.5em .2em; 
	border: 1px solid #CCCCCC;
}
	
#content legend { 
	font-size:12px;
	font-weight:bold;
	background:#fff;
	color:#777;
	border:1px solid #CCCCCC;
	padding:5px;
	margin-bottom:10px;
}

#content .inputbox {
	font-size:12px;
	margin:0 0.25em 0 0;
	border: 1px solid #CCCCCC;
	color: #555;
	background:#fafafa;
	line-height:1.2em;
	padding:3px 2px;
}

.invalid {
	color:#F00;
	font-weight:bold;
}

#content .inputbox:hover, #content .inputbox:focus { 
	background:#fff;
	border-color:#CCCCCC;
}
	
#content textarea { 
	width: 90%; 
	height: 250px; 
	border: 1px solid #CCCCCC;
	background:#fafafa;
	color: #555;
	padding:5px 5px;
	margin:0.5em 0.5em 0.5em 0;
	overflow:hidden; 
}

#content textarea:hover, #content textarea:focus {
	background:#fff;
	border-color:#CCCCCC;
}

#content select { 
	font-size:12px;
	border:1px solid #E6E6E6;
	color: #555;
	background:#fff;
	padding:2px 2px 2px 4px!important;
	outline:none;
}

#content select:focus { 
		background:#fff
}

#content form p img {
	float:none;
	margin:0;
	vertical-align:middle
}


/* Systemmitteilungen */

.error-container { 
	border:1px solid #FBC2C4;
	color: #AD0000;
	margin-bottom:15px;
	background-color:#FBE3E4;
}

h2.error {
	color: #AD0000;
}

.error, .success, .notice, .message { 
	padding:0px;
	font-weight:bold;
	color:#AD0000;
}

hr {
	background:#CCCCCC; 
	clear: both;
	border:none; 
  	float: none; 
  	width: 100%; 
  	height: 1px;
	display:block;
	overflow:hidden; 
}

.img-right {
	border:1px solid #CCCCCC;
	padding:4px;
	margin-right:10px;
}


.button, button {
	font-family:Verdana, Geneva, sans-serif;
	background-image:url(../images/submit.gif);
	background-position:-2px 0px;
	background-repeat:no-repeat;
	border:none;
	height:24px;
	width:82px;
	cursor:pointer;
	color:#003366;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

.button:hover, button:hover {
	color:#D60308;
}

/*
	Dantenblätter - TABELLE 
*/

.data caption {
	text-align:left;
	font-weight:bold;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:10px;
	padding-top:15px;
}

* + html .data caption {
	padding-top:10px;
	padding-bottom:10px;
}
	
.data {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.5em;	
	
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	
}

.data th {
	padding:2px;
	
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	
	color:#515151;

}

.data td {
	border-collapse:collapse;
	padding-top:2px;
	
	border:1px solid #CCCCCC;
	padding:2px;
	
	color:#333;
}

.dark {
	background-color:#F4F3F3;
}

.small {
	margin-bottom:-15px;
}

* + html .small {
	margin-bottom:0px;
}

#page ul li {
	line-height:1.8em;
}


.pagination {
	border-top:1px dotted #999;
	display:block;
	margin-left:0px;
	margin-right:0px;
	margin-top:35px;
	margin-bottom:10px;
	padding:3px;
	padding-top:5px;
	color:#999;
	list-style:none;
	height:20px;
	font-weight:bold;
}


.pagination li {
	float:left;
	margin:0px;
	padding-right:8px;
}

.counter, .pagecounter {
	display:block;
	width:185px;
	float:right;
	margin-top:35px;
	height:20px;
	padding:3px;
	padding-right:15px;
	padding-top:5px;
	position:absolute;
	right:0px;
	text-align:right;
	color:#999;
	font-weight:bold;
}

.display {
	padding:3px;
	text-align:center;
	color:#333333;
}

