<style type="text/css">
/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
	font: 67% verdana, helvetica, sans-serif; 
	color: #444;
	padding:0;
	margin:0;
	background-color: #EB3D00;
	color: #555;
	line-height: 1.6em;
background: url("../images/bg_container.gif");
	
}
#outer{
	
	margin-left:210px;
	width: 554px;
	margin-top: 0px;
	margin-bottom:-200px;
	color: #000000;
	
}
 
* html #outer{height:100%} /*for IE as IE treats height as min-height anyway*/

#left {
	position:relative;/*ie needs this to show float */
	width:210px;
	float:left;
	margin-left:-209px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
}
* html #left {padding-bottom:52px ;margin-right:-3px;}/*fix gap in ie next to float and clear footer because we've moved float too far left*/
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:3px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:200px;
	float:right;
	margin-right:-199px;/*must be 1px less than width otherwise won't push footer down */
	background-color: RED;
}

#footer {
    padding-top:20px;
	width:100%;
	clear:both;
	color: #000000;
	height: 300px;
	background-image: url("../images/bg_footer.gif");
	background-repeat: no-repeat;

}
* html #footer {/*only ie gets this style*/
	\height:400px;/* for ie5 */
	he\ight:400px;/* for ie6 */
}

#clearfooter{clear:both;height:200px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
div, p  {margin-top:0;}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */
#centrecontent {position:relative;z-index:1}

/* css stuff below is just for presentation and not needed for the demo */

#left span {
	display:none;	
}	
#left a:hover {
	color: #777;
	text-decoration: none;
}
#left a:hover span {
	display:block;
	position:absolute;
	left:130px;
	width:150px;
	z-index:20;
	background:#fff;
}
@media all and (min-width: 0px){
  #left a:hover span {
	top:150px;
  }
}
#footer span {
	display:none;	
}	
#footer a:hover {
	color: red;
	
	text-decoration: none;
}
#footer a:hover span {
	display:block;
	position:absolute;
	top:-95px;
	width:150px;
	z-index:20;
	background:#fff;
	left:50%;
}
html > body  #minHeight{float:left;width:0px;height:100%;margin-bottom:-200px;} /*safari wrapper thanks to Tim Connor*/



#suchekasten {
width: 640px;
position: relative;
padding: 0;
margin: 0px;
left: 0px;
top:0px;
}

#suchekasten form {
padding-left: 340px;
width: 640px;
}
#suchekasten p {
padding-left: 340px;

}

#suchekasten form input{
float: left;
font-size: 1em;
width: 70px;
}


.artikel {
margin-left: 120px;
margin-top: 10px;
margin-bottom: 0px;
width: 360px;
}

#zeitreisenavi {
margin-left: 120px;
margin-top: 10px;
margin-bottom: 20px;
width: 400px;
}

#zeitreisenavi2 {
margin-left: 120px;
margin-top: 10px;
margin-bottom: 20px;
width: 400px;
font-size:90%;
}

h1 {
color: red;
font-size: 1.5em;
font-weight: normal;
}

a{
	color:#EB3D00;
	text-decoration:none;
}

#logo {

top: 0px;
padding: 0;
margin-left: 15px;
margin-top: 20px;
}
.artikelbild {
float: left;
}
.artikelbild img {
margin-right: 10px;
margin-bottom: 14px;
}

/*--------------Menü---------------------*/
#menue{		
	position: relative;
	left:0px;
	top:160px;	
	height:500px;	
	
	
}


#menue_rechts {		
	
	height:152px;
	
	text-align:center;
	background-color:RED;
	/*border:solid 1px white;*/
	
	
}
#menue_rechts a{
display: block;
	width: 100%;
	border-bottom:solid 1px red;	
	background-color:WHITE;
	height:25px;
	margin-bottom:-17px;
	padding-top:7px;
}
#menue_rechts a:hover {
background-color: #FFBF98;
}
#menue li.ohne{	
	list-style: none;	
	list-style-image: none;
	
}

#menue ul a{color:#555;}
#menue ul a.rot{color:red;}
#menue ul{
	list-style-position:inside;
	margin:0;
	padding:0;
}
#menue ul.sub_ul1{
	margin:0;
	padding:0;
	margin-top:-2px;	
	
	list-style-image: url(../images/li_grau1.gif);	
}
#menue li.li1_rot{		
	list-style-image: url(../images/li_rot1.gif);
}
#menue ul.sub_ul2{
	margin:0;
	padding:0;
	margin-top:-2px;	
	list-style-image: url(../images/li_grau2.gif);	
}
#menue li.li2_rot{	
	list-style-image: url(../images/li_rot2.gif);		
}
#menue ul.sub_ul3{
	margin:0;
	padding:0;
	margin-top:-2px;	
	list-style-image: url(../images/li_grau3.gif);	
	
}
#menue li.li3_rot{	
	list-style-image: url(../images/li_rot3.gif);	
}
#menue ul.sub_ul4{
	margin:0;
	padding:0;
	margin-top:-2px;	
	list-style-image: url(../images/li_grau4.gif);	
}
#menue li.li4_rot{	
	list-style-image: url(../images/li_rot4.gif);		
}

li.li{
	list-style-image: url(../images/li_grau.gif);	
	
}
li.li_rot{
	list-style-image: url(../images/li_rot.gif);	
}if);	
}
}
}

/*--------------Formular---------------------*/

.bez {
float:left;
}

.felder {
float: right;
}

.zeileform {
margin-top: 0px;
margin-bottom: 45px;
clear:both;
}


textarea {
font:1em verdana, helvetica, sans-serif; 
margin: 0;
padding: 0;	
}

input {
font:1em verdana, helvetica, sans-serif; 
margin: 0;
padding: 0;	
}

/*--------------Tarife---------------------*/

table {
font-size:1em;
}

#headline_hellblau {
color:#87A8D5;
font-size:1.5em;
font-weight:normal;
}

#std_hellblau {
color:#87A8D5;
}

#headline_dunkelgruen {
color:#005F34;
font-size:1.5em;
font-weight:normal;
}

#std_dunkelgruen {
color:#005F34;
}

#headline_lila {
color:#544B8A;
font-size:1.5em;
font-weight:normal;
}

#std_lila {
color:#544B8A;
}

#headline_hellgruen {
color:#A9CEAC;
font-size:1.5em;
font-weight:normal;
}

#std_hellgruen {
color:#A9CEAC;
}

#std_weiss {
color:#FFFFFF;
}

#tarif_links {
margin-left: 120px;
}

#headline_orange {
color:#ef680e;
font-size:1.5em;
font-weight:normal;
}

</style>
