@charset "utf-8";

html, body, div, h1, h2,  p,  ul, ol, li, table, form{
	padding:0;
	margin:0;
}
body{
	color:#333;
	background-color: fff;
	font-size:100.1%;
	font-family: Arial, Helvetica, sans-serif;
}
h1{
	color:#31599B;
	font-weight:normal;
}
h2{
color:#31599B;
	margin-bottom:1.2em;
	font-size:1.3em;
}
h3{
	color:#31599B;
	margin-bottom:0.5em;
	font-size:1.1em;
}
p{
	margin-bottom:0.8em;
}
a{
	text-decoration:none;
}
a:link, a:visited{
	color:#31599B;
}
a:hover, a:active{
	color:#f90;
}
a img{
	border: none;
	text-decoration:none;
}
th, td{
	vertical-align: top;
	text-align:left;
	padding:0.3em 1em 0.3em 0;
}
th.keinU, td.keinU{
		white-space: nowrap;
}
/* ########################### KOPF ############################# */
#kopf{
	position: relative;
	margin-top:1.5em;
	width:960px;
	height:130px;
	font-size:1.2em;
	color:#fff;
	background-color: #A5BADE;
	background-image: url(../bilder/hg_information_2.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#kopf h1{
	position: absolute;
	top:30px;
	right:30px;
	font-size:1.6em;
}
#kopf p{
	padding: 20px 0 0 30px;
	margin:0;
}
#kopf p.kleiner, #kopf span.kleiner{
	font-size: 0.8em;
}
#kopf .linie1{
	position: absolute;
	top:0;
	left:0;
	width:280px;
	height:1px;
	font-size:0;
	z-index:10;
	border-top:1px solid #31599B;
}
#kopf .linie2{
	position: absolute;
	top:117px;
	right:0;
	width:780px;
	height:1px;
border-top:1px solid #31599B;
	z-index:10;
	font-size:0;
}
#roentgen{
	position:absolute;
	top:67px;
	left:364px;
	width:187px;
	height:50px;
	background-image: url(../bilder/roentgen.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
/* ########################### INHALT ############################# */
#inhalt{
	position: relative;
	font-size:0.8em;
	margin-top:40px;
		width:960px;
}
#inhalt h2, #inhalt h3, #inhalt h4, #inhalt p, #inhalt table,#inhalt ol,#inhalt ul,#inhalt form{
	margin-left:250px;
	margin-right:30px;
}
/* ########################### NAVIGATION ############################# */
#navigation{
	position:absolute;
	top:0;
	left:30px;
}
#navigation ul{
	list-style-type: none;
	width:180px;
	color:#739B95;
	color:#f90;
}
#navigation li{
	padding:0.3em;
	border-bottom: 1px solid #A5BADE;
}
#navigation li a:link, #navigation li a:visited{
	color:#31599B;
}
#navigation li a:hover, #navigation li a:active{
	color:#f90;
}
#inhalt #navigation p{
	margin:2em 0 0 0;
}
#inhalt #navigation ul{
	margin:0;
}
#inhalt #navigation ul ul{
	margin:0.4em 0 0 2em;
	font-size:0.9em;
}
#navigation ul ul li{
	padding:0.2em;
	border:none;
}
/* ########################### SONTIGES ############################# */
.abstandO{
	margin-top:2em;
}
span.abstandR{
	margin-right:2em;
}
span.abstandL{
	margin-left:2em;
}
.rechtsB{
	text-align: right;
}
.zentriert{
	text-align: center;
}
img.rahmen{
	border:1px solid #7395D2;
}
.kleiner{
	font-size: 0.8em;
}


