@charset "utf-8";

body {
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
}

html, body {
	margin: 0;
	height:100%; /* this is the key! */
	overflow:hidden;/*Needed to eliminate scrollbars*/
	background-color: #fff;
	min-height : 100%; /* IE ignores this */
}



h1,h2,h3,h4,h5,p {
	padding: 0;
	margin: 0
	}

h4 {
	font-size: 14px;
	color: #99232D;
	}

td {
	vertical-align:top;
	background-color: transparent;
	}

a {
	text-decoration:none;
	color: #291918;
	font-size: 14px;
	}

/* seiten */
div#footer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height: 133px;  /* im body ebenfalls anpassen */
	z-index: 3;
}

* html body {
	overflow:hidden;
}
* html div#content {
	height:100%;
	overflow:auto;
}
#links {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 28px;
	height:auto !important;  /* für moderne Browser */
	height:100%;  /*für den IE */
	min-height: 100%;
	z-index: 12;
	background-image: url(pic/linkerbalken.png);
	background-repeat: repeat-y;
}
#supersize {
	position:fixed;
}
#supersize img, #supersize a {
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}
#loading {
	position: absolute;
	top: 49.5%;
	left: 49.5%;
	z-index: 3;
	width: 42px;
	height: 42px;
	text-indent: -999em;
	background-image: url(pic/loader.gif);
}
#left {
	position: absolute;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 40px;
}
#head {
	position:absolute;
	top: 0px;
	left:0px;
	width:280px;
	height: 151px;  /* im body ebenfalls anpassen */
	z-index: 4;
}

/*formular*/

input {
	width: 200px;
	height: 20px;
	background-color: #fff;
	color: #291918;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border:none;
	}
	
textarea {
	width: 200px;
	height: 65px;
	background-color: #fff;
	color: #291918;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border:none;
	}	
	

.invisible { position:absolute; left:-1000px; top:-1000px; width:1px; height: 1px; overflow:hidden; display:inline;}

#bilder img {
	cursor: pointer;
	}
