@charset "utf-8";

/**********************************************/
/*  MainDIV's */
/**********************************************/

html, body {
	height: 100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	line-height:16px;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	background-image:url(../images/bg.gif);
	background-repeat:no-repeat;
}
html {
	overflow-y: hidden;
}
#head, #foot, #spalte1, #spalte2, #spalte3  {
	position: absolute;
	width: 100%;
	left: 0;
}
#zitat{
	position:absolute;
	z-index:100;
	left:0px;
	top:100px;
}
#spalte1, #spalte2, #spalte3  {
	top: 40px;
	overflow-y: hidden;
	bottom: 40px;
	border-top:#000  solid 1px;	
	border-bottom:#000  solid 1px;
	background:none;
}
#spalte1:hover, #spalte2:hover, #spalte3:hover  {
	border-top:#00FF00  solid 1px;	
	border-bottom:#00FF00  solid 1px;
	overflow-y: auto;
}

#spalte1 {
	left:40px;
	width:120px;
}
#spalte1 img, .content1 img, .content1 a img{
	display:inline-block;
	float:left;
}
#spalte2 {
	left:190px;
	width:292px;
}
#spalte2 a, #spalte2  {
	font-size:36px;
	letter-spacing:2px;
	line-height:38px;
	text-align:center;
}
#spalte3 {
	left:512px;
	width:356px;
}
#spalte3 img{
	text-align:center;
	display:block;
	margin:auto;	
	margin-bottom:19px;
}

#head {
	height: 39px;
	top: 0;
	background-color: #fff;
}
#foot {
	height: 39px;
	bottom: 0;
	background-color: #fff;
	display:none;
}

#main{
	margin:0px;
	position:relative;
	width:100%;
	height:100%;
}
.content1{
	margin-left:14px;	
}
.content2, .content3, .content2b {
	margin: 20px 0px 0px 16px;	
	padding-bottom:20px;
	width:244px;
}
.content2b, #spalte2 .content2b a{
	font-size:12px;
	letter-spacing:1px;
	line-height:14px;
	text-align:left;
}
.content3 {
	width:308px;
	margin-top:24px;
}


/**********************************************/
/*  Diverse */
/**********************************************/


p{
	margin:0px;	
}

td{
	vertical-align:top;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover, .active{
	color:#00ff00;
}
h1{	
	color:#00ff00;
	font-size:36px;
	letter-spacing:2px;
	line-height:38px;
	text-align:center;
	font-weight:normal;
	margin:0px;
	margin-bottom:7px;
}
h2{	
	color:#000;
	font-size:12px;
	letter-spacing:1px;
	line-height:14px;
	font-weight:bold;
	margin:0px;
}
img{
	border:none;
}
.auszeichnung{
	color:#00ff00;
	font-weight:bold;
}
.clearfloat{ 
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
	margin:0px;
	padding:0px;
}
.linie{
	display:block;
	border-top:#000 solid 1px;
	height:24px;
	margin-top:24px;
}
input{
	margin-top:3px;
	margin-bottom:7px;
	width:99%;
}
