body{
	background-image: url('bg.jpg');
	text-align: center;
}

table{
	border-collapse: collapse;
	margin: auto;
	text-align: left;
}

.seite{
	width: 700px;
}

.kopf{
	background-image: url('oben.png');
	background-position: 0px;
	background-repeat: no-repeat;
	height: 130px;
	padding: 0px;
}
.kopf .header{
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
.kopf .header div{
	background-image: url('over.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 130px;
	width: 100%;
}

.mitte{
	background-image: url('mitte.png');
	background-position: -7px;
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
}

.fuss{
	background-image: url('unten.png');
	background-position: bottom;
	background-repeat: no-repeat;
	height: 56px;
	padding-top: 12px;
	text-align: center;
	vertical-align: top;
}
.fuss, .fuss a:link, .fuss a:visited{
	color: #888888;
	text-decoration: none;
}
.fuss a:hover{
	text-decoration: underline;
}

.navi, .anzeigen{
	width: 150px;
	border-left: 1px solid #AAAAAA;
	border-bottom: 1px dotted #AAAAAA;
	padding-left: 4px;
	vertical-align: top;
}
.anzeigen{
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
}
.anzeigen a{
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
}

.navi a:link, .navi a:visited{
	display: block;
	text-decoration: none;
	padding: 4px;
	color: #999999;
	font-weight: bold;
	margin-right: 8px;
	margin-bottom: 3px;
	border-left: 5px solid #EFEFEF;
	padding-left: 3px;
}
.navi a.selected{
	border-color: #CC0000;
}
.navi a:hover, .navi a:focus{
	background-color: #F4F4F4;
	color: #40657B;
	border-color: #40657B;
	border-right: 1px solid;
	border-top: 1px solid #40657B;
	border-bottom: 1px solid #40657B;
	padding: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
}
.navi sub a:link, .navi sub a:visited{
	margin-left: 7px;
	border-left: 2px dotted #C0C0C0;
	padding-left: 6px;
}
.navi sub a.selected{
	border-color: #CC0000;
}
.navi sub a:hover{
	border-top: 0px none;
	border-bottom: 0px none;
	border-right: 0px none;
	background-color: #F4F4F4;
	padding-top: 4px;
	padding-bottom: 4px;
}

.inhalt{
	padding: 8px;
	padding-top: 4px;
	border-bottom: 1px dotted #AAAAAA;
	vertical-align: top;
}

.showMenu{
	display: block;
	background-image:url('showMenu.png');
	background-repeat:no-repeat;
	width:120px;
	height:35px;
	padding-top:15px;
	padding-bottom:0px !important;
	padding-bottom:15px;
	text-align:center;
}

*[id="iconText"]{
	color: #FFFFFF;
}

.webTab td{
	border-top: 1px dotted #CCCCCC;
	padding: 5px;
	padding-top: 15px;
}

.gallery{
	border-collapse: separate;
	border-spacing: 8px;
}

.gallery td{
	border: 1px solid #EFEFEF;
	width: 100px;
	height: 100px;
}

.gallery td:hover{
	border-color: #999999;
	background-color: #EFEFEF;
}

.gallery img{
	cursor: pointer;
}