/* 
    Document   : screen.css
    Created on : 03.05.2009, 18:23:05
    Author     : Peter Seider
    Description: StyleSheet für die Anzeige auf einem Computer Bildschirm
*/


body {
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #000000;
    text-align: center;
    background-color:white;
	background-image:url(../img/back.png);
	background-repeat:repeat-x;
	background-position:bottom;

}

h1 {
    color: #0000ff;
}

h3 {
    text-align: right;
}

a {
    color: #0000ff;
    text-decoration:none;
}


p {
    font-size: 12px;
	text-align: justify;
	text-justify: newspaper;
    /*max-width: 360px;  /*30xfont-size*/
}

blockquote {
    text-indent: -0.8em;
    font-size: 12px;
}

#gesamt{
    background-color:#ffffff;
    padding: 0px;
}

#kopf{
    padding: 10px;
    min-height: 60px;
}

#main{
    float:left;
    margin: 0px;
    padding: 0px;
	min-height:600px;
}

#kopfBild{
   border-left: none;
   border-right: none;
   border-top: 1px solid #959595;
   border-bottom: 1px solid #959595;
   background-image: url(../img/kopf2.jpg);
   background-repeat:no-repeat;
   background-position:right;
   min-height:200px;
   max-width:1500px;
   margin: 0px;
   text-align: center;
   color: #959595;
}

#headline{
   
   border-left: none;
   border-right: none;
   border-top: none;
   border-bottom: none;
   margin: 0px;
   padding-right: 10px;
   padding-left: 15px;
   padding-top: 10px;
   padding-bottom: 5px;
}

#centerBild{
   float: none;
   border-left: none;
   border-right: none;
   border-top: none;
   border-bottom: none;
   margin: 0px;
   padding-right: 10px;
   padding-left: 25px;
   padding-top: 20px;
   padding-bottom: 5px;
   text-align: justify;
}

#menu{
   float: left;
   width: 100%;
   text-align: justify;
   padding-right: 0px;
   padding-left: 0px;
   padding-top: 10px;
   padding-bottom: 10px;
   color: #ffe500;
   background-color: #0033ff;
   border-bottom: 1px solid #959595;
}

#menu a {
    font-weight:bold;
	font-size: 12px;
	color: #ffe500;
}

#boxM{
 float: left;
   border-left: none;
   border-right: none;
   border-top: none;
   border-bottom: none;
   margin: 0px;
   padding-right: 10px;
   padding-left: 25px;
   padding-top: 20px;
   padding-bottom: 15px;
   min-width: 150px;
   max-width: 300px;
}

#boxL{
 float: left;
   border-left: none;
   border-right: none;
   border-top: none;
   border-bottom: none;
   margin: 0px;
   padding-right: 10px;
   padding-left: 25px;
   padding-top: 20px;
   padding-bottom: 15px;
   min-width: 150px;
   max-width: 600px;
}

#spalteLinks{
   float: left;
   border-left: none;
   border-right: none;
   border-top: none;
   border-bottom: none;
   margin: 0px;
   padding-right: 10px;
   padding-left: 25px;
   padding-top: 20px;
   padding-bottom: 15px;
   min-width: 150px;
   max-width: 300px;

   /*min-height: 400px;*/
   
}

#spalteRechts{
   float: left;
   border-left: none;
   border-right: none;
   border-top: none;
   border-bottom: none;
   margin: 0px;
   padding-right: 25px;
   padding-left: 20px;
   padding-top: 20px;
   padding-bottom: 15px;
   min-width: 150px;
   height: 100%;
   width: 40%;

}


#fuss{
   border-left: none;
   border-right: none;
   border-top: 1px solid #959595;
   border-bottom: none;
   margin: 0px;
   text-align: center;
   color: #959595;
   width:100%;
   clear: both;
}


#shadow {
   background-color: #8e8e8e;
   border-left: 1px solid #959595;
   border-right: 1px solid #959595;
   /*border-top: none;
   border-bottom: none;
   margin: 0px;*/
   text-align: left;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: auto;
   margin-left: auto;
   width:80%;
   min-width:500px;

   }

#shadow2 {
   background-color: #aaa;
   border-left: 1px solid #bebebe;
   border-right: 1px solid #bebebe;
   border-top: none;
   border-bottom: none;
   margin: 0;
   }

#shadow3 {
   background-color: #d1d1d1;
   border-left: 1px solid #e1e1e1;
   border-right: 1px solid #e1e1e1;
   border-top: none;
   border-bottom: none;
   margin: 0;
   }

#shadow4 {
   background-color: #ededed;
   border-left: 1px solid #f6f6f6;
   border-right: 1px solid #f6f6f6;
   border-top: none;
   border-bottom: none;
   margin: 0;
   }

#shadow5 {
   background-color: #fcfcfc;
   border-left: 1px solid #fff;
   border-right: 1px solid #fff;
   border-top: none;
   border-bottom: none;
   text-align: left;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: auto;
   margin-left: auto;
   width:80%;
   min-width:400px;
   }


/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
