/*********************************************************************************

	Project		:	Tierarztpraxis Tom Prejawa
	Copyright	:	Internetagentur WEB-ZEP - www.web-zep.com
	last update : 	10.11.2011

**********************************************************************************/

  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; 
  }
  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: 30px 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:50px;
  }
.team{
	width: 200px;
	clear: inherit;
	float: left;
	height: 60px;
}
.team-name{
	width: 380px;
}
*html .team-name{
	width: 150px;
}
/*=== 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%;
  }
/*=== Navigation oben ===*/
a.nav, a.nav:link, a.nav:visited, a.nogo, a.nogo:link, a.nogo:visited  {
	color: #000000;
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	margin-right: 3px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	width: 160px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
a.nav:hover {
	background: #666666 url(none) repeat scroll 0 0;
	color: #FFFFFF;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
a.nav:active {
	background: #666666 url(none) repeat scroll 0 0;
	color: #FFFFFF;
}
.abstand{ margin: 5px 0 5px 21px;}

/*=== 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;
  }
  .anfa{ height:546px}

  /*=== 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}

