/* CSS by Armin Priesner, Webdesignen.at */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../img/grey_980px_bg.gif) repeat-y center;
}

#website {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 980px;
	height: 100%;
	margin-top: 0px;
	margin-left: -490px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#navigation {
	position: absolute;
	top: 99px;
	left: 184px;
}

#navigation img  { float: left; }

#subnavigation {
	position: absolute;
	top: 160px;
	left: 25px;
	width: auto;
}

#subnavigation img  { display: block; margin-top: 10px; }

div {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

p { line-height: 16px; }

h1 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin: 0px;
}

a:link, a:visited {
	color: #666666;
}

a:focus, a:hover, a:active {
	color: #333333;
}



/* Portraits auf Teamseiten */
#team-portraits {
	position: absolute;
	top: 130px;
	left: 184px;
	width: 796px;
	min-height: 80%;
	background: url(../img/team/background.gif) repeat-y;
}

#team-portraits img { margin: 0px 16px 38px 16px; }

#team-col-1 {
	position: relative;
	top: 35px;
	width: 133px;
	float: left;
}

#team-col-2 {
	position: relative;
	top: 35px;
	width: 132px;
	float: left;
}

#team-col-3 {
	position: relative;
	top: 35px;
	width: 132px;
	float: left;
}

#team-col-4 {
	position: relative;
	top: 35px;
	width: 133px;
	float: left;
}

#team-col-5 {
	position: relative;
	top: 35px;
	width: 133px;
	float: left;
}

#team-col-6 {
	position: relative;
	top: 35px;
	width: 133px;
	float: left;
}


/* Überweisung zur bildgebenden Diagnostik */
#fUebwBgDk {
	position: absolute;
	top: 170px;
	left: 184px;
	width: 663px;
	background-color: #eee;
	color: #666;
}
	#fUebwBgDk table {
		margin: 60px 0 0 20px;
	}
		#fUebwBgDk th {
			font: bold 14px Verdana, Arial, Helvetica, sans-serif;
			color: #004400;
			text-align: left;
			padding: 4px 0;
		}
		#fUebwBgDk td {
			font: normal 11px Verdana, Arial, Helvetica, sans-serif;
			color: #004400;
			padding: 4px 0;
		}
		#fUebwBgDk input.longfield {
			font: normal 11px Verdana, Arial, Helvetica, sans-serif;
			width: 522px;
			background-color: #b3d1b3;
			padding: 4px;
			border: none;
		}
		#fUebwBgDk input.shortfield {
			font: normal 11px Verdana, Arial, Helvetica, sans-serif;
			width: 222px;
			background-color: #b3d1b3;
			padding: 4px;
			border: none;
		}
		#fUebwBgDk textarea.longfield {
			font: normal 11px Verdana, Arial, Helvetica, sans-serif;
			width: 522px;
			height: 90px;
			background-color: #b3d1b3;
			padding: 4px;
			border: none;
		}
		#fUebwBgDk div.checkbox_leftcol {
			float: left;
			width: 100px;
		}
			#fUebwBgDk div label {
				display: block;
				line-height: 20px;
			}
