* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
}

html, body {	
 	min-height: 100%;
 	height: 100%;
}

* html, * html body {
	height: 100%; /* IE */
}

#heading {
	width: 862px;
	height: 144px;
	background-image: url("../images/heading.jpg");
	background-repeat: no-repeat;
	float: left;
}

#topbackground {
	width: auto;
	height: 144px;
	background-image: url("../images/bg_top.jpg");
	background-repeat: repeat-x;	
}

* html #topbackground {
	position: relative;
	left: -3px;
}

#sitebox {
	min-height: 100%;
 	height: auto !important;
 	height: 100%;
 	background-image: url("../images/bg_left.jpg");	
	background-repeat: repeat-y;
}

#menu {
	width: 153px;	
	min-height: 100%;
	height: 100%;	
	color: #D1392E;
	float: left;
	clear: left;
	background-color: inherit;
	padding-left: 34px;
	padding-top: 40px;
	font-weight: bold;
}

* html #menu {
	width: 187px;
}

#menuheader {
	text-decoration: underline;	
}

#content {
	padding-left: 200px;
}

ul {
	list-style-type: circle;
}

li {
	margin-bottom: 3px;
}

li.sub {
	list-style-type: square;
	text-indent: 5px;
}

* html li.sub {
	text-indent: 17px;
}

li a {
	color: #D1392E;
	background-color: inherit;
	text-decoration: none;
}

li.sub a {
	font-size: 10px;
}

li a:hover, li.sub a:hover {
	text-decoration: underline;
}

#teilnehmertabelle {
	border: none;	
	margin-left: auto;
	margin-right: auto;
}

#teilnehmertabelle td {
	text-align: left;
}

#downloadtable {
	margin-left: auto; 
	margin-right: auto; 
	border: 1px solid black;
}

#downloadtable td, #downloadtable th {
	border: 1px solid black;
	padding: 4px;
}

.gbeintrag {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: 2px solid lightgrey;
	margin-bottom: 20px;
}

.gbeintrag th, .gbeintrag td {
	border: 1px solid lightgrey;
	padding: 4px;
}

.gbeintrag th {
	width: 100px;
	vertical-align: top;
}

.gbeintrag td {
	text-align: left;
}

#therapeutentabelle {
	width: 100%;
}

#therapeutentabelle td {
	text-align: center;
	width: 50%;
	padding: 10px;
}
