body {
  font-family: Verdana, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	color: #333;
	background: #fff;
	margin: 0px;
	overflow: hidden;
	padding: 0;
	line-height: 1.5em;
}
img, a img, img a {
	border: none;
	text-decoration: none;
	background: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #555;
}
a:active {
	position: relative;
	top: 1px;
}
a:hover {
	background: #323232;
	color: #ccc;
	padding: 3px;
}
#access {
	position: absolute;
	left: -5000px;
}
.menutextsize {
	font-size: 11px;
}
#header {
	z-index: 990;
	position: absolute;
	top: 360px;
	left: 261px;
	width: 130px;
	height: 20px;
}
#kontakt {
	z-index: 991;
	position: absolute;
	top: 364px;
	left: 700px;
	width: 430px;
	height: 320px;
	font-size: 10px;
}
#impressum {
	z-index: 991;
	position: absolute;
	top: 364px;
	left: 700px;
	width: 430px;
	height: 320px;
	font-size: 10px;
	line-height: 1.2em;
}
#images {
	z-index: 1;
	position: absolute;
	cursor: move;
	height: 100%;
}
.sel {
	width: 130px;
}




/*
Stylish Select 0.4.1 - $ plugin to replace a select drop down box with a stylable unordered list
http://scottdarby.com/

Copyright (c) 2009 Scott Darby

Requires: jQuery 1.3 or newer

Dual licensed under the MIT and GPL licenses.

*/

.stylish-select ul.newList {
	left: -9999px;
}
#my-dropdown ul {
	font-family: "Verdana";
	font: 11px Verdana;
	color: #333;
}
ul.newList * {
	font: 11px Verdana;
	margin: 0;
	padding: 0;
}
ul.newList li {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
ul.newList li:last-child {
	border: none;
}
ul.newList a {
	color: #000;
	text-decoration: none;
	display: block;
}
ul.newList {
	margin-top: 5px;
	padding: 0;
	list-style: none;
	color: #000;
	width: 168px;
	background: #fff;
	position: absolute;
	border: 1px solid #ccc;
	top: 22px;
	left: 0;
	overflow: auto;
	z-index: 9999;
}
.newListSelected {
	width: 170px;
	color: #000;
	height: 17px;
	padding: 5px 0 0 5px;
	background: url(../images/select-bg.png) no-repeat;
}
.newListSelected span {
	width: 170px;
	display: block;
}
ul.newList li a {
	padding: 5px 13px;
	display: block;
}
ul.newList li a:focus {
	-moz-outline-style: none;
}
.selectedTxt {
	font: 11px Verdana;
	width: 170px;
	overflow: hidden;
	height: 16px;
	margin-left: 9px;
	padding: 0 23px 0 0;
}
.hiLite {
	background: #e8e9e9!important;
	color: #000!important;
}
.hiLite a {
	background: #e8e9e9!important;
	color: #000!important;
}
.newListHover {
	background: #e8e9e9!important;
	color: #000!important;
	cursor: default;
}
.newListSelHover, .newListSelFocus {
	background-position: 0 -22px;
	cursor: default;
}
.newListOptionTitle {
	font-weight: normal;
}
.newListOptionTitle ul {
	margin: 3px 0 0;
}
.newListOptionTitle li {
	font-weight: normal;
	border-left: 1px solid #ccc;
}


