@charset "utf-8";
/* CSS-Hauptdokument von www.Caravan-Krassow.de */
/* Copyright 2009 by F.Bethge, HKF Haustechnik GmbH */
* {
  margin:0;
  padding:0;
}

* html #links, #rechts, #mitte, #symbol-links, #symbol-rechts { /* Für IE */
        height: 800px;
		font-size: 98%;
		font-family:Geneva, Arial, Helvetica, sans-serif;
}

 html, body, span {


font-size: 98%;
font-family:Geneva, Arial, Helvetica, sans-serif;
}



/*------------------- Haupt-BOX -----------------*/

h4 {
font-size:15px;
}

div#wrapper {

	width:1000px;
	text-align:left;
	height:auto !important;

}
/*------------------- Kopf-BOX -----------------*/
div#head {

		
	background: url(../layout-bilder/caravan_header.png) no-repeat top;
	margin-top:20px;
	height:116px;	
		
}

/*-----------Linke BOX---------------*/


div#links{

	background-color:#f5d59f;
	padding:5px;
	width:200px;
	float:left;
	text-align:center;
	margin: 0;
	border-right: 1px dotted #000000;
	border-bottom: 1px dotted  #000000;
	height:800px;
	min-height:800px !important;
	
		
}
						/*-----------RechteSeite--------------*/
div#rechts {

	background-color:#f5d59f;
	padding:5px;
	width:200px;
	float:right;
	margin:0;
	border-left: 1px dotted  #000000;
	border-bottom: 1px dotted  #000000;
	height:800px;
	min-height:800px !important;
	font-size:11px;	
}



#footer {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background:url(../layout-bilder/caravan_footer.png) no-repeat;
	width:1000px;
	height:80px;
	font-size:x-small;
	float:left;
	margin-bottom:10px;	

}

				/*------------- Jetzt kommt die Menuleiste----------*/

div#mitte {
	
	border-top:1px dotted #000000;
	border-bottom:1px dotted #000000;
	padding-left:20px;
	margin-left:200px;
	margin-right:200px;
	padding-top:1px;
	padding-bottom:5px;
	background-color:#94de6f;
	
	min-height:803px !important;
}


div#navi {

background-color: #f5d59f;
padding: 0.5em
}

div#navi ul {

background-color: #f5d59f;
margin-left: 1px;
display:inline;
list-style-type: none;


}

div#navi ul li {

display:inline;
list-style-type: none;
padding: 0.4em;


}

div#navi li a {

background: #f5d59f;
padding: 0.1em 1em;				/* Für seitenabstand der navigatiosnschlatflächen */
display:inline;
list-style-type: none; 

}
div#navi li a:hover, #aktiv a
{

color: #006600;
text-decoration: underline;


}


a:link, a:visited	{
	
	text-decoration: none;
	color: #000000;
		 }

a img {

	border:none;

}

#symbol-links {

	border-top:1px dotted #000000;
	padding-top:2px;
	float:left;
	min-height:807px;
	background-color:#94de6f;
	border-bottom: 1px dotted #000000 ;
	width:28px;	
	

}

#symbol-rechts {
	border-top:1px dotted #000000;
	padding-top:2px;
	float:right;
	min-height:807px;
	background-color:#94de6f;
	border-bottom: 1px dotted #000000 ;
	width:28px;

}

#fenster {

	background-color:#f5d59f;
	padding:7px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	width:70%;
	margin-top:50px;

}

#fail {

	color:#000000;
	width:300px;
	background-color:#FF8080;
	border:#FF0000 solid 1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;

}

#suc {

	color:#000000;
	width:300px;
	background-color:#80FF80;
	border:#00FF00 solid 1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;

}

 a.link:link, a.link:visited {

	color:#000000;
	text-decoration:none;


}

a.link:hover {

	color:#000000;
	text-decoration:underline;
	
}
.preis {

	border: 1px dotted #000000;
	background-color:#FFDFAA;

}

.tabelle  {

	border:solid black;
	border-width:1px;

}

.img{

	border:1px solid #999999;

}

.clr{ clear:left; }
