body {
	text-align: center;
	background-color: #F0E1C4;
	color: #4E4A43;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	width: 100%;
	text-align: center;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
	color: #FF9900;
	font-weight: bold;
}

h1 {
	font-size: 13px;
	color: #4E4A43;
}

img {
	padding: 0;
	border: 1px solid #000000;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
}

strong {
	color: #FF9900;
	font-weight: bold;
}

div#container {
	background: url('menu_bg_02.jpg') repeat-y;
	width: 1000px;
	margin: 0 auto;
	background-color: #FFECC4;
	overflow: auto;
}

div#inner_container {
	background: url('menu_bg_03.jpg') no-repeat bottom left;
	min-height: 600px;
}

div#left_column {
	width: 376px;
	float: left;
	text-align: left;
	height: 100%;
}

div#header {
	background: url('header.jpg') no-repeat top right;
	width: 624px;
	height: 104px;
	float: right;
}

div#main {
	width: 624px;
	float: right;
	text-align: left;
	height: 100%;
}

div#menu {
	height: 391px;
	background: url('menu_bg_01.jpg') no-repeat top left;
	padding-top: 100px;
}

a.menu_item, a.sub_menu_item {
	width: 200px;
	height: 16px;
	display: block;
	padding-left: 17px;
	padding-top: 4px;
	color: #FFECC4;
	text-decoration: none;
	font-style: italic;
	font-size: 13px;
	font-weight: bold;
}

a.menu_item:hover {
	background: url('menu_item.jpg') no-repeat top left;
	text-shadow: 2px 2px 2px #000000;
}

a.sub_menu_item:hover {
	text-shadow: 2px 2px 2px #000000;
}

div.submenu {
	padding-left: 10px;
}

a.sub_menu_item {
	font-size: 9px;
}

a#impressum_link {
	margin-top: 70px;
	font-size: 10px;
}

div.heading {
	width: 624px;
	height: 66px;
}

div#content  {
	padding-right: 30px;
}

a.continue {
	color: #B3A68D;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	background: url('continue.jpg') top right no-repeat;
	clear: both;
	float: right;
	height: 27px;
	padding-right: 23px;
	padding-top: 5px;
	margin-top: 40px;
	margin-bottom: 10px;
}

/* HOME */
div#head_home {
	background: url('head_welcome.jpg') no-repeat;
}

img#praxisfoto {
	width: 250px;
	margin-right: 50px;
}

.signature {
	font-style: italic;
}

/* THERAPIEN */
div#head_therapie {
	background: url('head_therapie.jpg') no-repeat;
}

div#head_praxis {
	background: url('head_praxis.jpg') no-repeat;
}

div#head_person {
	background: url('head_person.jpg') no-repeat;
}

div#head_aktuelles {
	background: url('head_aktuelles.jpg') no-repeat;
}

div#head_kontakt {
	background: url('head_kontakt.jpg') no-repeat;
}

div#head_links {
	background: url('head_links.jpg') no-repeat;
}

div#head_impressum {
	background: url('head_impressum.jpg') no-repeat;
}

img#foto {
	width: 200px;
	margin-right: 30px;
}

a.pdf {
	background: url('pdf.png') no-repeat;
	padding-left: 35px;
	padding-top: 8px;
	display: block;
	height: 30px;
}

img.link {
	width: 205px;
	height: 76px;
	border: 1px solid #FF9900;
	margin-right: 50px;
	float: left;
}

ul.space_no_icon {
	list-style: none;
	padding-left: 0;
}

ul.space_no_icon li {
	padding-bottom: 10px;
}