@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body {
	background:url(img/bg.jpg) no-repeat fixed left bottom;
	height:100%;
	overflow-y:auto;
}

h1 {
	font-size:24px;
	font-weight:normal;
	padding-bottom:7px;
}

h2 {
	font-size:14px;
}

h3 {
	font-size:14px;
	padding-bottom:7px;
}

p, dl {
	font-size:14px;
}

dt {
	font-weight:bold;
	padding-top:10px;
}

form, input, textarea {
	font-size:10px;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

table {
	margin:25px auto 0 auto;
}

td {
	padding-right:5px;
}

ul {
	list-style:none;
	padding-bottom:7px;
}



/* ----------------------------------- */

#logo {
	position:fixed;
	height:331px;
	width:58px;
	left:0;
	bottom:150px;
	z-index:20;
}
* html #logo {
	position:absolute;
}

#navbg {
	background-color:#000000;
	height:130px;
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:100;
}
* html #navbg {
	position:absolute;
}

#nav {
	margin:0 auto 0 auto;
	padding-top:50px;
	height:47px;
	width:600px;
}

#nav img {
	border:0;
}

#content {
	width:600px;
	padding-top:160px;
	margin-bottom:180px;
	margin-left:auto;
	margin-right:auto;
}

#main {
	background-color:#FFFFFF;
	opacity:0.5;
	filter:alpha(opacity=50);
	padding:50px;
	color:#000;
}

#footer {
	height:150px;
	background-color:#000000;
	position:fixed;
	bottom:0;
	width:100%;
}
* html #footer {
	position:absolute;
}

/*#kontakt {
	height:130px;
}
*/
#adresse {
	padding-top:30px;
}

#adresse p {
	font-size:10px;
	text-align:center;
	color:#666;
}

/* ----------------------------------- */

.spaceright {
	margin-right:63px;
}
.green {
	color:#087e08;
}
.purple {
	color:#83069e;
}
.blue {
	color:#06679e;
}

.opacity {
	opacity:0.7;
	filter:alpha(opacity=70);
}
.opacity:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
.input {
	width:100px;
	height:17px;
}
.textfield {
	width:150px;
	height:75px;
}
.spacer {
	height:5px;
}
.spacer-top {
	height:6px;
}
.spacer-left {
	padding-left:130px;
}


/* ------- PHP Error Handler ---------------------------- */

#flashcontent {
	color:#FFFFFF;
}
#flashcontent a {
	color:#FF0000;
	font-weight:bold;
	text-decoration:underline;
}

#standalone {
	position:fixed;
	border:#FFFFFF solid;
	bottom:50px;
	right:50px;
	z-index:200;
}
* html #standalone {
	position:absolute;
}

#standalone p {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:10px;
}

.error {
	background-color:#FF0000;
	width:100px;
}

.gotmail {
	background-color:#087e08;
	width:150px;
}
