/*** www.physio-zinke.de ***/

body {
	background-color: #fcfaf1;
	font-size: 15px;
	font-style: italic;
	line-height: 19px;
	color: #626366;  
	padding: 0px;
	margin: 0px;
	text-align: center;  
	font-family: Arial, Verdana, Helvetica, SunSans-Regular, Sans-Serif;
}

img {
	border: 0px;
}

/*** mainbox ***/

#box { 	
	text-align: left;
	vertical-align: middle;	
	margin: 0px auto;
	padding: 0px;
	width: 1100px;
	height: 100%;
	background-color: #f8f3db;
}

/*** menu, content boxes ***/

#left, #menu, #content, #content_left, #content_right {
	float: left;
    padding: 0px;
    margin: 0px;
}

#left {
	width: 375px;
	height: 100%;
}

	#left_content {
		padding: 0px 0px 0px 50px;
	}
	
	.wave {
		margin-left: -25px;
	}

#menu {
	width: 725px;
  	padding-top: 45px;
 	line-height: 36px;
  	font-size: 16px;
	font-style: italic;
}

	ul#navlist {
		margin-left: 0px;
		padding-left: 0px;
		white-space: nowrap;
	}

	#navlist li {
		display: inline;
		list-style-type: none;
		padding-right: 25px;
	}

#content {
	width: 725px;
	padding-top: 98px;
	color: #626364;
}

	#content_left {
		width: 345px;
		padding-top: 18px;
	}
	
	#content_right {
		width: 330px;
		padding: 0px 30px 0px 20px;
	}
	
	#list {
		padding: 0px 0px 0px 15px;
		list-style-type: circle;
	}
	
.spacer {
	clear: both;
	width: 100%;
	height: 50px;
}

/*** headlines, links ***/

a, a:visited {
  	color: #626366;
  	font-size: 18px;
  	font-weight: bold;
  	text-decoration: none;
}

a:hover, a:active { 
  	color: #94bb1b; 
	font-size: 18px;
	text-decoration: none;
}

a#active {
	color: #94bb1b; 
	font-size: 18px;
	text-decoration: none;
}

a#green, a#green:visited {
  	color: #94bb1b;
  	font-size: 15px;
  	font-weight: normal;
  	text-decoration: none;
}

a#green:hover, a#green:active { 
  	color: #626366; 
	font-size: 15px;
	text-decoration: none;
}

a#green-i, a#green-i:visited {
  	color: #94bb1b;
  	font-size: 10px;
  	line-height: 13px;
  	font-weight: normal;
  	text-decoration: none;
}

a#green-i:hover, a#green-i:active { 
  	color: #626366; 
	font-size: 10px;
	text-decoration: none;
}

h4 {
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	color: #626366;
	text-decoration: none;
}

.small {
	font-size: 10px;
	line-height: 13px;
}