/* CSS Document */
.style1 {
	font-size: 12px;
	font-weight: bold;
}

body{
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #444444;
	background: #c2c2c2;
}

html {
	height: 100%;
	padding: 0 0 1px 0;
}

a:link, a:visited { color: #720803; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: #720803; text-decoration: none; font-weight: bold; }

h1 {
	margin:0px;
	padding-left: 40px;
	padding-top: 40px;
	font-weight: bold;
	font-size: 18px;
	color:#981d1d;
}
* + html h1  {     /* nur für Internet Explorer */
	padding-left: 20px;
   }

h2 {
	margin: 0px;
	font-weight: bold;
	padding-left: 40px;
	font-size: 16px;
	color:#ea6300;
}
h3 {
	margin:20px 0px 20px 40px;
	font-weight: bold;
	font-size: 12px;
	color:#adadad;
}

#temp_container {
	margin: auto;
	margin-top: 10px;
	width: 785px;
	border: solid 5px #FFFFFF;
	background: #FFFFFF;
}

#temp_left_column {
	float: left;
	width: 27px;
	height: 442px;
	background: url(../images/elida_left_corner.jpg) no-repeat;
}
#temp_left_title {
	padding: 20px;
	height: 80px;
	color: #5e5e5e;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 2px;

}
#temp_left_title span {
	font-size: 24px;
	color:#c61000;
}
#temp_menu_column {
	float: left;
	width: 245px;
	background: url(../images/elida_left_title.jpg) no-repeat;
}
.temp_menu_list {
	float: left;
	width: 230px;
}
.temp_menu_list ul {
	list-style-type: none;
	margin: 10px;
	padding: 0;
	width: 213px;
}
.temp_menu_list li a {
	display: block;
	height: 25px;
	padding-top: 8px;
	color: #666666;
	padding-left: 50px;
	background: url(../images/elida_menu_button.gif);
}
.temp_menu_list li a:hover, .temp_menu_list li .current {
	color: #a81407;
}
#temp_new {
	float: left;
	width: 180px;
	padding-top: 20px;
	padding-left: 30px;
	text-align: justify;
	padding-right: 20px;
}
#temp_new span {
	background: #f09e00;
	border: thin dotted;
	color: #FFFFFF;
	padding: 5px;
}
#temp_contact {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-top: 10px;
	width: 180px;
	background: #3c1b0a;
	color: #FFFFFF;
	height: 80px;
}
#temp_contact span {
	font-size: 14px;
	font-weight: bold;
}
#temp_right_column {
	float: right;
	width: 513px;
}
#temp_right_header {
	height: 251px;
	color: #FFFFFF;
	background: url(../images/elida_header.png) no-repeat;
}
.temp_right_link {
	float: left;
	margin: auto;
}
.temp_right_link ul {
	margin: 0px;
	list-style: none;
	padding-left: 200px;
}
.temp_right_link li{
	display: inline;
}
.temp_right_link li a {
	float: left;
	margin-top: 85px;
	width: 100px;
	color: Black;
	text-decoration: none;
	text-align: center;
	background: url(../images/elida_bullet.gif) no-repeat;
}
.temp_right_slogan {
	float: right;
	text-align: right;
	margin-top: 40px;
	padding-right: 15px;
	width: 260px;
	color: #CCCCCC;

}

#temp_content {
	background: url(../images/elida_right_bg.jpg) repeat-x;

}
#temp_content p {
	margin-top: 15px;
	text-align: inherit;
	padding-left: 40px;
	padding-right: 40px;
   padding-bottom: 40px;
}
* + html #temp_content p {     /* nur für Internet Explorer */
	padding-left: 20px;
	padding-right: 60px;
   padding-bottom: 0px;
   }

#temp_content center {
	margin-top: 15px;
	padding-left: 40px;
	padding-right: 40px;
}
* + html #temp_content center {     /* nur für Internet Explorer */
	padding-left: 20px;
	padding-right: 60px;
   }

#temp_content center h2 {
	margin: 0px;
	font-weight: bold;
	padding-left: 0px;
	font-size: 16px;
	color:#ea6300;
 }
 
.temp_conttext strong {
	padding-left: 28px;
}

* + html .temp_conttext strong {
	padding-left: 26px;
}

.ul_clean {
   margin-top:-30px;
	margin-bottom: -10px;
}

* + html .ul_clean {
   margin-top:20px;
	margin-bottom: -8px;
}


.temp_conttext h4 {
	margin-bottom: -10px;
}

* + html .temp_conttext h4 {
	margin-bottom: -8px;
	font-size: 12px;
}
 
.temp_wedo img {
	float: right;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-right: 15px;
}
* + html .temp_wedo {     /* nur für Internet Explorer */
	width: 500px;
   }

* + html .temp_wedo img {     /* nur für Internet Explorer */
	margin-top: 10px;
   }


#temp_footer {
	clear: both;
	width: 785px;
	height: 45px;
	margin-top: 10px;
	padding-top: 15px;
	text-align: center;
	background: #dedede;
	font-weight: bold;
}


#temp_content table { 
   margin-left:20px; 
	  }

#temp_content td {
	padding: 1px 0px 1px 2px;
}
	  
  img.right {
      	float:right;
      	padding: 15px 10px 5px 0px;
      	border:none;
  }

  * + html img.right {     /* nur für Internet Explorer */ 			
     	padding: 15px 12px 5px 0px;
    }

  img.left {
      	float:left;
      	padding: 15px 0px 5px 10px;
      	border:none;
  }

  * + html img.left {     /* nur für Internet Explorer */ 			
     	padding: 15px 12px 5px 0px;
    }

    #temp_content .bild{
       width:90px;
       height:62px;
       background-color: White;
       margin-top:15px; 
       margin-bottom:-50px; 
    }

  * + html   #temp_content .bild{
       width:90px;
       height:62px;
       background-color: White;
       margin-top:15px; 
		 margin-left:15px; 
       margin-bottom:-10px; 
    }


    #temp_content .bild2{
       width:434px;
       height:96px;
       background-color: White;
       margin-top:15px; 
       margin-left:38px; 
       margin-bottom:-10px; 
    }

  * + html   #temp_content .bild2{
       width:434px;
       height:96px;
       background-color: White;
       margin-top:15px; 
		 margin-left:20px; 
       margin-bottom:-10px; 
    }

    #temp_content .bild3{
	    float: left;
       width:200px;
       height:150px;
       background-color: White;
       margin-top:5px; 
       margin-right:20px; 
		 margin-left:40px; 
       margin-bottom:10px; 
    }

  * + html   #temp_content .bild3{
       width:434px;
       height:96px;
       background-color: White;
       margin-top:15px; 
		 margin-left:20px; 
       margin-bottom:-10px; 
    }
	 
