/* Allgemeines CSS fuer kemptech.de */
/* Thomas Esders, net&works GmbH       */
/* Dezember 2006			      */
/* ---------------------------------- */
/* An dieser Datei sollten keine      */
/* Aenderungen vorgenommen werden.    */
/* ---------------------------------- */

/* ===================== */
/* Default Einstellungen */
/* ===================== */

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana, sans-serif;
  font-size: 100.01%;
  text-align: center;
  color: #000;
  background-color: #e5e5e5;
}

#all {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;  
}

.clearer {
	clear : both;
	height: 0px;
	font-size: 0px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

p {
	font-size: 12px;
	line-height: 16px;
}

ul {
	font-size: 12px;
	padding: 5px 0 5px 15px;  
}

a {
	text-decoration: none;
	color : #ff9900;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

/* Ueberschrift oranger Hintergrund */
.orange h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0 3px 20px;
}
.orange h1.layout5 {
	background-color: #ff9900;
	margin: 5px 0 5px -20px;
}
/* Ueberschrift oranger Hintergrund */

/* ===================== */
/* header */
/* ===================== */
#header {
	height : 172px;
	width: 950px;
	background-color : Black;
	background-image : url('/fileadmin/templates/images/bg-leiterbahnen.jpg');
	background-position : bottom;
	background-repeat : no-repeat;
	color:white;
}

#header .sprachweiche {
	float: left;
	font-size : 10px;
	padding-top: 55px;
	padding-left: 30px;
}

#header .sprachweiche a {
	font-weight: normal;	
	color:white;
	text-decoration : none;
}

#header .sprachweiche a.active {
	font-weight : bold;
} 

#header .sprachweiche a:hover {
	text-decoration : underline;
}


#header .seitentitel {
	float: right;
	padding-top: 48px;
	padding-right: 15px;
}

#header .seitentitel p {
	color : #ff9900;
	font-size : 18px;
	font-weight : bold;
}

#header .rechteck {
	float : right;
	background-image : url('/fileadmin/templates/images/rechteck-orange.jpg');
	background-repeat : no-repeat;
	background-position : bottom;
	width : 12px;
	height : 21px;
	padding : 48px 0 0 0;
}

#header .claim {
	text-align: right;
	padding-right: 28px;
	padding-top : 12px;
}

#header .claim p {
	font-size : 14px;
	font-weight : bold;
}

/* ===================== */
/* top */
/* ===================== */
#top {
	width: 950px;
	border-top : 1px solid White;
	border-bottom : 1px solid #818181;
	background-color : #c6c6c6;
	background-image : url('/fileadmin/templates/images/rechteck-orange.jpg');
	background-position : left;
	background-repeat : no-repeat;
}

#top .topmenu {
  	margin: 2px 0 0 13px;
}

#top .topmenu a {
	border-top : 1px solid White;
	border-left : 1px solid White;
	border-right : 1px solid White;
	font-size : 12px;
	font-weight : bold;
	padding : 1px 10px 1px 10px;
	margin-right : 1px;
	background-color : #e5e5e5;
	text-decoration : none;
	color : black;
	display : block;
	float: left;
}

#top .topmenu a:hover {
	border-top : 1px solid White;
	border-left : 1px solid White;
	border-right : 1px solid White;
	font-size : 12px;
	font-weight : bold;
	padding : 1px 10px 1px 10px;
	margin-right : 1px;
	background-color : white;
	text-decoration : none;
	color : #ff9900;
}

#top .topmenu a.active {
	border-top : 1px solid White;
	border-left : 1px solid White;
	border-right : 1px solid White;
	font-size : 12px;
	font-weight : bold;
	padding : 1px 10px 1px 10px;
	margin-right : 1px;
	background-color : white;
	text-decoration : none;
	color : #ff9900;
}


#top .suche {
	float : right;
	margin : 0 20px 0 20px;
}

#searchbox {
	position: relative;
	top: -2px;
	border : 1px solid White;
	background-color : #e5e5e5;
	height: 14px;
	width : 200px;
	font-size: 12px;
}

* html #searchbox {
	top: -1px;	
}

#searchbutton {
	position : relative;
	top : -1px;
	left: 5px;
	border : 1px solid White;
	background-color : #e5e5e5;
	width : 25px;
	height : 16px;
	font-size: 12px;
}
* html #searchbutton {
	top : -1px;
}

#top .funktionen {
	position : relative;
	top : 2px;
	float : right;
	font-size : 10px;
	font-weight : bold;
	padding : 0 20px 0 0;
}

#top .funktionen a {
	text-decoration : none;
	color: #6d6d6d;
}

/* ===================== */
/* left */
/* ===================== */

#left {
	width : 200px;
	background-color : white;
}

#left .leftmenu ul {
	list-style : none;
	padding: 50px 0 50px 20px;
}

#left .leftmenu li {
	padding: 3px 0 0 0;
	border : 1px solid white;
}

#left .leftmenu li a {
	border-bottom : 1px solid #e5e5e5;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: black;
	display: block;
	line-height : 15px;
}

#left .leftmenu li a:hover {
	color : #ff9900;
}

#left .leftmenu li a.active {
	color : #ff9900;
}

#left .leftmenu ul ul {
	list-style : none;
	padding: 3px 0 0 10px;
}

#left .leftmenu li li a {
	border-bottom : none;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: black;
	display: block;
}

.leftunten {
	background-color : #ff9900;
	width: 200px;
	height: 80px;
	border-top : 1px solid #818181;
}

td.left{
	background-color : white;
}

/* ===================== */
/* content */
/* ===================== */

td.middle {
	background-color : #e5e5e5;
	border-left : 1px solid #818181;
}

#content {
	float: left;
	width: 508px;
	background-color : #e5e5e5;
	padding: 20px;
}

/* 2-spaltig */
#content .contentspalten {
	padding: 5px 0 0 0;
}

#content .contentlinks {
	float: left;
	width: 320px;
}
#content .contentrechts {
	float: left;
	width: 160px;
	padding: 0 0 0 15px;
}
/* 2-spaltig */

#content .afcgelb {
	width : 310px;
	background-color : white;
	margin : 3px 0 0 0;
	padding: 0 0 3px 0;
	border: 1px solid #818181;
}

#content .afcgelb .rechteck {
	padding: 5px 0 0 2px;
}

#content .afcgelb .headline h1 {
 	font-size: 15px;
 	font-weight : bold;
	color : #ff9900;
	padding: 0 0 0 14px;
}

#content .afcgelb .subheadline h2 {
	font-size: 16px;
	font-weight : bold;
 	padding: 0 0 0 14px;
}

#content .afcgelb .image {
	padding: 20px 0 20px 10px;
}

#content .afcgelb p {
	font-size: 12px;
 	padding: 0 0 0 14px;
}

#content .afcgelb a {
	color: gray;
}

#content p {
  padding: 5px 0 5px 0;
}

#content .csc-frame-rulerAfter {
  border-bottom: 1px solid #818181;
  margin: 5px 0 10px 0;
}

/* Mailform */
.csc-mailform-field label {
	display: block;
  	width: 120px;
  	float: left;
	margin: 5px 0;
font-size: 12px;
}

.csc-mailform-field input, .csc-mailform-field textarea, .csc-mailform-field select {
	margin: 3px 0;
  	border: 1px solid #818181;
  	background: white;
  	xpadding: 3px 3px;
}

.csc-mailform-field input:active, input:focus, input:hover { background: #E8EBDF;} 

/*** Loginbox ***/
.tx-newloginbox-pi1 h3 {
  font-size: 14px;
}

.tx-newloginbox-pi1 label {
    font-size: 12px;
}

/*** indexed_search ***/
.tx-indexedsearch {
  font-size: 12px;
}


/*** mini-faq ***/
.tx-cfabwwwminifaq-pi1 {
  font-size: 12px;
}

.tx-cfabwwwminifaq-pi1 ol {
  padding: 0 0 0 20px;
}

.tx-cfabwwwminifaq-pi1 hr {
  border-bottom: 1px solid grey;
  margin: 5px 0;
}

/*******************************
Tabellen
*******************************/

.contenttable-0 {
  font-size: 12px;
}

.contenttable-0 .tr-even {
 background-color: #ff9900;
}

.contenttable-0 th {
background-color: #ff9900;
text-align: left;
padding: 3px 3px 3px 5px;
border: 1px solid gray;
color: white;
}

.contenttable-0 td {
border: 1px solid gray;
padding: 3px 3px 3px 5px;
}

/* ===================== */
/* right */
/* ===================== */
#right {
	float: left;
	width: 200px;
	background-color : #e5e5e5;
}

#right .afgelb, #right .afgrau {
	width : 199px;
	background-color : white;
	margin : 3px 0 0 0;
	padding: 0 0 3px 0;
	border: 1px solid #818181;
}

#right .afgelb .rechteck, #right .afgrau .rechteck  {
	padding: 5px 0 0 2px;
}

#right .afgelb .headline h1, #right .afgrau .headline h1 {
 	font-size: 15px;
 	font-weight : bold;
	color : #ff9900;
	padding: 0 0 0 14px;
}

#right .afgelb .subheadline h2, #right .afgrau .subheadline h2 {	
	font-size: 16px;
	font-weight : bold;
 	padding: 0 0 0 14px;
}

#right .afgelb .image, #right .afgrau .image {
	padding: 10px 0 10px 20px;
}

#right .afgelb p, #right .afgrau p {
	font-size: 12px;
 	padding: 0 0 0 14px;
}

#right .afgelb a, #right .afgrau a {
	color: gray;
}

td.right{
	background-color : #e5e5e5;
}

/* ===================== */
/* footer */
/* ===================== */
#footer {
	width: 950px;
	height : 40px;
	color: white;
	font-size : 10px;
	text-align : right;
	background-color: black;
}

#footer p {
	padding: 5px 5px 0 0;
}

#footer a {
	text-decoration:none;
	font-weight: bold;
	color: white;
}

#footer a:hover {
	text-decoration: underline;
}

/* ===================== */
/* sr_feuserregister     */
/* ===================== */
.tx-srfeuserregister-pi1 legend {
  font-size: 12px;
}

.tx-srfeuserregister-pi1 fieldset {
  padding: 10px;
  font-size: 12px;
}

p.tx-srfeuserregister-pi1-error {
  color: red;
}