
* {
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
*:focus {
	outline: none;
}

body, html {
	width: 100%;
	height: 100%;
	overflow: hidden;
	/*
	background-color: #FFFF00;
	*/
}
body {
	background-color: #FFFFFF;
}



/***** Aufbau *****/

#rahmen {
	position: fixed;
	z-index: 0;
	top: 10px;
	bottom: 10px;
	left: 31px;
	right: 31px;
	overflow: hidden;
	border: 1px solid #FFFF00;
	/*
	border-right: 1px solid #FFFF00;
	background-color: #FFFFFF;
	*/
}

/***** Startseite *****/

img.portrait {
	position: absolute;
	z-index: 0;
	left: 15px;
	top: 0px;
	height: 100%;
}
img.einzeln {
	z-index: 1;
	opacity: 0;
	display: none;
}
img.aufkleber {
	z-index: 50;
}

#textrahmen_start {
	position: absolute;
	z-index: 100;
	top: 0px;
	bottom: 0px;
	right: 0px;
	display: none;
	overflow: hidden;
	padding-left: 18px;
}

#titel_start,
#oeffnungszeiten,
#downloads,
#namen_1,
#namen_2 {
	position: absolute;
	white-space: nowrap;
}
#titel_start,
#oeffnungszeiten,
#downloads {
	z-index: 0;
	top: 13px;
}
#downloads {
	margin-left: 330px;
}
#namen_1,
#namen_2 {
	z-index: 1;
	bottom: 18px;
	vertical-align: bottom;
}
#oeffnungszeiten,
#namen_2 {
	margin-left: 190px;
}


table.oeffnungszeiten td {
	white-space: nowrap;
}


/***** Innenteil *****/

#bilderrahmen {
	position: absolute;
	z-index: 0;
	overflow: hidden;
	display: none;
}
#bild {
}
#bildzaehler {
	bottom: 14px;
}

#portrait {
	position: absolute;
	z-index: 1;
	top: 44px;
	left: 52px;
	width: 65px;
	height: 86px;
}

#name,
#info,
#titel,
#textrahmen,
#bildzaehler {
	position: absolute;
	z-index: 0;
}
#name {
	z-index: 1;
}
#name,
#info,
#titel,
#textrahmen {
	top: 0px;
	padding-top: 13px;
}
#name,
#info,
#titel {
	white-space: nowrap;
}
#info,
#textrahmen {
	display: none;
}
#name,
#info {
	left: 54px;
}
#titel,
#textrahmen,
#bilderrahmen,
#bildzaehler {
	left: 297px;
}
#textrahmen {
	z-index: 10;
	right: 0px;
	bottom: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #FFFFFF;
	/*
	background-image: url(bilder/1x1_transparent.png);
	*/
}
#text,
#text_impressum {
	width: 380px;
}
#name,
#name a,
#titel,
#text b {
	font-weight: bold;
	color: #555555!important;
}
#name a:hover {
	/*
	color: #333333!important;
	*/
}

img.aufkleber_klein {
	position: absolute;
	top: 9px;
	left: 13px;
	background-color: #FFFFFF;
}
img.aufkleber_klein:hover {
	background-color: #444444;
}



/***** Infos *****/

div.infos_links {
	display: block!important;
}

div.infos_rechts {
	display: block!important;
	left: 294px!important;
	padding-left: 3px;
}



/***** Impressum *****/

#impressum {
	position: fixed;
	z-index: 3;
	top: 27px;
	right: 9px;
	background-color: #FFFFFF;;
}
#impressum:hover {
	background-color: #FFFF00;;
}

#text_impressum {
}



/***** Auszeichnungen *****/

b {
	font-weight: bold;
	color: #333333!important;
}

em {
	font-style: italic;
}

span.klein {
	font-size: 9px;
	color: #999999;
}

span.grau {
	color: #BBBBBB;
}

a:hover {
	cursor: pointer;
}

a.link:hover {
	background-color: #333333;
	color: #000000;
	background-color: #FFFF00;
	padding: 0px 3px 1px 3px;
	margin: 0px -3px 0px -3px;
}



/***** Sponsoren *****/

div.sponsoren {
	position: fixed;
	z-index: 2;
	bottom: 18px;
	right: 0px;
	width: 31px;
	overflow: hidden;
}
img.sponsor {
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #999999;
}
img.sponsor:hover {
	background-color: #000000;
}



/***** IE6-Basher *****/

div.ie_basher {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 280px;
	color: #FF0000;
	background-color: #FFFFFF;
	padding: 13px 18px 18px 18px;
}
