body,html{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	width: 100%;
	height: 100%;
}

/* DIV CONTAINER */


#mitte{
	background: rgb(230, 230, 230);
	overflow: auto;
	width: 100%;
	/*margin-left: 30px;
	margin-right: 30px;*/
	/*height: 400px;*/
}

#menubar{
	width: 160px;
	/*background: gray;*/
	float: left;
	padding: 10px;
	border-right: 1px solid black;
	margin: 0px;
}

#login{
	margin-bottom: 40px;
	margin-top: 40px;
}

#content{
	padding: 10px;
	padding-bottom: 30px;
	/*margin-left: 200px;*/
	float: left;
	border-left: 1px solid black;
	margin: 0px;
	margin-left: -1px;
	/*width: 600px;*/
}

#kopf{
	border-bottom: 1px solid black;
	padding: 3px;
	height: 60px;
	background: lightgray;
	clear: left;
}

#logo{
	float: left;
}

#footer{
	text-align: center;
	border-top: 1px solid black;
	font-size: 90%;
	color: gray;
	clear: left;
}

#headline{
	margin-left: 90px;
	font-size: 120%;
	font-weight: bold;
	padding-top: 15px;
}

#stepDescription{
	margin-top: 20px;
	margin-bottom: 30px;
}


div.message{
	border-left: 5px solid blue;
	padding: 10px;
}

div.error{
	border:1px solid red; 
	color: red; 
	padding: 20px;
}

	div.subHead{
		/*margin: 3px;*/
		padding: 10px;
		color: white;	
		margin-top: 10px;
		cursor: pointer;
	}
	
	div.subContent{
		display: none;
		padding: 10px;
		/*max-width: 90%;*/
	}
	
	div.subHead.layer1{
		background: rgb(51, 102, 153);
	}
	
	div.subContent.layer1{
		border: 2px solid rgb(51, 102, 153);
	}
	
	div.subHead.layer2{
		background: rgb(102, 0, 102);
	}
	
	div.subContent.layer2{
		border: 2px solid rgb(102, 0, 102);
	}

div.circle{
	display: inline-block; 
	border: 1px solid white; 
	border-radius: 50%; 
	vertical-align: middle; 
	width: 16px; 
	height: 16px; 
	line-height: 15px;
	text-align: center; 
	font-size: 16px;
	color: white;
	margin-right: 10px;
}


/*Menu */

#menubar ul{
	list-style-type: none;
	list-style-position: outside;
	padding-left: 10px;
	display: block;
}

#menubar ul.submenu{
	display: none;

}

#menubar a{
	text-decoration: none;
	color: white;
	background: gray;
	padding: 5px;
	margin: 3px;
	display: block;
	cursor: pointer;
}

#menubar a.selected{
	background: rgb(51, 102, 153);
}

#menubar a:hover{
	background: rgb(0, 153, 204);
}



/* HTML Standard-Elemente */
/* wie a, br, p, span, img */


a{
	color: blue;
	text-decoration: none;
}

a.startRegistration{
	font-size: 120%;
	background: rgb(30,30,120);
	padding: 20px;
	color: white;
	text-align: center;
	display: inline-block;
	margin-top: 20px;
	border-radius: 10px;
}

a.startRegistration:hover{
	background: rgb(50,50,190);
}

a.stepLink{
	display: inline-block;
	padding: 5px;
	background: gray;
	margin: 5px;
	border: 1px solid black;
	color: white;
	font-size: 90%;
}

a.stepLink.selected{
	background: darkgray;
}

#content li{
	margin-bottom: 10px;
}




label{
	padding: 0px;
	margin: 0px;
	width: 50px;
}


input{
	width: 130px;
}

input[type=radio]{
	width: 20px;
}

input[type=checkbox]{
	width: 20px;
}

input.largeInput{
	width: 200px;
}

button.ascButton{
	height: 12px;
	width: 24px;
	padding: 0px;
	background: url(up.png) no-repeat;
	margin: 0px;
}

button.descButton{
	height: 12px;
	width: 24px;
	padding: 0px;
	background: url(down.png) no-repeat;
	margin: 0px;
}

.tableOptions{
	/*display: none;*/
}

/* Tables */

table{
	border-collapse: collapse;
}

table.behandlungen td, table.behandlungen th{
	padding: 10px;
	margin-right: 20px;
	text-align: left;
}
table.mediTable th{
	border: 0px solid black;
	text-align: left;
	width: 350px;
}

table.visibleborder td{
	border: 1px solid black;
	text-align: center;
}

table.visibleborder th{
	border: 2px solid black;
/*	background: lightblue;*/

}

table.datatable td, table.datatable th{
	min-width: 20px;
	max-width: 170px;
	/*border: 1px solid gray;*/
	padding: 3px;
	overflow: hidden;
}

table.datatable.show td, table.datatable.show  th{
	border: 1px solid gray;
}

table.showtable td{
	padding: 3px;
	border-top: 1px solid black;
}

table.showtable td.firstCol{
	font-weight: bold;
	width: 350px;
	vertical-align: top;
	/*border-right: 1px solid black;
	border-bottom: 1px solid black;*/
}
table.showtable td.secondCol{
	width: 400px;
}

.infoContainer{
	font-size: 70%;
	color: gray;
	display: none;
	background: rgb(230, 230, 230);
}

td.firstCol{
	width: 200px;
}

table.datatable th{
	background: gray;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}

tr#sortRow{
	display: none;
	background: lightgray;
	/*margin-bottom: 100px;*/
}

tr#filterRow td, tr#filterRow th{
	border-bottom: 1px solid black;
	color: black;
	background: lightgray;
	margin-bottom: 10px;
}

tr#sortRow th{
	background: lightgray;
	color: black;
}

tr#sortRow{
	background: lightgray;
	display: none;
}
