* {
margin:0;
padding:0;
position: relative;
z-index: 0;
}

img {
border: 0px;
}

body {
text-align:center;
background-color:white;
background-image:url(../img/body_bg_repeater.gif);
background-repeat:repeat-x;
color: #828663;
font-family:verdana,arial,helvetica,sans-serif;
font-size: 12px;
}

html, body {
height:100%;
}

#ruler {
background:transparent url(../img/footer_bg_repeater.gif) repeat-x center top;
width:100%;
margin-top: -100px;
height: 100px;
z-index: -5;

}

#leftImageFloater {
width: 310px;
top: 0px;
z-index: 5;
position: absolute;
margin-top: 100px;

}



#wrapper {
margin:0 auto;
width:1000px;
text-align:left;

}

#head {
height:200px;
background-image:url(../img/header_bg.gif);
background-repeat:no-repeat;
color:white;
text-align:right;
z-index: 10;
}

#contentwrapper {
background-color:white;

}

#innerwrapper {
float:right;
width:690px;

}

#centercolumn {
float:left;
width:530px;

}

#centercolumn div {
padding: 10px;

}

#leftcolumn {
margin-right:690px;

}
#leftcolumn div {
padding:1.5em 10px;

}

#rightcolumn {
background-color:white;
margin-left:530px;
z-index: -100;
}


#rightcolumn div#rightTable {
padding-top: 20px;
}


#rightcolumn #rightTable #tableBg {
background-image: url(../img/table_bg.gif);
background-repeat: repeat-y;
}


#footer {
text-align: left;
color:black;
text-align:center;
min-height: 100px;
height: 100px;
}

#footerInfo, #footerImg {
text-align: left;
}

#footerInfo {
padding-top: 7px;
font-size: 8px;
}

#footerCopy {
float:left;
}
#footerNavi {
float: right;
}

#footerNavi a:link, #footerNavi a:visited {
color: black;
text-decoration: none;
}
#footerNavi a:focus, #footerNavi a:hover {
color: black;
text-decoration: underline;
}

#footerImg {
clear: both;
margin:0 auto;
width:1000px;
text-align:center;
}

#footerImg div {
padding-top: 20px;
}
*html #footerImg div {
padding-top: 40px;
}
*+html #footerImg div {
padding-top: 40px;
}

#footerImg div img {
margin-right: 10px;
text-align:center;
}

.clearer {
clear:right;
}



/*
	Navigation
*/

div#Menu {
	margin-left: 320px;
	padding-top: 150px;
	margin-right: 100px;
	font-size: 12px;
}

#Menu div#mainMenu {
}

#Menu div#subMenu {
	padding-top: 3px;
	clear: left;
}

#Menu ul {
	list-style-type: none;
}

#Menu #mainMenu li {
	float: left;
	color: white;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid black;
}

#Menu #subMenu li {
	float: left;
	color: black;
	font-weight: normal;
}

#Menu #mainMenu a:link, #Menu #mainMenu a:visited {
	color: white;
	text-decoration: none;
}

#Menu #mainMenu a:focus, #Menu #mainMenu a:hover {
	color: black;
	text-decoration: none;
}

#Menu #subMenu a:link, #Menu #subMenu a:visited {
	color: black;
	text-decoration: none;
}

#Menu #subMenu a:focus, #Menu #subMenu a:hover {
	color: white;
	text-decoration: none;
}

#Menu #mainMenu a.active {
	text-decoration: none;
	color: black;
}

#Menu #subMenu a.active {
	text-decoration: none;
	color: black;
	font-weight: bold;
}




/*
	Globales CSS
*/

h1 {
color:#828663;
font-family: verdana,sans;
font-size:18px;
font-weight:normal;
padding-bottom:0.5em;
}

h2 {
color:#828663;
font-family: verdana,sans;
font-size:14px;
font-weight:bold;
padding-bottom:0.5em;
}

#centercolumn p, #rightcolumn p {
line-height:1.5em;
padding-bottom:0.5em;
}

hr {
clear:both;
visibility:hidden;
}

.oldieminwidth {
display:none;
}

* html .oldieminwidth {
display:inline;
visibility:hidden;
}




/*
	Home-Link
*/
#head div#linkContainer {
	margin-top: 90px;
	margin-left: 300px;
}

#head a.homeLink {
	display: block;
	width: 100px;
	height: 50px;
	border: 1px solid black;
}





/* Kontent - Galerie-Anzeige */

#centercolumn ul.thumbnail100 {
	margin: 0; /* abweichend vom vorherig definierten Standard 20px */
	list-style-type: none;
}

#centercolumn ul.thumbnail100 li {
	float: left;
	margin: 20px 10px 10px 0;
	background-color: #BDBFA9;
	border: 1px dotted #828663;
}

#centercolumn ul.thumbnail100 span.bild {
	display: block;
	width: 100px;
	height: 100px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#centercolumn ul.thumbnail100 a {
	position: relative;
	text-decoration: none;
}

#centercolumn ul.thumbnail100 a:hover {
	background-color: transparent;
}

#centercolumn ul.thumbnail100 a span.text {
	position: absolute;
	z-index: 2001;
	top: 60px;
	left: 5px;
	display: block;
	visibility: hidden;
	padding: 10px;
	width: 50px;
	border: 1px solid #000;
	background-color: #eee;
	color: #000;
	font-size: 0.9em;
	text-decoration: none;
	cursor: pointer;
}

#centercolumn ul.thumbnail100 a span.text em {
	font-weight: bold;
}

#centercolumn ul.thumbnail100 a:hover span.text {
	visibility: visible;
}

