@CHARSET "ISO-8859-1";

html, body { height: 100%; }
body,input,textarea,select {
	font-family: Segoe UI, Helvetica, Arial, sans-serif;
	font-size: 12px;
}
body {
	line-height: 140%;
	margin: 0;
	color: #3c3c3c;
	background-color: #e5e5e5;
}
img {
	border: 0;
}
p {
	margin: 1em 0;
}
input,textarea,select {
	padding: 2px;
}
a {
	color: #3c3c3c;
	text-decoration: none;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
}

#main {
	background: #e5e5e5 url(../images/bg.gif) repeat-y center;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: auto !important;
	width: 1220px;
	min-width: 1220px;
	margin: 0 auto;
}
#top {
	border-bottom: 1px solid #a1a1a1;
	background-color: #c3c3c3;
	padding: 0 20px;
}
.inner {
	width: 1180px;
	margin: 0 auto;
	position: relative;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	border-left: 1px solid #a1a1a1;
}
.coll {
	float: left;
	width: 190px;
}
.colm {
	float: left;
	width: 800px;
}
.colr {
	float: left;
	width: 160px;
	padding-left: 30px;
	position: relative;
}
.inner .coll {
	position: relative;
	height: 600px;
}
#top .coll {
	height: 45px;
	width: 189px;
	border-right: 1px solid #a1a1a1;
}
#top .colm {
	background-color: #a1a1a1;
	height: 32px;
	padding-top: 13px;
}
#top .colr {
	height: 23px;
	padding-top: 22px;
	width: 144px;
	border-left: 1px solid #a1a1a1;
}
#top .colr a {
	cursor: pointer;
}
#control {
	width: 542px;
	margin: 0 auto;
}
#control #plus, #control #minus {
	float: left;
	width: 16px;
	height: 17px;
}
#control #plus {
	margin-left: 3px;
}
#control #slider {
	float: left;
	width: 300px;
	margin: 3px 9px;
}
#control #slider {
	cursor: pointer;
}
#control #forward, #control #backward, #control #play {
	width: 20px;
	height: 17px;
	float: left;
	margin-right: 3px;
}
#duration {
	position: relative;
	float: left;
	margin-left: 3px;
	margin-right: 30px;
	visibility: hidden;
}
#duration div {
	height: 17px;
	width: 50px;
	padding-right: 20px;
	margin: 0 auto;
	background: url(../images/duration_bg.gif) no-repeat;
	text-align: right;
	cursor: pointer;
}
#duration ul {
	display: none;
	position: absolute;
	top: 25px;
	left: 0px;
	z-index: 2;
	border: 1px solid #5c5c5c;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 70px;
	text-align: right;
	background: #a5a5a5;
}
#duration div, #duration ul {
	border: 1px solid #5c5c5c;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#duration li {
	margin: 0;
	padding: 1px 19px 1px 1px;
	cursor: pointer;
}
#duration li:hover {
	background-color: #7e7e7e;
	color: #fff;
}
#duration li:first-child {
	-moz-border-radius-topleft: 7px;
	border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
}
#duration li:last-child {
	-moz-border-radius-bottomleft: 7px;
	border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	border-bottom-right-radius: 7px;
}
#lan {
	padding-top: 10px;
	padding-left: 8px;
	position: relative;
}
#lan #icons {
	position: absolute;
	right: 40px;
	top: 7px;
	width: 60px;
	text-align: right;
}
#lan #icons a {
	margin-left: 5px;
	padding: 5px;
}
#men {
	border-bottom: 1px solid #a1a1a1;
}
#men b {
	display: block;
	padding: 40px 0 5px 8px;
}
#men a {
	display: block;
	padding: 5px 0 5px 8px;
	border-top: 1px solid #a1a1a1;
	border-left: 1px solid #e5e5e5;
}
#men a:hover, #men a.sel {
	border-right: none;
	border-left: 1px solid #a1a1a1;
	border-bottom: 0;
	background-color: #c3c3c3;
}
#search {
	margin-top: 40px;
}
#search b {
	margin-left: 8px;
}
#search form {
	margin-left: 8px;
	margin-top: 5px;
}
#search input {
	display: block;
	width: 140px;
	margin-bottom: 3px;
}
#search select {
	display: block;
	width: 146px;
	margin-bottom: 3px;	
}
#search select[name=monat] {
	float: left;
	width: 86px;
}
#search select[name=jahr] {
	float: right;
	width: 57px;
	margin-right: 36px;
}
#search option {
	color: #000;
}
#search option:first-child, #search .showname {
	color: #999;              
}
#search input[type=submit] {
	float: left;
	width: 86px;
	padding: 0;
	margin-top: 7px;
}
#search input[type=button] {
	float: right;
	width: 57px;
	margin-right: 36px;
	padding: 0;
	margin-top: 7px;
}
#gal {
	position: relative; /* always set to relative or offset() won't work */
	padding: 0;
	margin: 0;
	width: 800px;
	height: 800px;
	overflow: hidden;
}
#gal img {
	position: absolute;
}
#gal .loader {
	position:absolute;
	left:50%;
	top:50%;
	z-index: 1;
	display: none;
	background: url(../images/loader.gif) no-repeat;
	width: 32px;
	height: 32px;
}
#content {
	margin: 20px;
}
#content.lebenslauf {
	margin: 76px 50px 20px 65px;
}
#content.lebenslauf span.y {
	width: 80px;
	float: left;
}
#content.kontakt {
	margin: 65px 50px 20px 65px;
}
#content.kontakt td {
	padding-bottom: 10px;
}
#title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 181px;
	padding-left: 9px;
}
#thumbs {
	margin-top: 67px;
	padding-top: 8px;
	line-height: 0;
}
#thumbs p {
	margin: 0 0 26px 0;
}
#thumbs img {
	margin-bottom: 13px;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	display: none;
}
#thumbs img.pad {
	margin-right: 13px;
}
#thumbs img:hover, #thumbs img.sel {
	border: 1px solid #a1a1a1;
}
#thumbs .page {
	display: none;
}
#impressum {
	position: absolute;
	background-color: #a1a1a1;
	width: 129px;
	height: 201px;
	padding: 0 29px 0 29px;
	left: 0;
	top: 0;
	display: none;
}
#impressum p:first-child {
	margin-top: 30px;
}

img.home, img.lebenslauf {
	border-bottom: 1px solid #a1a1a1;
}

#admin-list div {
	height: 25px;
}
#admin-list a {
	cursor: pointer;
}
#thumbs-sort {
	line-height: 0;
}
#thumbs-sort div.thumb {
	position: relative;
	float: left;
	margin-right: 13px;
	margin-bottom: 13px;
}
#thumbs-sort img.thumb {
	border: 1px solid #c3c3c3;
}
#thumbs img.invis, #thumbs-sort img.invis {
	border: 1px solid #f00;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
}
.admin-thumb {
	width: 42px;
	height: 42px;
	border: 1px solid #a1a1a1;
}
.admin-info {
	padding: 0 3px;
	background-color: #eee;
	width: 300px;
}
.move {
	float: left;
	cursor: move;
	margin-right: 5px;
}
.vis {
	cursor: pointer;
	top: 20px;
	left: 0;
	position: absolute;
}
.admin {
	background-color: #ffbb22;
	padding: 2px 5px;
	cursor: pointer;
}
.err {
	color: #f00;
	font-weight: bold;
}