html, body {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body {
	color: #000; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 76%;
	background-color: #959595;
}

h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #002673;
	font-size: 1.5em;
	font-weight: normal;
}

h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #002673;
	font-size: 1.1em;
	font-weight: bold;
}

img {
	border: 0px;
}

#outer1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	background-color: #959595;
}

#outer2 {
	position: relative;
	width: 957px;
	background-color: #fff;
	border-left: 1px solid #002673;
	border-right: 1px solid #002673;
	border-bottom: 1px solid #002673;
	margin: auto;
	text-align: left;
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	/*line-height: 0px;*/
	width: 100%;
	background-color: #fff;
	background-image: url('img/bg_header.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align: center;
	padding-top: 21px;
	padding-bottom: 23px;
}

#screen_header {
	position: relative;
	top: 0px;
	left: 0px;
	height: 67px;
	/*line-height: 0px;*/
	width: 100%;
	background-color: #fff;
	background-image: url('img/screen_logo.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#nav1 {
	position: relative;
	top: 0px;
	left: 0px;
	line-height: 0px;
	width: 100%;
	height: 21px;
	overflow: hidden;
	background-color: #002673;
	text-align: center;
	border-bottom: 1px solid white;
}

.snav {
	width:1px;
	height:1px;
	overflow:hidden;
	position:absolute;
}

#nav2 {
	position: relative;
	top: 0px;
	left: 0px;
	line-height: 0px;
	width: 100%;
	height: 22px;
	background-color: #BFDBED;
	text-align: center;
	border-bottom: 1px solid white;
}

#nav2l {
	width:463px;
	float:left;
	text-align:right;
}

#nav2m {
	width:30px;
	float:left;
}

#nav2r {
	width:463px;
	float:left;
	text-align:left;
}

.container {
	position: relative;
	width: 828px;
	height: 100%;
	padding-bottom: 2em;
	padding-left: 49px;
	padding-top: 53px;
	padding-right: 80px;
	font-size: 1em;
	background-color: transparent;
	/*background-image: url('img/hd_besprechung.gif');*/
	background-repeat: no-repeat;
	background-color: #C9E3F3;
	line-height: 168%;
}

.pictures {
	position: relative;
	float: left;
	width: 256px;
	margin-top: 35px;
	margin-right: 20px;
}

.bigpic {
	position: relative;
	float: left;
	width: 254px;
	height: 226px;
	border: 1px solid white;
	overflow: hidden;
	background-position: 0 0;
}

.bigpic02 {
	position: relative;
	float: left;
	width: 254px;
	height: 226px;
	border: 1px solid white;
	overflow: hidden;
	background-position: -254px 0;
}

.bigpic03 {
	position: relative;
	float: left;
	width: 254px;
	height: 226px;
	border: 1px solid white;
	overflow: hidden;
	background-position: -508px 0;
}

.bigpic04 {
	position: relative;
	float: left;
	width: 254px;
	height: 226px;
	border: 1px solid white;
	overflow: hidden;
	background-position: -762px 0;
}

#smallpic {
	position: relative;
	width: 255px;
	text-align: right;
	border-right: 1px solid white;
	line-height: 0;
}

#smallpic img {
	border-left: 1px solid white;
	border-bottom: 1px solid white;
}

#content {
	position: relative;
	/*float: right;*/
	width: 560px;
	padding-top: 58px;
}

div.topcontent {
	/* the topmost content div which is besides the pictures */
	float:right;
	width:552px;
}

.clearing {
	height: 0px;
	line-height: 0px;
	clear: both;
}

ul {
	/*margin-left: 452px;*/
	list-style-type: square;
}



#printheader {
	display: none;
}

a.tooltip {
	color:#002673;
	font-style:italic;
	cursor:help;
}

th a {
	color:#fff;
}

th a.tooltip {
	color:#fff;
}

th {
	color:#fff;
	background-color:#2C6EAB;
	padding:5px;
}

tr {
	background-color:#A5CFEA;
}


@media print {
	/* ... Formatdefinitionen zum Drucken ... */
	
	#header {
  		display: none;
	}
	
	#printheader {
		display: block;
		padding-bottom: 3em;
	}
	
	#navigation {
  		display: none;
	}
	
	#container {
		width: 100%;
		font-size: 1em;
		margin-left: 0em;
		padding-right: 3em;
	}
	
	div.content {
		margin-left: 0em;
	}
	
	div.rightspace {
		display: none;
	}

}
