@charset "utf-8";
.img_border{border: 1px solid #FFF;}
body{
	
	font-family:"arial";
	font-size:14px;
	font-weight:bold
	
	}
	
.typo{font-family:"arial";
	font-size:14px;
	font-weight:bold;
	line-height: 0.7;
	
	
	
	}	
	

.bg1{background:url(bg.png);}
.bg2{background:url(bg2.png);}

.transe{filter:alpha(opacity=0.30); -moz-opacity: 0.335; opacity: 0.30;}
.transe2{filter:alpha(opacity=0.50); -moz-opacity: 0.5; opacity: 0.5;}
.transe3{filter:alpha(opacity=0.10); -moz-opacity: 0.1; opacity: 0.1;}

#logo{
	position:relative;
    width:98%;
	height:auto;
	left:1%;
	right:1%;
	top:20px;
	z-index:2;
	}
#bg{
	position:absolute;
    width:60%;
	min-width:59%;	
	height:auto;
	top:20%;
	left:18%;
	z-index:-5;
	}
	
#text{
	position:relative;
    width:360px;
	height:160px;
	margin-top:40px;
	left:3%;
	z-index:3;
	color:#444;
	}
	
#schrift{
	position:absolute;
    width:60%;
	min-width:59%;	
	height:auto;
	top:28%;
	left:20%;
	z-index:100;
	font-family:"arial";
	font-size:14px;
	font-weight:bold;
	color:#444;
	
	}
	
ol, li{
	list-style-type:none;
	line-height: 120%;
	margin: 0;
    padding: 0;
	
	}
a:link{color:#444; text-decoration:none;}
a:visited{color:#444; text-decoration:none;}
a:hover{color:#555; text-decoration:none;}
a:active{color:#555; text-decoration:none;}

a.alt:link{color:#555; text-decoration:none;}
a.alt:visited{color:#555; text-decoration:none;}
a.alt:hover{color:#666; text-decoration:none;}
a.alt:active{color:#666; text-decoration:none;}

#impressum{
	width:120px;
	height:30px;
	position:fixed;
	right:10px;
	top:20px;
	z-index:9;
	}
	
	
#bilder{
	width:84%;
	height:auto;
	position:absolute;
	bottom:40px;
	left:160px;
	
	}
	
	
