@CHARSET "UTF-8";

.clear {
	clear: both;
}

body {
	background-color: #ddf3f1;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
}

.inputField {
	width: 300px;
}

#root {
	width: 920px;
	min-height: 750px;
	margin-left: auto;
	margin-right: auto;
}
#layoutTable {
	width: 100%;
	height: 100%;
}
#layoutTable td {
	vertical-align: top;
}
#navigation {
	width: 247px;
	height: expression(document.body.clientHeight + "px");
	background-image: url(../img/shadow_left.gif);
	background-repeat: repeat-y;
	background-position: 238px;
}
#eyecatcher {
	width: 247px;
	height: 280px;
}
#menu {
	margin-top: 7px;
}
#menuList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menuList .menuEntry {
	padding: 1px 0;
	margin: 0px;
	width: 247px;
	height: 26px;
}
#menuList .menuEntry.active,
#menuList .menuEntry:hover {
	padding: 0;
	border: 1px solid #9dc0bc;
	border-style: solid none;
	background-color: white;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px 10px;
}
#main {
	width: 604px;
	min-height: 740px;
	background-color: white;
	padding: 10px 10px 0;
	margin-left: 0px;
	padding-bottom: -10px;
}
html>body #main {
	width: 644px;
	position: static;
	margin-left: 247px;
}
#header {
	width: 644px;
	height: 110px;
	background-color: #ddf3f1;
	background-image: url(../img/hautarzt_neufahrn.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
html>body #header {
	background-image: url(../img/hautarzt_neufahrn.png);
}
#content {
	padding: 20px;
	width: 604px;
}
.rightBorder {
	background-image: url(../img/shadow_right.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 11px;
}

.bordered {
	background-color: #eaeaea;
}
