/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/* --- Body --- */
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
body{
	margin: 0;
	padding: 0;
	min-width: 1000px;
	font-family: Arial, Verdana, sans-serif;
}
html, body {
	width: 100%;
	height: 100%;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/* --- Haupt-Container --- */
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
a{
	color: #009900;
	background-color: white;
}
#contents
{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background-image: url(../images/stripe10x60.png);
	background-repeat: repeat-x;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:  0 0 -65px;
}
html
{
	border: 0px solid black;
	background-position: right top;
	min-width: 1000px;
	background-image: url(../images/stripe60x10.png);
	background-repeat: repeat-y;
}

/*
#breadcrumble{
	margin: 0;
	margin-top: -8px;
	border: 0px solid black;
	font-size: 80%;
}
#breadcrumble span{
	font-weight: bold;
}
*/

#toolbox{
	position: absolute; 
	top: 0px;
	margin-top: -5px;
	width: 276px;
	height: 36px;
	padding-top: 9px;
	left: 550px;
	font-size: 77%;
	border: 0px solid black;
	background-image: url(../images/toolbar.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	font-weight: normal;
	color: #FFFFFF;	
}
#_t1{
	float: left;
	width: 65px;
	padding-left: 13px;
	padding-right: 20px;
	margin-left: 17px;
	margin-right: 10px;
	border: 0px solid red;
}
#_t2{
	padding-left: 13px;
	margin-right: 10px;
	float: left;
	width: 100px;
	border: 0px solid red;
}
#toolbox a{
	color: #636363;
}
#toolbox a:hover{
	font-weight: bold;
	color: #1E8908;
}
#toolbox a:link, #toolbox a:visited{
	text-decoration: none;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/* --- Logo --- */
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
#logoline
{
	width:100%;
	border: 0px solid black;
	height: 60px;
	float: none;
	background-image: url(../images/curve.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#logocont{
 	width: 898px;
	display:block;
	border: 0px solid black;
	float: left;
}

#logocont img{
	float: left;
}
#plier-left{
	margin-left: 80px; 
}
#logo {
	padding-top: 15px;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/* --- Inhalt --- */
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
#content 
{
	min-height: 550px !important;
	padding-bottom: 9em;
	margin:   2em 20em 0em 4.5em;
	border: 0px solid black;
}
#content p{
	font-size: 80%;
	line-height: 1.6em; 
	padding-left: 1.2em;
}
.h4intro{
	font-family: Arial, Sans-Serif;
	font-size: 0.8em;
	text-transform: uppercase; 
	text-align: left;
	border-bottom: 1px solid rgb(50%, 50%, 35%);
}
.h2intro
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.0em;
	font-weight: bold;
	text-transform: uppercase;
	width: 250px;
	margin-left: 0px;
	border-bottom: 1px solid rgb(50%, 50%, 35%);
}
.headline 
{
	/* Hervorhebung im Span-Element (Schlagzeilen) */
	font-weight:bold;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/* --- Navigation --- */
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
#nav{
	position: absolute;
	top: 6em;
	right: 4em;
	width: 240px;
	border: 0px solid black;
	color: black;
	background-color: Transparent;
	padding-bottom: 50px;
	background-image: url(../images/quality.png);
	background-position: center bottom;
	background-repeat:no-repeat;
	
	z-index: 0;
}
#nav ul{
	list-style: none;
	margin-left: 0em;
	padding-left: 0;
}
#nav li{
	font-size: 72%;
	padding-top: 3px;
	padding-bottom: 1px;
	border-bottom: 1px solid rgb(85%, 84%,69%);
	margin-bottom: 0.3em;
}
#nav a:link, #nav a:visited{
	text-decoration: none;
	background-color: transparent;
	color: #636363;
	padding-left: 1px;
}
#nav a:hover{
	color: #1E8908;
	/*neu--*/
	background-color: white;
	/*--neu*/
	padding: 1px 2px 1px 2px;
	border: 1px solid  #1E8908;
}
#nav h2{
	color: black;
	background-color: transparent;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
	text-transform: uppercase; 
	text-align: left;
	border-bottom: 1px solid rgb(50%, 50%, 35%);
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/* --- Footer --- */
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
#footerContainer{
		position: relative;
		bottom: 0px;
		border: 0px solid red;
		margin-right: 70px;
		margin-left: 20px;
		height: 65px;
		padding-top: 0px;
		background-image: url(../images/footer_stripe_right_6x65.png);
		background-position: right top;
		background-repeat: no-repeat;
		padding-right: 6px;
}
#footer{
	background-color: Transparent;
	height: 65px;
	font-size: 70%;
	color: #1b1818;
	text-shadow: white 1px 1px 1px;
	border: 0px solid black;
	background-image: url(../images/footer_stripe_left_6x65.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 6px;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/* --- Footer (Table) --- */
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
#footerTable{
	width: 100%;
	height: 65px;
	border: 0px solid red;
	background-image: url(../images/footer_stripe_6x65.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding-bottom: 5px;
}
#footerTable td{
	vertical-align: bottom; 
	white-space:nowrap; 
	table-layout:fixed;
}
#ftPhone, #ftFax{
	padding-top: 8px; 
	padding-left: 25px;
	font-weight: normal;
}
.ftRentPoint{
	font-weight: bold; 
	font-size: 1.0em; 
	color: green; 
	background-color: white;
	padding-top: 2px; 
	text-align: left;
}
.ftFirstRow{
	border-top: 0px solid rgb(85%, 84%, 69%);
	padding-right: 45px;
	font-weight: bold;
}

#cr{
	background-image: url(../images/designer.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	display:block;
    width: 165px;
    text-decoration: none;
	background-color: transparent;
	text-indent: -9999px;
}
  
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/* --- Framed Introduction/Info --- */
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.x500
{
	margin: 0; 
	background-color: #DFDCDC;
	height: 20px; width: 500px;
	background: url(../images/gray-40-500-20-mod.png) no-repeat left top;	
}
.x500 h2
{
	margin: 0;
	border: 0px solid red; 
	padding: 4px 15px 5px 15px;
	text-align: center; 
	font-size:11px; 
	font-weight: bold;
	color: Black;
	text-shadow: white 1px 1px 1px;
}
.x500Head{
	padding: 0; 
	margin: 0;
	color: black; 
}
.intro{
	border: 0px solid black; 
	width: 500px; 
	margin-top: 20px; 
	padding-bottom: 5px;
}       
.introHead{
	padding: 0; 
	margin: 0;
	color: black; 
	background-color: #DFDCDC;
} 
.introHeadText{
	border: 0px solid black; 
	margin: 0; 
	text-align:center; 
	font-size:1.0em; 
	font-weight: bold;
	background-color: #DFDCDC; 
	color: black;
}
.introHeadText h2{
	border: 0px solid black; 
	margin: 0; 
	text-align:center; 
	font-size:1.0em; 
	font-weight: bold;
	background-color: #DFDCDC; 
	color: black;
}
.introText{
	border-left: 1px solid #DFDCDC; 
	border-right: 1px solid #DFDCDC; 
	border-bottom: 1px solid #DFDCDC; 
	padding: 5px;
	font-size: 0.9em;
	/*Textfarbe aller normalen Texte: #636363;*/ 
	color: #636363;
	background-color: white;
}

.introText ul{font-size: 0.9em; border: 0px solid black;}
.introText p{clear: left; border: 0px solid black; padding-right: 10px;}
		
.introText textarea{
	width: 480px;
	border: 1px solid #DFDCDC;
}
.introText input.text{
	width: 270px;
	border: 1px solid #DFDCDC;
}

.introText div.desc{
	padding-top: 5px;
	font-size: 0.9em;	
}

.introText span.desc{
	font-size: 0.9em;
}

.intro p{
	margin: 0;
	padding: -5px 10px 0px 10px;
	text-align: justify;
}
.introText p.error{
	color: red;
	font-weight: bold;
	border: 0px solid red;

	display: table-cell;
}

.introText div.imgerror
{
	background-image: url(../images/info48x48.png);
	background-position: top left;
	background-repeat: no-repeat;
	border : 0px solid black;
	width: auto;
	height: 48px;
	
	padding-left: 40px;
	display: table-cell;/*--- benoetigt fur die Ausrichtung (middle) des Fehlertextes --- */
	vertical-align: middle; /* -||- */
}

.introText div.wraperror{
	width: auto;
	margin-left: 5px;
	margin-top: 10px;
	border: 0px solid green;
}

.introText p.privacy{
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px; 
}
.introText h5
{
	padding: 5px 15px 0px 15px;
	margin: 5px 0px 5px 0px ;
	text-align: center;
}
/*Image runde Ecken*/
.rndpic{
	height: 8px;
}
.rndtop{
	background: url(../images/rnd-right-top-gray.gif) no-repeat right top;
}
.rndbottom{
	background: url(../images/rnd-right-bottom-gray.gif) no-repeat right top;
}
.rndbottomfeet{
	color: black;
	background-color: white;
}
.slogan h1{font-weight: bold; font-size: 20px; text-transform: uppercase; color: black; background-color: white; padding-bottom: 15px;	border: 0px solid yellow;}
.pictLittl{float: left;  padding: 2px 2px 2px 2px;}
.pictLittl img{height: 52px; border-style:none;}

.indentText {text-indent: 1.5em;}
.indentText span{display: inline; font-size: 200%; color: red; font-weight: bold; letter-spacing: 0.08em; text-shadow: grey 1px 1px 1px;}        
.picContainerBg {border: 0px solid black; width: 491px; height: 75px; background-image: url(../images/schatten490x110.png); background-repeat: no-repeat; background-position: left top;}
.picContainer {border: 1px solid #3AF415; background-color: white; width: 470px; height: 57px; margin-left: 5px; margin-right: 15px; background-image: url(../images/arrow_left2.png); background-repeat: no-repeat; background-position: right center;}

       
