/**************************************************************
*         default stylesheet for holzchirurg grumbach         *
*                       version: 09.001                       *
*   created by Joerg Casper  [http://design.casper-clan.de]   *
*              last modiefied October, 22th 2009              *
**************************************************************/

/* generell 
*********************/
body						{font: 14px Verdana, sans-serif; background-color: #F98509;
							 text-align: center; /* Zentrierung im Internet Explorer */}
.clear					{clear: both; }
#null_spacer			{height: 0px; }
.italic					{font-style: italic; }
.small					{font-size: 0.9em; }
h4							{margin-bottom: -8px; }


/* header
*********************/
#header					{width: 800px;  height: 40px; 
							 margin: 0 auto; }
ul							{list-style-type: none; }
#menu						{width: 100%;  height: 40px; text-decoration: none; }
#menu li					{width: 160px; height: 23px; margin-left: 10px; 
							 border: 1px solid #666666; float: left; }
#menu li a				{background-color: #FF8940; color: #666666; text-decoration: none; 
							 padding-top: 2px; display:block; height: 21px; }
#menu li a:hover		{background-color: #CCCCCC; color: #FF8940; font-weight: bold; }


/* content section
*********************/
#content					{width: 100%; }
.flash					{height: 700px; }	
.nonflash				{width: 800px; margin: 0 auto;}
div.logo					{width: 158px; float: left; }
p.logo					{height: 500px; }
.text						{width: 635px; padding-left: 7px; }


/* form section
*********************/
div#form					{width: 450px; }
.line						{margin-bottom: 10px; }
label						{float: left; text-align: right; width: 130px; margin-bottom: 0px;}
input						{width: 280px; }	
textarea					{width: 280px; height: 100px; text-align: left; }
.line hr					{clear: left; display: block; visibility: hidden; }
.button					{width: 160px; margin-top: 25px; }


/* footer
*********************/
#footer					{color: #999999; font-size: 0.7em; }
#footer a				{color: #A66F4D; font-style: italic; text-decoration: none; }
