/* ==============================================================================
   teachweb style sheet, version 11-11-2003
   © Copyright 2003-2004 by Cornelsen Verlag GmbH & Co. oHG. all rights reserved. 
================================================================================= */
*{
	padding:0;
	margin:0;
	border:0;
}
html, body {
 	height: 100%; /* wichtig */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:black;
	background:white;
	text-align: center; /*centered alle Elemente im body*/
	margin: 0px 0px; /* setzt top und bottom margin */
	line-height: 18px;
}
#footer {
	clear:both;
	height: 32px;
  	width: 1000px;
  	bottom: 0;
	margin-bottom: 0px;
	width: 977px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.streifen{
	background-color: #e4d6af; 
	height: 5px; 
	margin-top:2px;
	line-height: 5px;
}
#header{
width: 977px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: -3px;
	padding-bottom: 0px;
}
#header a{
	height:56px;
	width: 977px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: -3px;
	padding-bottom: 0px;
		color: black;
	text-decoration:none;
}
#box{
	width:976px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto;
	text-align:left;
  	position: relative;
  	min-height: 100%;
	height:auto !important;/* moderne Browser */
	height:100%; /* IE */
}

#contentframe{
border: 1px solid black;
background-image:url(../_img/content_bg.gif);
background-position:left bottom;
background-repeat:no-repeat;
padding-top:15px;
margin:0px;
}
#linkespalte{
margin-right: 30px;
float:left;
}
#linkespalte div{
width: 198px;
border-left: 1px solid #ddd3b5;
border-right: 1px solid #ddd3b5;
background-color: #faf7ec;
}
.button-bg {
margin-bottom: -9px;
margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
height: 31px;
width: 198px;
padding-top: 7px;
background-image:url(../_img/navi_bg.gif);
background-repeat:repeat-x;
}

#left_navi a{
color:#000000;
text-decoration:none;
background-image:url(../_img/navi_arrow.gif);
background-repeat:no-repeat;
background-position:left bottom;
margin-left: 10px;
padding-left: 15px;
}
#left_navi a:hover{
text-decoration:underline;
background-image:url(../_img/navi_arrow_aktiv.gif);
background-repeat:no-repeat;
padding-left: 15px;
}
#mittelspalte{
line-height: 12px;
width: 529px;
float:left;
}
#mittelspalte div{
width: 529px;
border-left: 1px solid #ddd3b5;
border-right: 1px solid #ddd3b5;
background-color: #faf7ec;
}

.button-bg-mitte{
padding-left: 10px;
margin-bottom: -9px;
margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
height: 30px;
padding-top: 7px;
background-image:url(../_img/navi_bg_mitte.gif);
background-repeat:repeat-x;
}
#navi_top a{
padding-left: 15px;
color:#000000;
text-decoration:none;
background-image:url(../_img/navi_arrow.gif);
background-repeat:no-repeat;
background-position:left bottom;
}
#navi_top a:hover{
text-decoration:underline;
background-image:url(../_img/navi_arrow_aktiv.gif);
background-repeat:no-repeat;
padding-left: 15px;
}



#rechtespalte{
line-height: 12px;
padding-left: 30px;
float:left;
}

#rechtespalte a{
color: black;
text-decoration:none;
font-size: 9px;
line-height: 12px;
}
#rechtespalte a:hover{
color: black;
text-decoration:underline;
font-size: 9px;
}
#footer img{
border: 0px;
	margin: 0;
	padding: 0;
}
#angebote{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #909090;
}
#angebote a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #909090;
text-decoration: none;
}
#angebote a:hover{
text-decoration: underline;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
}

A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	color: #BB0000;
}

A:Visited {
	text-decoration : underline;
	color: #444444;
}

A:Active {
	text-decoration : underline;
	color: #cc0000;
}

A:Hover {
	text-decoration : underline;
	color: #BB0000;
}
