@charset "utf-8";
/* --rw-elektronik.de --
*/

/* --0. import files --
	--1. standards--
	--2. layout --
	--3. content-by sites --
	--4. navi
	--5. links --
	--6. sprungmarken --
	--7. ew-cms --
*/


@import url("kontaktstyle.css");
@import url("nav.css");
/* 	--1. standards --
	-- reset--
*/

html, body, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,  font, img, ins,  kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ul, li, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #515252;
	vertical-align: middle;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background-color: #fff;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0px;
	margin: 0px 0 20px 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table td{
	margin: 1px 0 1px 0;
	padding: 4px 2px;
	vertical-align: top;
	}
table td.border{
	border-left: 1px solid #999;
	padding-left: 10px;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* --end of reset --*/

h1{
	font-size: 22px;
	color: #fff;
	position: relative;
	}
h2{
	font-size: 18px;
	color: #000;
	margin: 0 0 10px 0;
	position: relative;
	}
h3{
	font-size: 14px;
	color: #53a694;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #53a694;
	padding: 0 0 2px 0;
	}

h4 {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	margin: 10px 0 3px 0;
	}

p{
	line-height: 1.5em;
	margin: 0 0 7px 0;
	}

strong{
	font-weight: bold;
	}
em{
	font-style: normal;
	color: #53a694;
	font-weight: bold;
	}


/*  -- 2.layout --*/


.helper{
	width: 100%;	
	position: relative;
	z-index: 1;
	background-image: url(../images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
.wrapper{
	width: 820px;
	margin: 0px auto;
	position: relative;
	z-index: 2;
	}

.content{
	width: 526px;
	/*width: 526px;	
	float: right;*/
	position: relative;
	z-index:20;
	margin: 0px auto 30px auto;
	padding: 290px 0 15px 274px;
	}

.display-none {
	display:none;
}

#footer{
	width: 526px;
	height: 72px;
	display: block;
	background-image: url(../images/bg-footer1.png);
	background-repeat: no-repeat;
	/*margin: 30px 0 30px 294px;*/
	margin: 0px auto;
	padding: 0 0 0 280px;
	background-position: right bottom;
	
	}


/* -- header formatierung --*/

#header{
	width: 100%;
	/*height: 287px;*/
	height: 247px;
	position: relative;
	z-index: 4;
	}
#header h1 a{
	width: 221px;
	height: 137px;
	display: block;
	font-size: 16px;
	text-indent: -10000px;
	color: #000;
	z-index: 5;
	text-decoration: none;
	background-image: url(../images/rw-elektronik-logo2.png);
	background-repeat: no-repeat;
	position: relative;
	top: 74px;
	left: 0px;
	}

#header h1 a:hover{color: #000; text-decoration: none;}
html>body #header h1 a:hover{color: #000; text-decoration: none;}

#move{
	position: absolute;
	top:165px;
	left: 0px;
	z-index: 20;
	width: 820px;
	height: 83px;
	}


/* -- end of header --*/
	
/* -- 2. end of layout --*/

/* -- 3. content by site --*/

p.dist{
	margin-bottom: 20px;
	}
/*h3.jobber{
	margin: 0px;
	}
	*/

/* --footer posimo--*/
#footer h2{
	margin: 0 0 0px 0;
	}

#footer h2 a{
	width: 166px;
	height: 44px;
	display: block;
	font-size: 16px;
	text-indent: -10000px;
	color: #000;
	z-index: 5;
	text-decoration: none;
	background-image: url(../images/posimo.png);
	background-repeat: no-repeat;
	
	}

#footer h2 a:hover{color: #000; text-decoration: none;}
html>body #footer h2 a:hover{color: #000; text-decoration: none;}

#footer p.posimo{
	position: relative;
	padding: 4px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	}
	
/* -- end of footer --*/

/* -- bei downloads --*/
			
.down{
	margin: 0 0 15px 0;
	}
p.text{
	width: 415px;
	float: left;
	}
.down a{
	background-image: url(../images/pdf-off.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0 25px 0px;
	margin: 0px 0 15px 15px;
	line-height: 36px;
	float: left;
	width: 65px;
	display: block;
	text-indent: -10000px;
	}
.down a:hover{
	background-image: url(../images/pdf-on.png);
	background-repeat: no-repeat;
	background-position: left center;
	
	}

/* -- end of downloads --*/

.fix{
	clear: left;
	}
.fixer{
	clear: both;
	}
.indent{
	margin: 0 0 0 185px;
	}
p.floater{
	width: 320px;
	float: left;
	}

p span.posimo-small{
	width: 56px;
	height: 14px;
	background-image: url(../images/posimao-small.png);
	background-repeat: no-repeat;
	padding: 2px 15px 1px 0;
	display:block;
	text-indent: -10000px;	
	position: absolute;
	left: 0px;
	top: 0px;
	}
span.inliner{
	display: inline;
	position: relative;
	padding: 0 55px 0 0;
	}
p span.posimo-small a{
	text-indent: -10000px;
	}
.posimo-titel{
	background-image: url(../images/posimo.png);
	background-repeat: no-repeat;
	width: 166px;
	height: 44px;
	margin: -25px 0 0 0;
	float: right;
	
	}
	
dl.story dt{
	font-size: 14px;
	color:#53a895;
	margin: 5px 0 2px 0;
	font-weight:bold;
	position: relative;
	}
dl.story dd{
 	position: relative;
	top: -19px;
	left: 70px;
	margin: 0 0 5px 0;
	}
dl.story{
	margin: 10px 0 10px 0;
	width: 440px;
	}
	
dl.tech dt{
	font-size: 14px;
	color:#53a895;
	margin: 5px 0 2px 0;
	font-weight:bold;
	position: relative;
	
	}
dl.tech dd{
 	position: relative;
	top: -19px;
	left: 70px;
	margin: 0 0 5px 0;
	}
dl.tech{
	margin: 10px 0 10px 0;
	width: 260px;
	float: left;
	}

img.pic175{
	width: 175px;
	float: left;
	margin: 5px 10px 10px 0;
	}
img.plus{
	margin: 5px 10px 30px 0;
	}
	
img.pic245{
	width: 245px;
	float: left;
	margin: 5px 0 10px 0px;
	}

img.pic245right{
	width: 245px;
	float: right;
	margin: 5px 0 5px 0px;
	}
	
img.pic185{
	width: 185px;
	float: left;
	margin: 5px 10px 10px 0;
	}

ul.list{
	width: 255px;
	margin: 10px 20px 15px 0px;
	float: left;
	}
ul.list1{
	width: 245px;
	margin: 10px 0px 15px 0px;
	float: left;
	}
ul.listwide{
	width: 500px;
	margin: 10px 20px 15px 0px;
	}
ul.list ul{
	width: 300px;
	margin: 5px 0 10px 0px;
	}

ul.list li, ul.list1 li, ul.listwide li{
	margin: 0 0 5px 0px;
	padding: 0 0 0 12px;
	color: #666;
	background-image: url(../images/bullet-li.png);
	background-position: left top;
	background-repeat: no-repeat;
	}
ul.list li ul li{
	margin: 0 0 5px 20px;
	padding: 0 0 0 0px;
	font-weight: normal;
	background: none;
	}

	
table td.mess{
	margin: 1px 0 1px 0;
	padding: 4px 2px;
	vertical-align: top;
	text-align: center;
	}
/* -- team --*/
dl.teamer dt.img{
	width: 125px;
	padding: 2px;
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 10px 0;
	}
dl.teamer dt.imgno{
	width: 125px;
	padding: 2px;
	border: none;
	float: left;
	margin: 0 12px 10px 0;
	height: 98px; 
	}
 dl.teamer{
	width: 100%;
	clear: left;
	}
dl.teamer dt{
	font-size: 14px;
	color: #53a694;
	padding: 0 0 0 0px;
	margin: 0 0 7px 0;
	font-weight: bold;
	}
dl.teamer dd{
	
	margin: 0 0 5px 0;
	padding: 0px 0 0 135px;
	position: relative;
	}
/* --sitemap -->*/

DIV#sitemap {
   padding: 1em 0px;
   line-height: 20px;
   }

DIV#sitemap LI {
   padding: 0 0 0 24px;
   margin: 0;
   list-style-type: none;
   }
 DIV#sitemap ul LI a.fat{
   font-size: 15px;
   padding: 0 0 10px 0;
   }
DIV#sitemap LI {
   background: url(../images/extm.gif)
               no-repeat
               0% 0%;
   }
DIV#sitemap LI.last {
   background: url(../images/exlm.gif)
               no-repeat
               0% 0%;
   }
DIV#sitemap UL {
   padding: 0 0 0 0px;
   margin: 0 0 0 -10px;
   list-style-type: none;
   }
DIV#sitemap UL {
   background: url(../images/exim.gif)
               repeat-y
               0% 0%;
			  
   }
  div#sitemap ul.main{
  	 	width: 270px;
		float: left;
				   }
DIV#sitemap UL.last {
   background-image: none;
   }
  
 /* -- end of sitemap --*/
 
/* --  anfahrt -- */

.karteprint{
	display: none;
	}

form#link2map24{
	width: 526px;
	
	/*background-color: #e6edff;*/
	}
	
form#link2map24 label, form#link2map24 input {		/* Allgemeine Stile für Labels und Formularfelder */
	font:inherit;
	color:inherit;
	width:130px;
	margin:10px 0px 0 0;
	padding:1px;

/* Diese beiden Angaben bitte nicht verändern: */
	display:block;
	float:left;
}

form#link2map24 input{				/* Stile, die nur auf Formularfelder angewandt werden sollen */
	border:1px solid #999;
	background:#fcfcfc url(../images/form-hg.png) repeat-x;
}



form#link2map24 input:focus {		/* Stile für aktivierte Formularfelder */
	border:1px solid #53a694;	
}

form#link2map24 label {							/* Feldbeschriftungen */
	text-align:right;				
	width:60px;						
	padding:0 15px 0 0;			
}

form#link2map24 legend {							/* Stile für die Überschriften der Formularabschnitte ("fieldset") */

	/* Hiermit werden die Überschriften nicht angezeigt.
	Falls gewünscht entfernen, um die Anzeige zu ermöglichen */
	/*display:none;*/
	font-size: 13px;
	color: #53a694;
	font-weight: bold;
	padding: 0 5px 5px 5px;
	}

form#link2map24 fieldset {						/* Formularabschnitte */
	border-top: 1px solid #53a694;
	border-bottom: none;
	border-left: none;
	border-right: none;
	
	padding:0 0 0px 0px;
	margin: 0 0 0px 0;
	width: 250px;
	float: left
}
form#link2map24 fieldset#berechnen{
	margin: 0 20px 0px 0;
	}
form#link2map24 fieldset#but{
	border: none;	
	padding:0px 0 0px 0px;
	background-color: #fff;
}

form#link2map24 fieldset#but input#submitRoute {				/* Gestaltung des Submit-Buttons */
	width:136px;
	padding:2px;
	background:#53a694;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	font-variant:small-caps !important;
	cursor:pointer;
	border:none;
}

form#link2map24 fieldset#but input#submitRoute {			/* Element zur Ausrichtung des Submit-Buttons */
	width:136px;
	height:22px;
	margin:6px 0 0 40px;	/* Diese Angabe bestimmt den Abstand zum linken Rand des Formulars */
	}	
form#link2map24 fieldset#ziel p{
	margin: 10px 0 0px 40px;
	line-height: 1.3em;
	}	
	
form#link2map24 fieldset#hidden{			
	display:none;
}
form#link2map24 fieldset#berechnen input#scountry{			
	display:none;
}		


/* --  impressum -- */
#euroweb{
	margin: 4px 0 0 0px;
	border: none;
	}

p.floatbox{
	width: 250px;
	float: left;
	margin: 0 0 20px 0; 
	}
p.floatbox1{
	width: 250px;
	float: left;
	margin: 0 0 20px 0;
	}


/* -- 3. end of content by site --*/

/* -- 4. sub-navi --*/
ul.subnav{
	position: absolute;
	top: 22px;
	left: 280px;
	z-index: 40;	
	height: 20px;	
	margin: 0 0 0 0px;
	}
ul.subnav li{
	float: left;	
	text-align: center;
	margin: 0 5px 0 0;
		}


		
ul.subnav li a{
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration : none;
	padding: 3px 0 0 0;
	display: block;
	height: 17px;
	margin: 0 0 0 0;
	
	}
ul.subnav li a:hover{
	color : #eee;
	text-decoration : none;
	padding:  3px 0 3px 0;
	margin: -3px 0 0 0;
		}
.firma{
	background-image:url(../images/but-firma.png);
	width: 93px;
	background-position: left bottom;
	}
.job{
	background-image:url(../images/but-job.png);
	width: 53px;
	background-position: left bottom;
	}
.kontakt{
	background-image:url(../images/but-kontakt.png);
	width: 62px;
	background-position: left bottom;
	}
.anfahrt{
	background-image:url(../images/but-anfahrt.png);
	width: 61px;
	background-position: left bottom;
	}
.site{
	background-image:url(../images/but-site.png);
	width: 71px;
	background-position: left bottom;
	}
.impress{
	background-image:url(../images/but-impress.png);
	width: 92px;
	background-position: left bottom;
	}
.home{
	background-image:url(../images/but-home.png);
	width: 70px;
	background-position: left bottom;
	}

/* --  end of sub-navi --*/
/* -- content nav--*/


   #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
	margin-top: 40px;
	z-index: 50;
  }
  
  html>body#fixiert {
    position: relative;
   	z-index: 50;
	float: left;
  }

#fixierter{  /* nur fuer moderne Browser! */
    position: fixed;
	z-index: 50;
  }


	



/* --end of content nav --*/

/* --footer ul --*/
#footer ul{
	width: 195px;
	position: relative;
	top: -27px;
	left: 335px;
	}
	#footer ul li {
	float: left;
	}
#footer ul li a{
	float: left;
	padding: 0 18px 0 0;
	color: #000;
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	margin: 0 0 0 10px;
	}
#footer ul li a:hover{
	text-decoration: underline;
	}
.print{
	background-image: url(../images/footer-print.png);
	}
.top{
	background-image: url(../images/footer-top.png);
	}

/* -end of footer ul --*/
/* -- 5. links --*/



a{
	color: #1b7a65;
	text-decoration: underline;
	}
a:hover{
	color: #000;
	text-decoration: underline;
	}
	

/* --7. cms -editmode --*/
#ewcms_edit_controller {
    position: absolute;
    top:0px; left:0px;
    z-index:100;
    width:99%;    
	height:50px;
    padding: 24px 0px 0px 20px;
    background-image: url(../images/bg_logout.gif);
    background-repeat: repeat-x;
    background-position: right center;
	background-color: #004b80;
	border-bottom: 2px solid #fff;
}
#ewcms_edit_controller img {
    border: none;
}

/* -- sonstige ew-cms --*/
a img.ewcms_edit_img{
	width: 16px;
	height: 16px;
	float: none;
	
	}


/*.ewcms_edit_logout img{
	display: none;
	
	}*/
	
.ewcms_loopline{
	margin: 50px 0 50px 0;
	}
.ewcms_loopend{
	margin: 30px 0 20px 0;
	}
a.ewcms_edit_logout {
	color: #fff;
	text-decoration: underline;
	
	}
a:hover .ewcms_edit_logout {
	color: #f90;
	text-decoration: underline;
	}

