body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../media/bg_start.jpg);
	background-position:left top;
	background-color:rgb(252,247,234);
	color: black;
	width: 600px;
}
img{border:none;}

#startbild {
	background-color: transparent;
	position: absolute;
	margin-left: 300px;
	margin-top: 40px;
	padding: 0px;
}

#bgstartlinks {
	background-image: url(../media/bg_start.jpg);
	background-repeat: repeat-y;
	width: 1053px;
	height: 800px;
}

#header {
	background-color: rgb(252,247,234);
	width: 36em;
	height: 6em;
}
#headerpic {
	background-color: rgb(252,247,234);
	width: 35em;
	height: 6em;
}

#overall_container{
width:52em;
height:42em;
margin:5em 1em 1em 5em;
/*margin-left: auto;
margin-right: auto;*/
}

#left_container {
 float: left;
 width: 42em;
 height:auto;
 padding: 0 0 5px 0;
 border:thin solid rgb(153,153,153);
 }
 
 #pic_rechts {
 float: right;
 width: 10em;
 height:auto;
 padding: 0 0 5px 0;
 border:thin solid rgb(153,153,153);
 }

#right_container {
float: right;
width:auto;
height:38em;
}

#logo{
background-image:url(../media/logo_schmitz.jpg);
background-repeat: no-repeat;
}

#footer {
 clear: both;
 background-color: #ccc;
 padding-bottom: 1em;
 border-top: 1px solid #333;
 padding-left: 200px;
}

#content_left{margin: 40px 0 0 50px;}

#textbox_history{
	width:550px;
	height:auto;
	background-image:url(../media/bild_geschichte.jpg);
	background-repeat: no-repeat;
	line-height: 16px;
	
}
#textbox_long{
	width:450px;
	height:auto;
}
#picbox_long{
	width:600px;
	height:auto;
}
.page_text_header{
  font-weight:bolder;
  font-size:0.8em;
  margin:5px 0 5px 2px;
}
p.head{
  font-weight:bolder;
  font-size:12px;
  margin:5px 0 5px 2px;
  color: black;
}
.page_running_text{
font-size:12px;
color:gray;
margin:5px 0 5px 2px;
}
.page_history_text{
font-size:12px;
color:gray;
margin:5px 0 5px 5px;
padding: 0 0 0 95px;
}
p.red {
	font-weight: bolder;
	color: maroon;
	margin:5px 0 3px 0;
}
a.red {
	font-weight: bolder;
	color: Gray;
	margin: 3px 0 5px 0;
	text-decoration: none;
}
a.red:hover {
	font-weight: bolder;
	color: #CCCC99;
	margin: 3px 0 5px 0;
	text-decoration: none;
}

#picbox{
	margin:25px 0 5px 2px;
	font-size:12px;
color:gray;
}
.label1 {
 width:150px; 
 border:thin solid darkgreen;
 background-color: rgb(249,232,189);
 font-size:12px;
color:gray;
line-height: 16px;
}
.label2 {
	width: 150px;
	border: thin solid darkgreen;
	background-color: #FF9933;
	margin-left: 200px;
	font-size:12px;
color:gray;
}
.label3 {
	width: 50px;
	border: thin solid darkgreen;
	background-color: #999999;
	margin-left: 50px;
	font-size:12px;
color:gray;
}


div.menu_entry{margin:5px 0 5px 0px;}
a.menu_link{text-decoration: none;}
span.menu_symbol{margin-right:10px;}
a.ml{color:gray; text-decoration: none; font-size:12px;}
a.ml:hover{color:#CCCC99;}
a.act {color:black; text-decoration: none; font-size:12px; font-weight:bolder;}
div#menu_right{margin:50px 0 0 0px;}


 #tabs {
     width:42em;
}
    #tabs ul {
	  margin:0;
	  padding:0px 10px 0 5px;
	  list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      font-size:9px;
      }
    #tabs a {
      float:left;
      background:url("../media/tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("../media/tabrightH.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
     #tabs  a.open {
      float:left;
      background:url("../media/tableftH_gelb.gif")left top;
      margin:0;
      padding:0 0 0 0px;
      text-decoration:none;
      }
    #tabs a.open span {
      float:left;
      display:block;
      background:url("../media/tabrightH_gelb.gif") no-repeat right top;
      color:gray;
      padding:5px 15px 4px 6px;
     }
    #tabs a.open:hover{color:darkgreen;}
    #tabs a.open:hover span{color:darkgreen;cursor:pointer;}
