/* CSS Document */

* {
margin: 0px;
padding: 0px;
}

img {    border:none; }

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #482624;
  height: 100%;
  background-color:#E9E9E9;
}

table {
  font-size:13px;
}


a {
  color:#b0827f;
  font-weight:bold;
}

a:hover {    
  color:#482624;
}

.normal_link {
  text-decoration: none;
  color:#482624;
  font-weight: normal;
}

.normal_link:hover {
  color:#b0827f;
}

h1{
  font-size:20px;
}

h2{
  font-size:18px;
  color:#5c2d2a;
  text-align:left;
}

#outer_wrapper
{

}

#wrapper
{
  background-color:#FFFFFF;
}

.width_right{
  width:200;
}
.width_left{
  width:200
}


#header
{
  color: #ffffff;
  background-image: url(/images/intern/header_background.jpg);
  background-repeat: repeat-x;
  height:250px;    
}

#header_shortcuts td {
    width: 25%;
    height: 25px; 
    font-size:14pt;
}

#header_shortcuts td A {
    color:#ffffff;
}

#header_shortcuts td A:VISITED {
    color:#ffffff;     
}


#header_shortcuts td A:HOVER {
    color:#ffffff;
    font-size:16pt;
}

.header_link
{
  color:#ffffff;
  text-decoration: none;
  font-weight: normal;
}

.header_link:hover
{
	color:#482624;
}

.border_group_top{
  border-top: #482624 solid 3px;
}

#menu1 ul li{
  padding-top: 5px;  
  padding-bottom: 5px;
  padding-left: 10px;
  border-bottom: #b0827f solid 1px;
}

#menu1 ul li:hover{  
  border-left: #482624 solid 3px;
  background-color: #e8dfde;
  color: #482624;
}

.area_header{
  border-bottom: #482624 solid 3px !important;  
  /*background-color: #e8dfde;*/
  font-weight: bold;
  letter-spacing: 1px;
  height: 3px;     
}

.area{
  padding-bottom: 25;	
}

#links table tr td{
  padding-top: 5px;  
  padding-bottom: 5px;
  padding-left: 10px;
  border-bottom: #b0827f solid 1px;    
}

#links table tr td a:hover{  
  font-weight: bold;
  color:#482624;
}

#footer{
  background-color: #e8dfde;
}

.left_links{
  background-image:url(/images/intern/button.jpg);	
  background-repeat: no-repeat;
  height:35px;
  width: 205px;
  valign: middle;
  padding-top: 10px;  
  padding-bottom: 25px;
  padding-left: 10px;
  
  font-weight: bold;
}


.left_links a{
  color:#e8dfde;
}


.left_links a:hover{
  color:#b0827f;
}

.field_description {
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
}

/****************************** other stuff *********************************/

.content_area{
  width:550px;
  text-align:center;
}

.content_area2{
  width:544px;
  text-align:left;
}

.missingFormData{
  color: red;
  font-size: 11;
}

#recommend_div{
  position: absolute;
  left:0;
  top:0;
  z-index: 99;
  background-color:#e8dfde;
  display:none;

  filter:alpha(opacity=60); 
  -moz-opacity: 0.6; 
  opacity: 0.6;
}

#inner_recommend_div{
  position: absolute;
  z-index: 100;
  background-color:#78433f;
  width:600;
  height:500;
  display:none;
}

#recommend_close{
  width:100%;
  text-align:right;
  padding-top:5px;
}

.recommend_field_description{  
  color:#ffffff;
  text-align:right;
  padding:3;
}

.recommend_formmail_input{
  width:200;
  text-align:left;
}

.bildRahmen {
  padding: 4px ;	
  background-color: #e8dfde; 
  border: 4 #e8dfde solid
}/* CSS Document */

