/*********************************************************************************

	Project		:	Tierarztpraxis Tom Prejawa  2006 
	Copyright	:	Internetagentur WEB-ZEP - www.web-zep.com
	last update	: 	15.02.2010

**********************************************************************************/
  body {
	background-color: #808080;
	color: #000000;
	font-size: 95%;
	font-family: "Imprint MT Shadow", "Humanst521 BT", sans-serif;
	margin: 0;
	padding: 2px 0;
	text-align: center;  /* Zentrierung im Internet Explorer */
}
div#Page {
	text-align: left;
	margin: 0 auto;
	width: 1000px;
	padding: 5px;
	background-color: #FF8000;
	color: #000000;
	border: 2px #800000;
}
/*-- Header --*/
  img#Logo {
	float:left;
	background-repeat:no-repeat;
	margin: 2px 0 0 2px;
}
img#Wappen {
	float:right;
	background-repeat:no-repeat;
	margin-top: 2px;
	margin-right: 15px;
}
h1#head {
	float:left;
	font-family: "Imprint MT Shadow", "Humanst521 BT", sans-serif;
	font-size: 1.7em;
	margin: 15px 0 0 20px;
	text-align: center;
	border-bottom: 1px #000000;
	background:  #FF8000;
	color: #000000;
}
/*-- Content --*/
  div#ContentStart {
	clear:left;
	float: left;
	width: 790px;
	margin: 20px 0 10px 0;
	padding: 20px 0 20px 0;
	background-color: #FF8000;
	color: #000000;
}
div#ContentStart a {
	text-decoration: none;
}
/*=== alle Seiten ===*/
  div#Content {
	clear:left;
	float: right;
	width: 710px;
	margin: 10px 20px 0px 0px;
	background-color:#FF8000;
	color: #000000;
	font-family: "VERDANA", "ARIAL", "HELVETICA", sans-serif;
	font-size: 80%;
}
div#Content h1 {
	font-size: 1.3em;
	margin: 0.2em 0;
	color: #000000;
	background-color:#FF8000;
}
div#Content a {
	text-decoration: none;
}
* html div#Content {
	height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
	margin-bottom: 0;
}
div#Content p {
	text-align: left;
	font-size: 1em;
	padding: 0 35px;
}
div#Content_Team {
	clear:left;
	width: 600px;
	background-color:#FF8000;
	color: #000000;
	font-family: "VERDANA", "ARIAL", "HELVETICA", sans-serif;
	font-size: 80%;
	text-align: left;
	padding-left:115px;
	padding-top:20px;
}
/*=== Impressum ===*/

  div#Content_impressum {
	float: left;
	width: 300px;
	margin: 10px 0 0 20px;
	padding: 10px 0 0 10px;
	background-color:#FF8000;
	color: #000000;
	font-family: "VERDANA", "ARIAL", "HELVETICA", sans-serif;
	font-size: 75%;
}
div#Content_impressum_rechts {
	float: left;
	width: 420px;
	margin: 10px 0 0px 20px;
	padding: 10px;
	background-color:#FF8000;
	color: #000000;
	font-family: "VERDANA", "ARIAL", "HELVETICA", sans-serif;
	font-size: 75%;
}
.titel{ font-size: 18px;}
/*=== Navigation oben ===*/
   ul#Navigation_oben {
	font-size: 0.83em;
	margin: 0 10px 20px 0;
}
ul#Navigation_oben li {
	list-style: none;
	display: inline;
	margin-left: 0;
	padding: 0;
}
ul#Navigation_oben a, ul#Navigation_oben span {
	float: right;
	padding: 0.2em 4.1em;    /*Button Größe*/
	margin-left: 0.4em;      /*Button Abstand*/
	text-decoration: none;
	border: 1px solid black;
	border-left: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	color:#000000;
	background-color: #FF8000;
}
* html ul#Navigation_oben a, * html ul#Navigation_oben span {  /* Korrektur fuer IE 5.x */
	width: 8em;
	w\idth: 6em;
}
ul#Navigation_oben a:hover, ul#Navigation_oben span {
	border-color: white;
	border-left-color: black;
	border-top-color: black;
	color: white;
	background-color: gray;
}
/*=== Navigation & rechte Seite ===*/
  div#Info {
	font-size: 0.83em;
	text-align: center;
	float:right;
	width: 195px;
	margin: 10px 0px 5px 0;
	padding-bottom: 5px;
	background-color:#FF8000;
	color: #000000;
	border-left: 1px solid silver;
}
ul.Navigation {
	margin: 0 10px 20px 0;
	padding:10px 0;
	border: 0px;
	background-color: #FF8000;
	color: #000000;
}
ul.Navigation li {
	list-style: none;
	background-color:#FF8000;
}
ul.Navigation a, ul.Navigation span {
	float: right;
	text-decoration: none;
	border: 1px solid black;
	border-left: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	color:#000000;
	background-color: #FF8000;
}
* html ul.Navigation a, * html ul.Navigation span {  /* Korrektur fuer IE 5.x */
	width: 8em;
	w\idth: 6em;
}
ul.Navigation a:hover, ul.Navigation span {
	border-color: white;
	border-left-color: black;
	border-top-color: black;
	color: white;
	background-color: gray;
}
ul.Navigation div {
	clear: left;
}
 a:link, a:hover, a:visited{
color:#000000;
text-decoration:none;
}
/*=== footer ===*/
  p#footer {
	clear: both;
	font-size: 0.83em;
	width: 100%;
	margin: 0;
	padding:2px;
	text-align: left;
	background-color:#FF8000;
	color:#000000;
	border-top: 1px solid silver;
}
#display {
	display:none;
}
table{font-size:inherit}
*html table{font-size: 95%;}