﻿/* Allgemeine Formatierung */

body {
	background: url(../images/bg_schnipsel.png) repeat-x;
	background-color: #C1C3C4;
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 9pt;
	color: white;
}

a {
	outline: none;
	color: white;
	text-decoration: none;
}





/* Formatierung für navigation.html */

.logo {
	background: url(../images/logo_oben.png) no-repeat;
	margin-left: 10px;
	width: 200px;
	height: 99px;
	display: block;
}
.logo a {
	display: block;
	cursor: pointer;
	width: 200px;
	height: 99px;
}





/* Formatierung für patientenauswahl.html */

.table {
	width: 909px;
	margin-top: 10px;
}


.table_head {
	background: url(../images/table_head.png) no-repeat;
	width: 909px;
	height: 20px;
}


.table_caption {
	background: url(../images/table_caption.png) no-repeat;
	width: 909px;
	height: 26px;
}
.table_caption p {
	color: #CC071E;
	font-size: 14pt;
	letter-spacing: 1px;
	margin: 0 0 0 30px;
}


.table_foot {
	background: url(../images/table_foot.png) no-repeat;
}


.table_content {
	background: url(../images/table_content.png) repeat-y;
}
.table_content table {
	width: 849px;
	background-color: #545456;
}
.table_content table tr {
	height: 20px;
}
.table_content table tr td {
	letter-spacing: 0px;
	padding-left: 3px;
	width: 283px;
}
.table_content table tr td a:hover {
	text-decoration: underline;
	color: #CADAE9;
}
.table_content table tr#ueberschrift {
	height: 25px;
	font-size: 11pt;
	font-variant: small-caps;
	border-bottom: 2px solid white;
}
.table_content table tr#table_row1 {
	background-color: #848587;
}
.table_content table tr#table_row2 {
	background-color: #C1C3C4;
	color: #545456;
}





/*Formatierung für navigation.html && navigation_patient.html */

.studie {
	background: url(../images/link_studie2.png) no-repeat;
	width: 170px;
	height: 102px;
	margin-top: 25px;
}
.studie p {
	font-variant: small-caps;
	letter-spacing: -1px;
	margin: 0;
	padding-top: 10px;
	padding-left: 10px;
}

.serie:hover {
	color: #CADAE9;
}
.serie div{
	background: url(../images/link_serie2.png) no-repeat;
	width: 170px;
	height: 102px;
	padding-top: 1px;
	padding-left: 10px;
	margin-top: 5px;
	margin-left: 10px;
}
.serie div p {
	font-variant: small-caps;
	letter-spacing: -1px;
	width: 150px;
}

.link_back {
	background: url(../images/link_serie.png) no-repeat;
	width: 170px;
	height: 34px;
	margin-top: 25px;
}
.link_back a {
	display: block;
	width: 155px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.link_back a:hover {
	color: #CADAE9;
}

.patient_daten {
	width: 180px;
	margin-top: 25px;
	margin-left: 10px;
	font-size: 13pt;
	font-family: monospace;
	letter-spacing: -1px;
	padding-left: 10px;
}

.patient_daten p {
	margin: 0px;
	line-height: 16px;
}

.hinweis {
	border: 1px dashed #cc071e;
	background-color: white;
	width: 200px;
	margin-top: 25px;
	margin-left: 10px;
	padding: 5px 5px 5px 5px;
	color: #cc071e;
	text-align: center;
	font-weight: bold;
}




/* Formatierung für die Serien */

.serie_vorschau {
	margin-left: 30px; 
	margin-top: 30px;
	border: 2px solid white;
	background: url(../images/image_bg.png) repeat-x;
	width: 300px;
	height: 350px;
	display: block;
	float: left;
}

.serie_vorschau img {
	width: 280px;
	height: 300px;
	margin: 10px 10px 0px 10px;
	display: block;
}

.serie_vorschau p {
	margin-left: 10px;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
}