@charset "utf-8";
@import url("../fonts/sketchybold/stylesheet.css");
@import url("../fonts/sketchy/stylesheet.css");
@import url("../fonts/segoe/stylesheet.css");
@import url("../fonts/sketchybold/stylesheet.css");




/*    Seitendesign   */
body, html{
	margin: 0;
	padding: 0;
	font-size: 9px;
	text-align: center;
	background-color: #333;
	height: 100%;
	}
td {
	border-radius: 8px;
	}
#hintergrundtabelle {
	background-color: #333;
	background-size: 100%;
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-image: url(../images/hintergrund3.jpg);
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
"
}
#mitteltabelle {
	width:900px;
	height:100%;
}
#hauptzelle {
	background-color: rgba(51,51,51,0.8);
	border-radius: 10px;
	padding: 12px;
	text-align: center;
	vertical-align: top;
	color: #FFF;
	font-size: 14px;
	font-family: segoe;
	
}



/*die linke zelle*/
.leftbar{
	min-width: 150px;
	max-width: 350px;
	background-color: rgba(0,0,0,0.8);
	padding: 5px 0px;
	margin: 0px;
	border-radius: 10px;
	word-wrap: break-word;
	color: #CCC;
	font-size: 14px;
	font-weight: normal;
	font-family: segoe;
	text-align: left;
}
.leftbar li a{
	text-decoration: none;
	color: rgb(140,30,30);
	text-shadow: 0 0 10px #CCCCCC, 0 0 10px #CCCCCC, 0 0 10px #CCCCCC, 0 0 15px #CCCCCC, 0 0 20px #CCCCCC;
	font-size: 15px;
	font-weight: bold;
	font-family: segoe;
}
.leftbar a:hover{
	text-decoration: none;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	font-family: segoe;
}
/* das logo */
.logo { 
width: 200px; 
height: 200px; 
background: url(../images/logo_200.png);
background-size:200px 200px;
background-color: rgba(255,251,240,0.7);
border-radius: 100px;
position:absolute;
top:50px;
left:50px;
z-index:50;
} 

.logo:hover { 
width: 450px; 
height: 450px; 
background: url(../images/logo_450.png) no-repeat;
background-size:450px 450px;
background-color: rgba(255,251,240,0.6);
border-radius: 225px;
z-index:200;
}

#logofloater {
	position:relative;
	top:0;
	left:0;
	float: left;
	height: 120px;
	width: 100px;
	border-radius: 40px;

}



/*elemente*/
.photos {
	width: 360px;
	height: inherit;
	border-radius:12px;
	float: right;
	margin: 12px;
}

/*schriftart klassen*/
p{
	font-family: segoe, segoescript, Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #CCCCCC;
	text-align: left;
}
ul, ol {
	font-family: segoe, segoescript, Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #CCCCCC;
	text-align: left;
	display: table; 
 }
.text {
	font-family: segoe, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
}
.fakten {
	font-family: segoe;
	font-size: 18px;
	color: rgb(204,204,204);
	text-align: left;
	display:block;
}
.zentriert {
	font-family: segoe;
	font-size: 18px;
	color: rgb(204,204,204);
	text-align:center;
}
h1 {
	font-family: segoe, segoescript, Verdana, Geneva, sans-serif;
	font-size: 30px;
	line-height: 30px;
	color: rgb(140,30,30);
	text-shadow: 0 0 15px #CCCCCC, 0 0 30px #CCCCCC, 0 0 30px #CCCCCC, 0 0 60px #CCCCCC;
}
h2 {
	font-family: segoe, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
}
h3 {
	font-family: segoe, Geneva, sans-serif;
	font-size: 15px;
	font-style: normal;
}

/*links*/
a:link {
	color: #FFF;
	font-size: 16px;
	font-family: segoe;
}
a:visited {
	color: #FFF;
	font-size: 16px;
	font-family: segoe;
}
a:hover {
	color: #8C1E1E;
	font-size: 16px;
	font-family: segoe;
}
a:active {
	color: #FFF;
	font-size: 30px;
	font-family: segoe;
}
.link:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.link:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.link:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bolder;
}
.link:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #CCC;
}

/*zitat*/
q {
	font-family: orangejuice, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
}
/*umbruchlinie*/
hr { 
    border: 0; 
    height: 3px; 
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(215,215,215,0.75), rgba(0,0,0,0)); 
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(215,215,215,0.75), rgba(0,0,0,0)); 
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(215,215,215,0.75), rgba(0,0,0,0)); 
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(215,215,215,0.75), rgba(0,0,0,0)); 
    box-shadow: 0px -5px 5px rgba(136,136,136,0.75);
}

/*der newsletter*/
.feldname {
	font-family: segoe;
	font-size: 14px;
	color: #CCCCCC;
	display: inline-block;
	width: 120px;
	text-align:right;
	vertical-align:top;
}
.newsletter span{
	font-family: segoe;
	font-size: 14px;
	color: #CCCCCC;
}
.feld {
	font-family: segoe, Geneva, sans-serif;
	font-size: 12px;
    color:#CCCCCC;
	background-color:rgba(200,54,54,0.5);
	border: 0px solid #666;
	border-radius: 8px;
   -webkit-border-radius: 8;
   -moz-border-radius: 8;
	padding: 3px;
    margin-left: 5px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 3px;
	width: 300px;
}
.feld:hover {    
	background-color:rgba(200,54,54,0.8);
}
.felderror{
	background-color: rgba(200,54,54,1);
}
textarea{
	font-family: segoe, Geneva, sans-serif;
	font-size: 15px;
    color:#CCCCCC;
	background-color:rgba(200,54,54,0.5);
	border: 0px solid #666;
	border-radius: 8px;
   -webkit-border-radius: 8;
   -moz-border-radius: 8;
	padding: 5px;
    margin-left: 5px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 500px;
	height: auto;
}
textarea:hover {    
	background-color:rgba(200,54,54,0.8);;
}
.datei {
	font-family: segoe, Geneva, sans-serif;
	font-size: 13px;
    color:#CCCCCC;
	background-color:rgba(200,54,54,0.5);
	border: 0px solid #666;
	border-radius: 8px;
   -webkit-border-radius: 8;
   -moz-border-radius: 8;
	padding: 0px;
    margin-left: 5px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 300px;
}
.datei:hover {    
	background-color:rgba(200,54,54,0.8);;
}
.button {
	font-family: segoe, Geneva, sans-serif;
	font-size: 16px;
   -webkit-border-radius: 8;
   -moz-border-radius: 8;
   border: 1px solid #666;
   border-radius: 8px;
   color: #ffffff;
   background-color:rgba(200,54,54,0.5);
   margin:20px;
   padding: 2px 2px 2px 2px;
   text-decoration: none;
   width:100px;
}

.button:hover {
  background-color:rgba(200,54,54,0.8);
  text-decoration: none;
}

.captcha {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	border: 0px solid #666;
	border-radius: 8px;
}
