/* CSS Document Raynet master.css" **********************/
/* Version       : 1.0                               **********************/
/* erstellt      : basiert auf living-e adaptiert             **********************/
	
/************************** Grundeinstellung Mastertemplate ****************/

body{
	margin:0;
	padding:0;
	font-size: 11px;
	text-align: justify;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	scrollbar-base-color:#000000;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	}

#produktbilder {
  float: left; width: 90px;
  margin: 0; padding: 10px;
  border: 1px dashed silver;
}

#produkttexte{

  margin-left: 120px;
  padding: 0 1em;
  border: 1px dashed silver;
  min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
}

#kundenbilder {
  float: left; width: 120px;
  margin: 0; padding: 10px;
  border: 1px dashed silver;
}

#kundentexte{

  margin-left: 140px;
  padding: 0 1em;
  border: 1px dashed silver;
  min-width: 16em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
}

/*************************** Font Mastertemplate *************************/

.editmode{color: #D70B16; margin:0.2em; font-size: 12px;}
.textarea{color:#666;font-size:11px;line-height: 16px;}
.datum{color: #666666;font-size:12px; font-weight: bold;}
.error{color: #D70B16;font-size:14px; font-weight: bold;}


h1{
	margin: 0em;
	margin-bottom: 0em;
	font-size: 1.6em;
	line-height: 1.2 em;
	font-weight: bold;
	color: #D70B16;
	}

h2{
	margin: 0em;
	margin-bottom: 1.0em;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	color: #666;
	}

h3{
	margin: 0em;
	margin-bottom: 1.0em;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	color: #666;
	}


h4{
	margin: 0em;
	margin-bottom: 1.0em;
	font-size: 1.0em;
	line-height: 1.2em;
	font-weight: bold;
	color: #666;
	}

h5{
	margin: 0em;
	margin-bottom: 1.0em;
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: bold;
	color: #666;
	}
	
	a:link{
	text-decoration: none; color : #D70B16; font-weight:bold; 		
	}
	a:visited{
	text-decoration: none; color : #D70B16; font-weight:bold; 		
	}
	a:hover{
	text-decoration: underline ; color : #D70B16; font-weight:bold; 		
	}
	a:active{
	text-decoration: none ; color : #D70B16; font-weight:bold; 		
	}

/************************** Link Format Mastertemplate ****************/

A.headlinelink:link{text-decoration:none; color : #D70B16; font-weight:bold;  }
A.headlinelink:visited {text-decoration:none; color : #666666; font-weight:bold;   }
A.headlinelink:hover {text-decoration:none; color : #666666; font-weight:bold;  }
A.headlinelink:active {text-decoration:none; color : #D70B16; font-weight:bold; }

A.newsarchiv:link{text-decoration:none; color : #D70B16; font-weight:bold;  }
A.newsarchiv:visited {text-decoration:none; color : #D70B16; font-weight:bold;   }
A.newsarchiv:hover {text-decoration:none; color : #D70B16; font-weight:bold;  }
A.newsarchiv:active {text-decoration:none; color : #D70B16; font-weight:bold; }

A.newsboxtxt:link{text-decoration:none; color:#D70B16; font-size:11px;}
A.newsboxtxt:visited {text-decoration:none; color:#D70B16; font-size:11px;    }
A.newsboxtxt:hover {text-decoration:none; color:#D70B16; font-size:11px;   }
A.newsboxtxt:active {text-decoration:none; color:#D70B16; font-size:11px;   }

A.product:link{text-decoration:none; color:#666666; font-size:11px;}
A.product:visited {text-decoration:none; color:#666666; font-size:11px;}
A.product:hover {text-decoration:none; color:#990000; font-size:11px;}
A.product:active {text-decoration:none; color:#666666; font-size:11px;}

A.adresse:link{text-decoration:none; color : #D70B16; font-weight:bold;  }
A.adresse:visited {text-decoration:none; color : #D70B16; font-weight:bold;   }
A.adresse:hover {text-decoration:none; color : #666666; font-weight:bold;  }
A.adresse:active {text-decoration:none; color : #D70B16; font-weight:bold; }


/****************************** Content Area *******************************/

#container{
	position:absolute;
	background-color:#FFFFFF;
	left:0px;
	top: 0px;
	font-size: 1.1em;
	line-height: 1.2em;
	width: 998px;
        }

#header {
	height: 131px;
	margin: 0px;
	}

#header_pic1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 208px;
	height: 131px;
	}

#header_pic2 {
	position: absolute;
	top: 0px;
	left: 208px;
	width: 790px;
	height: 131px;
}


#hnavi {
	position: relative;
	top: 132px;
	left: 0px;
	width: 998px;
	height: 24px;
	z-index: inherit;
	background-color:#D70b16;
}

#breadcrumb {
	width: 565px;
	margin: 0px 0px 0px 20px ;
	height: 20px;
	margin-top: 40px;
}

#contentbox {
	width: 565px;
	margin: 0px 220px ;
	height: 600px;
	margin-top: 2px;
}

#contentbox_2spaltig {
	width: 765px;
	margin: 0px 210px ;
	background-color: #fff;
	height: 600px;
	margin-top: 8px;
}

#headline {
	text-align:left;
	margin-bottom: 1.0em;
        margin-top:0.5em;
	border-bottom: 1px #CCC solid;	
	
}

#headline2 {
	text-align:left;
	margin-top: 10px;
	
}


/****************************** linke Seite *******************************/

#navibox {
	margin-top:8px;
	position: absolute;
	top: 180px;
	left: 0px;
	width: 180px;
	height: 200px;
	background-color: #fff;
        }

.sidebox {
	margin: 10px auto; /* center for now */
	width: 190px; /* ems so it will grow */
	//font-size: 100.1%;

}
.boxbody {
	margin: 0;
	padding: 5px 5px 5px 8px;
}

.box1{
	margin-left: 0px;
	height: 140px;
	width: 176px;
	padding: 20px 0px 20px 20px;
}

.box2{
	background-color: #999999;
	margin-left: 0px;
	height: 152px;
	width: 196px;
}

.sidepic{
	margin-top: 0px;
	margin-left: -5px;
	height: 494px;
	width: 196px;
}

.boxhead {
	background-color: #D70B16;
	color: White;
	margin-left: -5px;
	padding-left:15px;
	height:17px;
}

/****************************** rechte Seite *******************************/


#infobox {
	margin-top:8px;  
	position: absolute;
	top: 180px;
	right: -5px;
	width: 200px;
	height: 300px;
        }

#newsboxcontent{
   padding-left: 0;
   margin-top:0;
	margin-left: 0;
	margin-bottom:0;
	text-align: left;
	font: Arial, Helvetica, sans-serif;
                      width: 180px;
        }

.boxbody1_header {
   padding-left: 10px;
   margin-top:0px;
	margin-left: 0;
	margin-bottom:0;
	background-color: #666666;
	height:17px;
	color: White;	
}

.boxbody1 {
	margin: 0px;
	padding: 0px 5px 5px 0px;
}


/****************************** Footer *******************************/

#footer {
	    /*border-top: 1px solid #666666; width:44em;*/    
		  margin:0 0 0 0;
                  font-size: 0.9em;
                  text-align:left;
        }

		  
#footerred {
                   font-weight: bolder;
                   color: #D70B16;
}

/************************ Navigation horizontral **********************************/

#hnavigation ul {
	padding-left: 12px;
	padding-top: 6px;
	margin-top:0;
	margin-left: 200px;
	margin-bottom:0;
	text-align: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
    font-size: 10px;
	white-space: nowrap;
    font-weight: bold;
       	}

#hnavigation ul li {
	display: inline;
	list-style-type: none;
	float:left;
        }

#hnavigation ul li  a { padding: 0px 10px;}


#hnavigation ul li a:link {
        color: #FFF;
        text-decoration: none;
        }
#hnavigation ul li a:visited 
{
        color: #FFF;
        text-decoration: none;
        }
#hnavigation ul li a:hover{
        color: #CCCCCC;
        text-decoration: none;
        }

#hnavigation a:active{
        color: #CCCCCC;
        text-decoration: none;
        }

#hnavigation li#active{
text-decoration: none;
        display: inline;
        }

/************************ Navigation vertical **********************************/

#vnavigation{
    margin: 0;
    text-decoration: none; font-weight: bold;
    color: #666; 
}

#vnavigation ul {
list-style-image: url(http://www.s173862267.online.de/de/webelements/images/punkt.gif);   
width: 180px;
margin: 0; 
padding: 0.6em;
  }
  * html ul#vnavigation {  /* Korrekturen fuer IE 5.x */
    width: 9.6em;
    w\idth: 8em;
    padding-left: 9.6px;
    padd\ing-left: 0.8em;
  }
 #vnavigation  ul li {
    margin: 0.2em; 
    padding-left: 0.3em; 
   }
 #vnavigation  ul a {
    text-decoration: none; font-weight: bold;
    color: #666;  
  }
  #vnavigation ul a:hover {
    color: #D70B16; 
  }


/************************ Full-Text-Search **********************************/


#searchcontent{
	padding-left: 0;
	margin-top:1.5em;
	margin-left: 0;
	margin-bottom:0;
	text-align: left;
	font: Arial, Helvetica, sans-serif;
        background-color: #CCCCCC;
        width: 190px;
	}

#searchFormular{
	text-align: left;
	margin-left: 0;
	padding: 0px 0px 0px 0px;
        width: 190px;
	height:48px;
        }

.searchForm{
	margin: 5 0 0 10;
        padding-buttom:5px;
	padding-top: 5px;
        }


.searchForm#text{ 	
        font-size: 13px;
	color:666666;
        width:112px;
	}
/*
.searchForm#submitbutton{
	margin: auto;
	padding: 5px 0px 0px 0px;
	border-width:1px;
	border-style: solid;
	border-color: #CCCCBB;
	font-size:9px;
}
		  */
.searchForm#submitbutton{
	margin: 0px 0px 0px 5px;
	padding: 7px 0px 0px 0px;
        }

.box-red
{
    -moz-opacity: 0.80;
    filter:Alpha(opacity=80, finishopacity=80, style=3);
    visibility: hidden;
    position: absolute;
    top: 100px;
    left: 100px;
    width: 360px;
    height: 160px;
    color: #eee;
    background-color:#d70b16;
    padding: 10px;
    font-family:Arial; 
    font-weight:bold;
    font-size: 9pt;
    border-style: solid;
    border-width:1px;
    border-color:#333;
    z-index: 1000000;
}

.box-blue-big
{
    -moz-opacity: 0.80;
    filter:Alpha(opacity=80, finishopacity=80, style=3);
    visibility: hidden;
    position: absolute;
    top: 100px;
    left: 100px;
    width: 360px;
    height: 160px;
    color: #eee;
    background-color:#00c;
    padding: 10px;
    font-family:Arial; 
    font-weight:bold;
    font-size: 9pt;
    border-style: solid;
    border-width:1px;
    border-color:#333;
    z-index: 1000000;
}

 

.box-yellow
{
    -moz-opacity: 0.80;
    filter:Alpha(opacity=80, finishopacity=80, style=3);
    visibility: hidden;
    position: absolute;
    top: 100px;
    left: 100px;
    width: 180px;
    height: 100px;
    color: #222;
    background-color:#d5d70b;
    padding: 10px;
    font-family:Arial; 
    font-weight:bold;
    font-size: 9pt
    border-style: solid;
    border-width:1px;
    border-color:#333;
    z-index: 1000000;
}

.box-green
{
    -moz-opacity: 0.80;
    filter:Alpha(opacity=80, finishopacity=80, style=3);
    visibility: hidden;
    position: absolute;
    top: 100px;
    left: 100px;
    width: 300px;
    height: 100px;
    color: #eee;
    background-color: #060;
    padding: 10px;
    font-family:Arial; 
    font-weight:bold;
    font-size: 9pt;
    border-style: solid;
    border-width:1px;
    border-color:#333;
    z-index: 1000000;
}

 
.box-blue
{
    -moz-opacity: 0.80;
    filter:Alpha(opacity=80, finishopacity=80, style=3);
    visibility: hidden;
    position: absolute;
    top: 100px;
    left: 100px;
    width: 180px;
    height: 100px;
    color: #eee;
    background-color: #00c;
    padding: 10px;
    font-family:Arial; 
    font-weight:bold;
    font-size: 9pt;
    border-style: solid;
    border-width:1px;
    border-color:#333;
    z-index: 1000000;
}

.box-red-small
{
    -moz-opacity: 0.80;
    filter:Alpha(opacity=80, finishopacity=80, style=3);
    visibility: hidden;
    position: absolute;
    top: 100px;
    left: 100px;
    width: 180px;
    height: 100px;
    color: #eee;
    background-color: #d70b16;
    padding: 10px;
    font-family:Arial; 
    font-weight:bold;
    font-size: 9pt;
    border-style: solid;
    border-width:1px;
    border-color:#333;
    z-index: 1000000;
}

.label-blue
{
	-moz-opacity: 0.80;
	filter:Alpha(opacity=80, finishopacity=80, style=3);
	visibility: hidden;
	position: absolute;
	top: 100px;
	left: 100px;
	width: 170px;
	height: 15px;
	color: #eee;
	background-color: #00c;
	padding: 10px;
	font-family:Arial; 
	font-weight:bold;
	font-size: 9pt;
	border-style: solid;
	border-width:1px;
	border-color:#333;
	z-index: 1000000;
}

.image-setcard
{
    float:right;
    border-style: solid;
    border-width: 1px;
    border-color: #333;
}

.tele
{
    color: #eee;
    font-weight: bold;
    font-size: 9pt;
}

#legende
{
	margin-left: 365px;
	margin-top: -48px;
	z-index: 100;
}

.legende-text
{
	font-weight: bold;
	font-size: 9pt;
	color: #333;
	font-family: Arial;
}

.standorte
{
        font-size: 11px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}

.label-blue-big
{
	-moz-opacity: 0.80;
	filter:Alpha(opacity=80, finishopacity=80, style=3);
	visibility: hidden;
	position: absolute;
	top: 100px;
	left: 100px;
	width: 170px;
	height: 60px;
	color: #eee;
	background-color: #00c;
	padding: 10px;
	font-family:Arial; 
	font-weight:bold;
	font-size: 9pt;
	border-style: solid;
	border-width:1px;
	border-color:#333;
	z-index: 1000000;
}