﻿@charset "utf-8";
/* CSS Document */

body, img, h1, p, ul {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	background-color: #E2E2E2;
}

a {
	color: #A30202;
	text-decoration: none;
}

a img {
	border: none;
}

#page {
	font-size: 100%;
	width: 72em;
	margin: 0 auto;
	text-align: left;
}

/* --- Kopfbereich --- */
#header {
	width: 71.5em;
	height: 5em;
	margin: 0.5em auto 0;
	background-color: #FFFFFF;
	background-image: url(/_images/kante_rechts.gif);
	background-position: right;
	background-repeat: repeat-y;
	position: relative;
}
img#smile-effekt {
	position: absolute;
	top: 10px;
	left: 10px;
	/*height: 3.3em;*/
}

img#vorteile {
	position: absolute;
	top: 10px;
	left: 370px;
}

img#citybkk-logo {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 3em;
}

#pagenavi {
	width: 71.5em;
	position: relative;
	margin-left: 0.25em;
	margin-bottom: 0.25em;
	height: 2.2em;
	background-color: #FFFFFF;
	background-image: url(/_images/kante_rechts.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#mainnavi {
	background-color: #A30202;
	margin-right: 2px;
	background-image: url(/_images/bg_mainnavi.gif);
	/*background-image: url(/_images/kante_rechts.gif);
	background-position: right;
	background-repeat: repeat-y;*/
	height: 1.4em;
	white-space: nowrap;
}


/* --- Standardcontainer --- */
.container {
	background-color: #FFFFFF;
	background-image: url(/_images/kante_rechts.gif);
	background-position: right;
	background-repeat: repeat-y;
	position: relative;
	width: 17.5em;
	/*min-height: 17.5em;*/
	height: 175px;
	margin: 0.25em;
	float: left;
	overflow: hidden;
}

.container img {
	width: 231px;
	z-index: 10;
}

.container h1 {
	font-size: 80%;
	margin: 5px 10px;
	color: #A30202;
}

.container p {
	font-size: 80%;
	margin: 3px 10px 0;
	color: #333;
}

.container ul {
	font-size: 80%;
	margin: 0 10px;
	color: #333;
}

.container li {
	list-style: inside;
}

.text {
	background-image: url(/_images/kante_rechts.gif);
	background-position: right;
	background-repeat: repeat-y;
	position: absolute;
	visibility: hidden;
	top: 0;
	height: 175px;
	left: 0;
	width: 17.5em;
	background-color: #FFF;
	overflow: auto;
}

.corner_lt {
	background-image: url(/_images/ecke_oben_links.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}
.corner_rt {
	background-image: url(/_images/ecke_oben_rechts.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 20;
}
.corner_lb {
	background-image: url(/_images/kante_unten_links.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	/*background-color: #FFF;*/
	width: 90%;
	height: 13px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 20;
}
.corner_rb {
	background-image: url(/_images/kante_unten_rechts.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	/*background-color: #FFF;*/
	width: 90%;
	height: 13px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 20;
}
