html{
	height:100%;
	width: 100%;
  } 
	
  html, body {
	background-color:#eae5d5;  
	margin: 0; border: 0px; padding: 0; 
	background-color: #eae5d5; /* RGB: 234 229 213*/
	font-size: 100%;
	color: #334444;
	font-family: Tahoma, Arial, Helvetica, Lucida, sans-serif; 
  margin-top:0px;
	min-width:1000px;
  }	
 

#banner {
 background-image:url(hintergrund.jpg);
  background-repeat:repeat-x;

	margin-left:0em;
  margin-top:0px;
	border-top-width:0;      /* nur oben */
	border-bottom-width:0;   /* nur unten */
	border-left-width:0;     /* nur links */
	border-right-width:0; 	
	border-style:solid;
	padding: 0; 
/*	background-color: #2a3557;  /* RGB: 42 53 87*/
	height: 170px; 
	border-top-color:  #eae5d5; 
  border-right-color:  #eae5d5;
  border-bottom-color:white		 ;
  border-left-color: #eae5d5;
	color:#eae5d5;

}
#klinikname{
	font-size: 1em;
	font-weight: bold;
  width:15em;
	margin-left:1em;
  margin-top:1em;
  float:left;
}

#kontaktdaten{
  float:left;
	font-size: 0.8em;
  width:30em;
	margin-left:10em;
  margin-top:1em;

}
#vetsign{
  float:left;
	font-size: 0.8em;
  width:0em;
	margin-left:2em;
  margin-top:1em;

}



#include 
{
font-size: 1.1em;
margin: 0;
padding: 1em;
background-color: #eae5d5; /*RGB: 234 229 213 */

}

#banner logo{
position:relative; 
top:5px; 
right:5px;
width:20em;
float:right;


}
#leftbanner{
}
#menubanner{
  margin: 0; 
	border-top-width:0;      /* nur oben */
	border-bottom-width:0px;   /* nur unten */
	border-left-width:0;     /* nur links */
	border-right-width:0; 	
	border-style:solid;
	padding-top:1em; 
	height: 2em;
	min-width:50em;
	border-top-color:  #eae5d5;
  border-right-color:  #eae5d5;
  border-bottom-color:white		 ;
  border-left-color: #eae5d5;
	float: left;
	clear:left;
	
 
}
.menu {
margin-left:0em;
/*width: 40em;*/
}

.menu ul
{
    list-style: none;
    margin:0;
    padding:0;
    width:100%;
    z-index:99;
}

.menu ul * ul
{
  list-style: none;
  margin:0;
  padding: 0;
	display:none;
	position:absolute;
	z-index:99;
	width:10em;
}

.menu ul li
{ 
   background-image:url(menu.jpg);
	 background-repeat:repeat-x;
   border: 0px solid #004567;
   background-color: #3a4567; 
 	 padding-left: 0.5em;
   margin-left:1em;
   margin-top:0px;
	 width: 6em;
   float:left;
}

.menu ul li * li
{
    border:2px solid #3a4567; /*border for IE without it is unusable*/
    float:none;
   	width: 10em;
		
    position: relative;
}

.menu ul ul * ul
{ 
    left:98%;
    top:0;
 

}

.menu ul a
{
    display:block;

}

.menu ul ul * a
{
    height:100%;
}

.menu ul li:hover ul ul, li:hover ul ul, ul li:hover ul ul ul
{ 
    display:none;
}

.menu ul li:hover ul, ul li:hover ul, ul ul li:hover ul
{

    display:block;
}   

.menu a:link { color:#eae5d5; text-decoration:none;	font-size: 0.8em; }
.menu a:visited { color:#DDDDDD; text-decoration:none;	font-size: 0.8em; }

.menu li:hover{
  background-color: #5a6587; 
}	

.raggedLeft {
	display: block;
	float: left;
	clear: left;
	margin: 0em 0em 0em 0em  ;
}


.raggedRight {
	display: block;
	float: right;
	clear: right;
	margin: 0em 0em 0em 1em  ;
}
	
	

.wrapper {
	display: block;
	float: left;
	margin: 0em 1em 0em 0em  ;
}
	
/*  ----------------------------- pages ---------------------------------------*/
#home{
min-width:1024px;
margin-top:1.5em;
}

#kaiser{
clear:both
}					