@charset "UTF-8";
/* CSS Document */
#self {
	position: relative;
	visibility: visible;
	left: 30px;
	top: 80px;
	z-index: 1;
}
#galery {
	position: relative;
	visibility: visible;
	text-decoration: none;
	left: 150px;
	top: 50px;
	z-index: 1;
	text-align: center;
	margin: auto;
	width: 600px;
	height: auto;
	float: none;
}
.thumbText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	float: left;
	width: 170px;
	position: relative;
	visibility: visible;
	z-index: 20;
	padding: 0px;
	top: 7px;
}
.galItem {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #CCC;
	text-align: center;
	word-spacing: normal;
	display: block;
	margin: 5px;
	height: 145px;
	width: 170px;
	list-style-position: inside;
	list-style-type: none;
	float: left;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #666;
	font-size: medium;
	padding: 0px;
}
#logo {
	position: relative;
	visibility: visible;
	left: 30px;
	top: 20px;
	z-index: 0;
	overflow: hidden;
	float: left;
}
#menu {
	position: absolute;
	visibility: visible;
	left: 40px;
	top: 220px;
	z-index: 99;
}
.sprachauswahl {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-small;
	color: #CCC;
}
.sprachauswahlHigh {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-small;
	color: #333;
	text-decoration: none;
}
.menuText {
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
a:hover{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
a {
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	color: #000;
}
img.gal{
	border:solid  thin #FFF;
	margin-top: 9px;
}
#linkWin {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	text-decoration: none;
	float: right;
	height: 100px;
	width: 200px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #CCC;
	position: absolute;
	visibility: visible;
	left: 69px;
	top: 88px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#footer {
	position:fixed;
	bottom:0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	float: left;
	width: 300px;
	visibility: visible;
}
