/* ================================================================ 
CSS-Stile für www.schmittgall.de
Autor: Nils Kappelmann
Medium: screen
=================================================================== */


/* ================================================================ 
Alle Ränder auf Null setzten
=================================================================== */

* {
	margin: 0;
	padding: 0;
}


/* ================================================================
wenn ein Bild verlinkt ist, hat es keine Ränder
=================================================================== */

img {
   border: 0px;
}



/* ================================================================
Barrierefreiheit
=================================================================== */

.versteckt {
   display: none;
}

dfn {
   display: none;
}


/* ================================================================ 
Struktur
=================================================================== */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	background-image: url(../bilder/roter_hg_260px.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	font-size: 0.96em;
}

#container {
	width: 975px;
}

#inhalt {
	width: 635px;
	float: right;
	margin-left: 65px;
	margin-top: 173px;
}

#inhalt_container {
	width: 635px;
	float: right;
	margin-left: 65px;
	margin-top: 173px;
}

#inhalt_cases {
	width: 635px;
	float: left;
	margin-left: 0px;
	clear: right;
}

#flashcontainer {
	float: right;
	width: 635px;
	
}

#beam {
	background-color: #000;
	height: 75px;
	width: 635px;
	float: right;
	clear: right;
}

#flash {
	background-color: #fff;
	height: 75px;
	width: 635px;
	float: right;
	clear: right;
}

#inhalt_news {
	width: 635px;
	margin-left: 0px;
	float: left;
}

#logo_footer {
	width: 360px;
	background-color: #CC0033;
	clear: both;
	height: 1px;
	display: none;
}

#logo {
	width: 204px;
	height: 70px;
	float: left;
	margin-top: 38px;
	margin-bottom: 70px;
	margin-left: 28px;
}

.presse tr td {
	padding-right: 10px;
	font-size: 13px;	
}

/* ================================================================ 
Logo image replacement
=================================================================== */

#logo h1 a {
/*	background-image: url(../bilder/logo.gif);
	background-repeat: no-repeat;
	background-position: top right; */
	height: 70px;
	width: 204px;
	display: block;
	text-indent: -999em;  /* versteckt den Text*/
	text-decoration: none; /* alter firefox zeigt Unterstreichung, dieses verbietet es */
}


/* ================================================================ 
NAVIGATION
=================================================================== */

#navigation {
	clear: left;	
	padding-top: 0px;
	padding-left: 10px;
	text-align: right;
	padding-bottom: 30px;
	width: 260px;
	
/*	background-color: #CC0033; */
/*	float: left; */
}

#navi {
	list-style-type:none;
	cursor: pointer;
	color: #191919;
	font-size:14px;
	line-height:24px;
	padding-right: 30px;
}

#navi li.spacer {
	cursor: default;
}

#navileft {
	float: left;
		
}

/* ================================================================ 
Hauptnavigationspunkte:
Alle Elemente ohne Kinder
=================================================================== */

#navi li.haupt a,
#navi li.haupt a:link,
#navi li.haupt a:active,
#navi li.haupt a:visited {
	color: #191919;
	text-decoration: none;
}

#navi li.haupt a:hover {
	color:#fff;
	font-weight:bold;
	background-image: url(../bilder/pfeil.gif);
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
	padding-right: 30px;
	left: 30px;
}

#navi li.haupt.click a,
#navi li.haupt.click a:link,
#navi li.haupt.click a:active,
#navi li.haupt.click a:visited,
#navi li.haupt.click a:hover {
	color:#fff;
	font-weight:bold;
	background-image: url(../bilder/pfeil.gif);
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
	padding-right: 30px;
	left: 30px;
}


/* ================================================================ 
Hauptnavigationspunkte:
Alle Elemente mit Kindern
=================================================================== */

.haupt_kind.click a,
.haupt_kind.click a:link,
.haupt_kind.click a:active,
.haupt_kind.click a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}


/* ================================================================ 
Unternavigationspunkte:
=================================================================== */

ul {
	list-style-type: none;
}

.pindikation {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	text-transform: uppercase;	
	}

#indikation {
/*	list-style-image:url(../bilder/punkt_rot.gif); */
	margin-left: 25px;
	font-size: 0.85em;	
}

#navi li ul li a,
#navi li ul li a:link,
#navi li ul li a:active,
#navi li ul li a:visited {
	color: #FF9999;
	font-weight: normal;
	text-decoration: none;
}

#navi li ul li a:hover {
	color:#fff;
	font-weight:bold;
	background-image: url(../bilder/pfeil.gif);
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
	padding-right: 30px;
	left: 30px;
	text-decoration: none;
}

#navi li ul li.unclick a,
#navi li ul li.unclick a:link,
#navi li ul li.unclick a:active,
#navi li ul li.unclick a:visited {
	color:#FF9999;
	font-weight:normal;
	background-image: url(../bilder/pfeil.gif);
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
	padding-right: 30px;
	left: 30px;
	text-decoration: none;
}


/* ================================================================ 
Unternavigationspunkte verschwinden lassen:
=================================================================== */

#navi ul {
	display:none;
}


/* ================================================================ 
Unternavigationspunkte erscheinen lassen:
=================================================================== */

#navi li.click ul {
	display: block;
}


/* ================================================================ 
Schriftauszeichnung:
=================================================================== */

h2 {
	font-size: 28px;
	margin-top: 75px;    
    padding-bottom: 5px;
    border-top: 1px solid #191919; 
    margin-bottom: 35px;
	font-weight: normal;
	
}

.subtitel1 {
	border-top: 2px solid #191919;
	padding-top: 5px;	
	}
	
.subtitel2 {
	border-top: 5px solid #191919;
	margin-top: 15px;	
	}
	
h3 {
	font-size: 18px;
    margin-bottom: 13px;
	margin-top: 35px;
	line-height: 24px;
	font-weight: bold;
}

p {
	font-size: 13px;
    margin-bottom: 13px;
	line-height: 19px;
	font-weight: normal;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style:italic;
}



/* ================================================================ 
Links:
=================================================================== */

#inhalt a,
#inhalt a:link, 
#inhalt a:active {
	text-decoration: underline;
/* css validation meckert wenn color ohne background-color gesetzt ist...background-color wird somit vererbt */
	color: #000;
	background-color: #fff; 
}

#inhalt a:visited {
	text-decoration: underline;
	background-color: #fff;
	color: #000;
}

#inhalt a:hover {
	text-decoration: none;
	background-color: #009ee1;
	color: #fff;
}

#inhalt_container a,
#inhalt_container a:link, 
#inhalt_container a:active {
	text-decoration: underline;
/* css validation meckert wenn color ohne background-color gesetzt ist...background-color wird somit vererbt */
	color: #000;
	background-color: #fff; 
}

#inhalt_container a:visited {
	text-decoration: underline;
	background-color: #fff;
	color: #000;
}

#inhalt_container a:hover {
	text-decoration: none;
	background-color: #009ee1;
	color: #fff;
}

#bild01 a:hover, #bild02 a:hover, #bild03 a:hover, #bild04 a:hover, #bild05 a:hover, #bild06 a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #fff;
/*
	border-color: #009EE1;
	border-style: solid;
	border-width: 6px;
*/
}

#inhalt_news a,
#inhalt_news a:link, 
#inhalt_news a:active {
	text-decoration: none;
/* css validation meckert wenn color ohne background-color gesetzt ist...background-color wird somit vererbt */
	color: #000;
	background-color: #fff; 

}

#inhalt_news a:visited {
	text-decoration: none;
	background-color: #fff;
	color: #000;
}

#inhalt_news a:hover {
	text-decoration: none;
	background-color: #009ee1;
	color: #fff;
}

#inhalt_news img {
	vertical-align: -18%;
}


/* ================================================================ 
Sonstiges:
=================================================================== */

hr {
    border: 1px dotted #191919; 
    margin-bottom: 35px;
	margin-top: 35px;
}


.bild_verweis {
	vertical-align: -16%;
}

.bild_rechts {
	float:right;
	padding-left:30px;
}

.bild_aktuelles,
.bild_aktuelles a,
.bild_aktuelles a:link
.bild_aktuelles a:visited,
.bild_aktuelles a:active,
.bild_aktuelles a:hover {
	border: 1px solid #ddd;
	margin-bottom: 10px;
	text-decoration: none;
	background-color: #FFF;
}

#inhalt table {
	font-size: 13px;
	margin-bottom: 13px;
	line-height: 19px;
	font-weight: normal;
}

/* ================================================================ 
Form:
=================================================================== */

form {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	font-weight: normal;
	color: #000000;
}

fieldset {
	border: 1px solid #000;
	display: block;
	padding: 20px;
	clear: both;
	width: 500px; /* wichtig */
	margin:  0 0 30px 0;
}

legend {
	font-weight: bold;
	padding: 0 5px;
	color: #000000;
}

label {
	float: left;
	display: block;
	margin-left: 5px;
	margin-bottom: 13px;
	clear: left;   /* Zeilenumbruch */
}

select {
	position: relative;
	right: 342px;
	display: block;
	width: 70px;
	border: 1px solid #a5acb2;
	margin-bottom: 10px;
	float: right;
}

input {
	position: relative;
	right: 20px;
	display: block;
	border: 1px solid #a5acb2;
	background: #fff;
	margin-bottom: 10px;
	float: right;
	height: 20px;
}

textarea {
	position: relative;
	right: 20px;
	display: block;
	border: 1px solid #a5acb2;
	height: 200px;
	float: right;
}

select:hover,
input:hover,
textarea:hover {
	border: 1px solid #CC0033;
	color: #CC0033;
}

select:focus,
input:focus,
textarea:focus {
	background: #FF9999;
	border: 1px solid #000;
	color: #000;
}

html > body fieldset {
	background:  	 #fff; /* vor IE verstecken */
}

.defbreite {
  width: 390px;
}

.erstes {
	margin-top: 10px;  /* Abstand */
}

.button {
	float: left;
	left: -5px;
	margin-left: 10px;
	border: 1px solid #a5acb2;
	padding: 5px;
	height: 30px;
}

.button:hover {
	border: 1px solid #009EE1;
	color: #FFF;
	background: #009EE1;
	cursor: pointer;
}

.button:focus {
	border: 1px solid #009EE1;
	color: #FFF;
	padding: 5px;
	background: #009EE1;
}
#aktuelles_bild {
	width: 255px;
	height: auto;
	margin-bottom: 10px;
	float: right;
	margin-left: 30px;
}

#aktuelles_bild a,
#aktuelles_bild a:link, 
#aktuelles_bild a:active,
#aktuelles_bild a:visited,
#aktuelles_bild a:hover {
	text-decoration: none;
	color: #000;
	background-color: #fff; 
}

#aktuelles_text {
}

#bildunterschrift {
	width: 255px;
	clear: right;
	float: right;
	margin-bottom: 10px;
	margin-left: 30px;
}


/* ================================================================ 
TV:
=================================================================== */

#tv_pos1 {
	position: absolute;
	height: 95px;
	width: 170px;
	left: 425px;
	top: 313px;
	display: block;
	border: solid 1px #eee;
}

#tv_pos1:hover {
	border: solid 13px;
	border-color: #009EE1;
	position: absolute;
	left: 413px;
	top: 301px;
}

#hovertext_tv_pos1  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 162px;
	left: 425px;
	top: 422px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#tv_pos2 {
	position: absolute;
	height: 95px;
	width: 170px;
	left: 609px;
	top: 313px;
	display: block;
	border: solid 1px #eee;
}

#tv_pos2:hover {
	border: solid 13px;
	border-color: #009EE1;
	position: absolute;
	left: 597px;
	top: 301px;
}

#hovertext_tv_pos2  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 162px;
	left: 609px;
	top: 422px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#tv_pos3 {
	position: absolute;
	height: 95px;
	width: 170px;
	left: 793px;
	top: 313px;
	display: block;
	border: solid 1px #eee;
}

#tv_pos3:hover {
	border: solid 13px;
	border-color: #009EE1;
	position: absolute;
	left: 781px;
	top: 301px;
}

#hovertext_tv_pos3  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 162px;
	left: 793px;
	top: 422px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#tv_pos4 {
	position: absolute;
	height: 95px;
	width: 170px;
	left: 425px;
	top: 422px;
	display: block;
	border: solid 1px #eee;
}

#tv_pos4:hover {
	border: solid 13px;
	border-color: #009EE1;
	position: absolute;
	left: 413px;
	top: 410px;
}

#hovertext_tv_pos4  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 162px;
	left: 425px;
	top: 531px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#tv_pos5 {
	position: absolute;
	height: 95px;
	width: 170px;
	left: 609px;
	top: 422px;
	display: block;
	border: solid 1px #eee;
}

#tv_pos5:hover {
	border: solid 13px;
	border-color: #009EE1;
	position: absolute;
	left: 597px;
	top: 410px;
}

#hovertext_tv_pos5  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 162px;
	left: 609px;
	top: 531px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#tv_pos6 {
	position: absolute;
	height: 95px;
	width: 170px;
	left: 793px;
	top: 422px;
	display: block;
	border: solid 1px #eee;
}

#tv_pos6:hover {
	border: solid 13px;
	border-color: #009EE1;
	position: absolute;
	left: 781px;
	top: 410px;
}

#hovertext_tv_pos6  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 162px;
	left: 793px;
	top: 531px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#tv_pos7 {
	position: absolute;
	height: 95px;
	width: 170px;
	left: 425px;
	top: 531px;
	display: block;
	border: solid 1px #eee;
}

#tv_pos7:hover {
	border: solid 13px;
	border-color: #009EE1;
	position: absolute;
	left: 413px;
	top: 519px;
}

#hovertext_tv_pos7  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 162px;
	left: 425px;
	top: 640px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#tv_pos8 {
	position: absolute;
	height: 95px;
	width: 170px;
	left: 609px;
	top: 531px;
	display: block;
	border: solid 1px #eee;
}

#tv_pos8:hover {
	border: solid 13px;
	border-color: #009EE1;
	position: absolute;
	left: 597px;
	top: 519px;
}

#hovertext_tv_pos8  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 162px;
	left: 609px;
	top: 640px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#tv_pos9 {
	position: absolute;
	height: 95px;
	width: 170px;
	left: 793px;
	top: 531px;
	display: block;
	border: solid 1px #eee;
}

#tv_pos9:hover {
	border: solid 13px;
	border-color: #009EE1;
	position: absolute;
	left: 781px;
	top: 519px;
}

#hovertext_tv_pos9  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 162px;
	left: 793px;
	top: 640px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#tv_pos10 {
	position: absolute;
	height: 95px;
	width: 170px;
	left: 425px;
	top: 640px;
	display: block;
	border: solid 1px #eee;
}

#tv_pos10:hover {
	border: solid 13px;
	border-color: #009EE1;
	position: absolute;
	left: 413px;
	top: 628px;
}

#hovertext_tv_pos10  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 162px;
	left: 425px;
	top: 749px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#tv_pos11 {
	position: absolute;
	height: 95px;
	width: 170px;
	left: 609px;
	top: 640px;
	display: block;
	border: solid 1px #eee;
}

#tv_pos11:hover {
	border: solid 13px;
	border-color: #009EE1;
	position: absolute;
	left: 597px;
	top: 628px;
}

#hovertext_tv_pos11  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 162px;
	left: 609px;
	top: 749px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#tv_pos12 {
	position: absolute;
	height: 95px;
	width: 170px;
	left: 793px;
	top: 640px;
	display: block;
	border: solid 1px #eee;
}

#tv_pos12:hover {
	border: solid 13px;
	border-color: #009EE1;
	position: absolute;
	left: 781px;
	top: 628px;
}

#hovertext_tv_pos12  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 162px;
	left: 793px;
	top: 749px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}


/* ================================================================ 
Internet:
=================================================================== */

#internet_pos1 {
	position: absolute;
	height: 128px;
	width: 170px;
	left: 425px;
	top: 313px;
	display: block;
	border: solid 1px #eee;
}

#internet_pos1:hover {
	border: solid 13px;
	border-color: #009EE1;
	position: absolute;
	left: 413px;
	top: 301px;
}

#hovertext_internet_pos1  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 162px;
	left: 425px;
	top: 455px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#internet_pos2 {
	position: absolute;
	height: 128px;
	width: 170px;
	left: 609px;
	top: 313px;
	display: block;
	border: solid 1px #eee;
}

#internet_pos2:hover {
	border: solid 13px;
	border-color: #009EE1;
	position: absolute;
	left: 597px;
	top: 301px;
}

#hovertext_internet_pos2  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 162px;
	left: 609px;
	top: 455px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#internet_pos3 {
	position: absolute;
	height: 128px;
	width: 170px;
	left: 793px;
	top: 313px;
	display: block;
	border: solid 1px #eee;
}

#internet_pos3:hover {
	border: solid 13px;
	border-color: #009EE1;
	position: absolute;
	left: 781px;
	top: 301px;
}

#hovertext_internet_pos3  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 162px;
	left: 793px;
	top: 455px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#internet_pos4 {
	position: absolute;
	height: 128px;
	width: 170px;
	left: 425px;
	top: 455px;
	display: block;
	border: solid 1px #eee;
}

#internet_pos4:hover {
	border: solid 13px;
	border-color: #009EE1;
	position: absolute;
	left: 413px;
	top: 443px;
}

#hovertext_internet_pos4  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 162px;
	left: 425px;
	top: 597px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#internet_pos5 {
	position: absolute;
	height: 128px;
	width: 170px;
	left: 609px;
	top: 455px;
	display: block;
	border: solid 1px #eee;
}

#internet_pos5:hover {
	border: solid 13px;
	border-color: #009EE1;
	position: absolute;
	left: 597px;
	top: 443px;
}

#hovertext_internet_pos5  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 162px;
	left: 609px;
	top: 597px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}



/* ================================================================ 
Print:
=================================================================== */

#print_pos1 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 425px;
	top: 313px;
	display: block;
	border: solid 1px #eee;
}

#print_pos1:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 415px;
	top: 303px;
}

#hovertext_print_pos1  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 425px;
	top: 423px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos2 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 535px;
	top: 313px;
	display: block;
	border: solid 1px #eee;
}

#print_pos2:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 525px;
	top: 303px;
}

#hovertext_print_pos2  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 535px;
	top: 423px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos3 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 645px;
	top: 313px;
	display: block;
	border: solid 1px #eee;
}

#print_pos3:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 635px;
	top: 303px;
}

#hovertext_print_pos3  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 645px;
	top: 423px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos4 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 755px;
	top: 313px;
	display: block;
	border: solid 1px #eee;
}

#print_pos4:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 745px;
	top: 303px;
}

#hovertext_print_pos4  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 755px;
	top: 423px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos5 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 865px;
	top: 313px;
	display: block;
	border: solid 1px #eee;
}

#print_pos5:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 855px;
	top: 303px;
}

#hovertext_print_pos5  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 865px;
	top: 423px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos6 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 425px;
	top: 423px;
	display: block;
	border: solid 1px #eee;
}

#print_pos6:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 415px;
	top: 413px;
}

#hovertext_print_pos6  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 425px;
	top: 533px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos7 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 535px;
	top: 423px;
	display: block;
	border: solid 1px #eee;
}

#print_pos7:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 525px;
	top: 413px;
}

#hovertext_print_pos7  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 535px;
	top: 533px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos8 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 645px;
	top: 423px;
	display: block;
	border: solid 1px #eee;
}

#print_pos8:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 635px;
	top: 413px;
}

#hovertext_print_pos8  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 645px;
	top: 533px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos9 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 755px;
	top: 423px;
	display: block;
	border: solid 1px #eee;
}

#print_pos9:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 745px;
	top: 413px;
}

#hovertext_print_pos9  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 755px;
	top: 533px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos10 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 865px;
	top: 423px;
	display: block;
	border: solid 1px #eee;
}

#print_pos10:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 855px;
	top: 413px;
}

#hovertext_print_pos10  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 865px;
	top: 533px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos11 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 425px;
	top: 533px;
	display: block;
	border: solid 1px #eee;
}

#print_pos11:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 415px;
	top: 523px;
}

#hovertext_print_pos11  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 425px;
	top: 643px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos12 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 535px;
	top: 533px;
	display: block;
	border: solid 1px #eee;
}

#print_pos12:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 525px;
	top: 523px;
}

#hovertext_print_pos12  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 535px;
	top: 643px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos13 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 645px;
	top: 533px;
	display: block;
	border: solid 1px #eee;
}

#print_pos13:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 635px;
	top: 523px;
}

#hovertext_print_pos13  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 645px;
	top: 643px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos14 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 755px;
	top: 533px;
	display: block;
	border: solid 1px #eee;
}

#print_pos14:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 745px;
	top: 523px;
}

#hovertext_print_pos14  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 755px;
	top: 643px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos15 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 865px;
	top: 533px;
	display: block;
	border: solid 1px #eee;
}

#print_pos15:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 855px;
	top: 523px;
}

#hovertext_print_pos15  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 865px;
	top: 643px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos16 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 425px;
	top: 643px;
	display: block;
	border: solid 1px #eee;
}

#print_pos16:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 415px;
	top: 633px;
}

#hovertext_print_pos16  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 425px;
	top: 753px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos17 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 535px;
	top: 643px;
	display: block;
	border: solid 1px #eee;
}

#print_pos17:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 525px;
	top: 633px;
}

#hovertext_print_pos17  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 535px;
	top: 753px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos18 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 645px;
	top: 643px;
	display: block;
	border: solid 1px #eee;
}

#print_pos18:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 635px;
	top: 633px;
}

#hovertext_print_pos18  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 645px;
	top: 753px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos19 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 755px;
	top: 643px;
	display: block;
	border: solid 1px #eee;
}

#print_pos19:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 745px;
	top: 633px;
}

#hovertext_print_pos19  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 755px;
	top: 753px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos20 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 865px;
	top: 643px;
	display: block;
	border: solid 1px #eee;
}

#print_pos20:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 855px;
	top: 633px;
}

#hovertext_print_pos20  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 865px;
	top: 753px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos21 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 425px;
	top: 753px;
	display: block;
	border: solid 1px #eee;
}

#print_pos21:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 415px;
	top: 743px;
}

#hovertext_print_pos21  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 425px;
	top: 863px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos22 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 535px;
	top: 753px;
	display: block;
	border: solid 1px #eee;
}

#print_pos22:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 525px;
	top: 743px;
}

#hovertext_print_pos22  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 535px;
	top: 863px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos23 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 645px;
	top: 753px;
	display: block;
	border: solid 1px #eee;
}

#print_pos23:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 635px;
	top: 743px;
}

#hovertext_print_pos23  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 645px;
	top: 863px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos24 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 755px;
	top: 753px;
	display: block;
	border: solid 1px #eee;
}

#print_pos24:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 745px;
	top: 743px;
}

#hovertext_print_pos24  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 755px;
	top: 863px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos25 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 865px;
	top: 753px;
	display: block;
	border: solid 1px #eee;
}

#print_pos25:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 855px;
	top: 743px;
}

#hovertext_print_pos25  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 865px;
	top: 863px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos26 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 425px;
	top: 863px;
	display: block;
	border: solid 1px #eee;
}

#print_pos26:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 415px;
	top: 853px;
}

#hovertext_print_pos26  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 425px;
	top: 973px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos27 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 535px;
	top: 863px;
	display: block;
	border: solid 1px #eee;
}

#print_pos27:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 525px;
	top: 853px;
}

#hovertext_print_pos27  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 535px;
	top: 973px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos28 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 645px;
	top: 863px;
	display: block;
	border: solid 1px #eee;
}

#print_pos28:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 635px;
	top: 853px;
}

#hovertext_print_pos28  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 645px;
	top: 973px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos29 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 755px;
	top: 863px;
	display: block;
	border: solid 1px #eee;
}

#print_pos29:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 745px;
	top: 853px;
}

#hovertext_print_pos29  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 755px;
	top: 973px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos30 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 865px;
	top: 863px;
	display: block;
	border: solid 1px #eee;
}

#print_pos30:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 855px;
	top: 853px;
}

#hovertext_print_pos30  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 865px;
	top: 973px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos31 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 425px;
	top: 973px;
	display: block;
	border: solid 1px #eee;
}

#print_pos31:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 415px;
	top: 963px;
}

#hovertext_print_pos31  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 425px;
	top: 1083px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos32 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 535px;
	top: 973px;
	display: block;
	border: solid 1px #eee;
}

#print_pos32:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 525px;
	top: 963px;
}

#hovertext_print_pos32  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 535px;
	top: 1083px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos33 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 645px;
	top: 973px;
	display: block;
	border: solid 1px #eee;
}

#print_pos33:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 635px;
	top: 963px;
}

#hovertext_print_pos33  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 645px;
	top: 1083px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos34 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 755px;
	top: 973px;
	display: block;
	border: solid 1px #eee;
}

#print_pos34:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 745px;
	top: 963px;
}

#hovertext_print_pos34  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 755px;
	top: 1083px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

#print_pos35 {
	position: absolute;
	height: 98px;
	width: 98px;
	left: 865px;
	top: 973px;
	display: block;
	border: solid 1px #eee;
}

#print_pos35:hover {
	border: solid 11px;
	border-color: #009EE1;
	position: absolute;
	left: 855px;
	top: 963px;
}

#hovertext_print_pos35  {
	background-color: #009EE1;
	position: absolute;
	height: 30px;
	width: 90px;
	left: 865px;
	top: 1083px;
	visibility: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}


/* ================================================================ 
gilt für alle Cases:
=================================================================== */

.casetext a {
	text-decoration: none;
	color: #FFF;
}

#inhalt_cases img {
	border: 1px solid #eee;
	margin-bottom: 10px;
}


/* ================================================================ 
Print NEU mit TopUp:
=================================================================== */

#reihe1 {
	width: 635px;
	height: 106px;	
	}

#reihe2 {
	width: 635px;
	height: 106px;	
	}

#reihe3 {
	width: 635px;
	height: 106px;	
	}

#reihe4 {
	width: 635px;
	height: 106px;	
	}

#reihe5 {
	width: 635px;
	height: 106px;	
	}

#bild01 {
	float: left;
	padding:4px 4px 4px 0px;
	}

#bild02 {
	float: left;
	padding: 4px;	
	}
#bild03 {
	float: left;
	padding: 4px;	
	}
#bild04 {
	float: left;
	padding: 4px;	
	}
#bild05 {
	float: left;
	padding: 4px;	
	}
#bild06 {
	float: left;
	padding: 4px;	
	}
#bild07 {
	float: left;
	padding: 4px;	
	}
#bild08 {
	float: left;
	padding: 4px;	
	}
#bild09 {
	float: left;
	padding: 4px;	
	}
#bild10 {
	float: left;
	padding: 4px;	
	}
#bild11 {
	float: left;
	padding: 4px;	
	}