/*  ======================================================
gweep the geek - private homepage 
Stand:  2.00.55b
Datei:  screen.css
Media:  screen 
Datum:  26. April 2010
Autor:  Alexander Görisch 
Aufbau  1.) Kalibrierung und allgemeine Styles 
        2.) Styles für Layoutbereiche    
        3.) Sonstige Styles 
======================================================= */

/* === 1. Kalibrierung und allgemeine Styles === */

/* Kalibrierung der wichtigsten Abstände */
*  { padding: 0; margin: 0; }
h2, h3, p, ul, ol { margin-bottom: 1em; }  
ul ul { margin-bottom: 0; } 
li { margin-left: 1em; } 

/* Allgemeine Selektoren */
html { height: 101%; } 
body { 
   color: white; 
   background-color: #c8c8c8; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: small; 
}
h1 { font-size: 150%; 
	}
	 
h2 { font-size: 130%; 
	color: #0099ff;
	}
	
h3 { font-size: 110%; 
	color: #0099ff;
	}
	
	
address {
   text-align: center;  
   font-size: 75%;      
   font-style: normal;  
   letter-spacing: 2px; 
   line-height: 1.5em;  
}

/* Hyperlinks */
a { text-decoration: none; outline: none; } 
a:link { color: black; } 
a:visited { color: black; }
a:hover, 
a:focus { 
  border-bottom: 1px solid #0099ff; 
}
a:active { 
   color: white; 
   background-color: #0099ff; 
}

/* Allgemeine Klassen und IDs */
.skiplink { 
   position: absolute; 
   left: -3000px; 
   top: -2000px; 
   width: 0px; 
   height: 0px; 
   overflow: hidden; 
   display: inline; 
}
.bildlinks {
   float:left; 
   padding: 3px; 
   border: 5px solid #ccc; 
   margin-right: 10px; 
   margin-bottom: 10px; 
}
.bildrechts {
   float:right; 
   padding: 3px; 
   border: 5px solid #ccc; 
   margin-bottom: 10px;
   margin-left: 10px; 
}
.bilduebermich {
   float:right; 
   padding: 3px; 
   border: 5px solid white; 
   margin-bottom: 10px;
   margin-left: 10px; 
}
.clearing { clear: both; }
#logo { 
   color: black;
   background-color: black;
   padding: 0px;
   border: 0x solid black; 
}
.news {
	color: #0099ff;
	font-weight: bold;
	font-size: 115%;
}
.newstab {
	border: 1px solid black;
	border-spacing: 5px;
	border-style: dotted;
	width: 100%;
}
.weblog {
	color: #0099ff;
	font-weight: bold;
	font-size: 115%;
}
.weblogtab {
	border: 1px solid black;
	border-spacing: 5px;
	border-style: dotted;
	width: 100%;
}
.projektreport {
	border: 1px solid black;
	border-spacing: 5px;
	border-style: dotted;
	padding: 4px;
	width: 95%;
	font-size: 95%;
	font-style: italic;
	text-align: justify;
	background-color: #b6b6b6; 
}
.tabellen {
	border: 1px solid silver;
	border-spacing: 5px;
	border-style: dotted;
	/* border-collapse: collapse; */	
	width: 95%
}
thead {
	font-size: 105%;
}
.quellen {
	font-size: 80%;
}
.hinweis {
	color: black;
	background-color: #b6b6b6;
	padding: 2px;
	border: 1px solid black;
	margin-right: 40px;
	margin-left: 40px;
	text-align: justify;
	font-weight: bold;
	font-size: 90%;
	font-style: italic;
}
.hinweiskontakt {
	color: black;
	background-color: #b6b6b6;
	padding: 2px;
	border: 1px solid black;
	margin-right: 225px;
	margin-left: 5px;
	text-align: justify;
	font-weight: bold;
	font-size: 90%;
	font-style: italic;
}
.codefeld {
	color: black;
	background-color: #d1d1d1;
	padding: 2px;
	border: 1px solid black;
	margin-right: 20px;
	margin-left: 20px;
	text-align: justify;
	font-family: courier;
	letter-spacing: 1.2px;
}

/* === 2. Styles für die  Layoutbereiche === */

#wrapper { 
   color: black; 
   background: white url(./grafiken/farbverlauf_navigation.jpg) repeat-y ;
   width: 85%;
   min-width: 1152px;
   max-width: 80em;
   margin: 10px auto;
}

#kopfbereich {
   position: relative;  
   color: black; 
   background: #0099ff url(./grafiken/farbverlauf.jpg) repeat-y top left;
   padding: 10px 20px 10px 20px; 
}
   #kopfbereich p {
   	color: white;
      position:absolute;
      top: 10px ; 
      right: 10px;  
      font-weight: bold;  
      padding: 5px 0 5px 0; 
      margin-bottom: 0; 
   }
   #kopfbereich p span {
      color: black;  
   }
#navibereich { 
   float: left; 
   width: 15%;
   padding-left: 2%;
   padding-top: 17px; 

/*   width: 110px; 
   padding-left: 20px; */
} 
/* für IE6 */
* html #navibereich { padding-left: 20px; }

   #navibereich ul { 
      width: 7em;
      border-top: 1px solid #b6b6b6;
   } 
   #navibereich li { 
      list-style-type: none; 
      border-left: 1px solid #0099ff; 
      border-bottom: 1px solid #b6b6b6; 
      margin: 0;
   }
   #navibereich a { 
      display: block;  
      text-decoration: none;
      font-size: 92%;
      color: black; 
      background-color: #FFFFFF; 
      padding: 4px; 
      border-left: 3px solid #0099ff; 
   }  
   #navibereich a:hover,
   #navibereich a:focus,
   #home #navi01 a, 
   #news #navi02 a,
   #uebermich #navi03 a,
   #dokumente #navi04 a,
   #rezensionen #navi05 a,
   #downloads #navi06 a,
   #links #navi07 a,
   #kontakt #navi08 a,
   #impressum #navi09 a { 
      color: white;
      background-color: #3399ff;
      border-left-color: #33cc00;
      border-bottom: none; 
   }  
   #navibereich a:active { 
      color: black;
      background-color: black;
   }  

#textbereich {
   float: right; 
   width: 83%;
}
   #textbereich a { 
      border-bottom: 1px solid #33cc00; 
   }
   #textbereich a:hover,
   #textbereich a:focus { 
      border-bottom: 1px dotted black; 
   }
/* neu für 3spaltig */   
#text01 { 
   float: left;
   text-align: justify; 
   width: 78%;
   padding: 20px 1% 20px 2%;

}
#text02 {  
	font-size: 87%;   
   float: right;
   width: 12%;
   padding: 20px 1% 20px 0;
}
/*  Ende neu 3spaltig */   
#fussbereich {
   clear: both; 
   color: black; 
   background-color: white; 
   padding: 10px 20px 20px 20px;
   border-top: 1px solid #8c8c8c; 
}

/* === 3. Sonstige Styles === */

/* Das Kontaktformular */
form {
   background-color: #eee;
   width: 370px; /* Breite des Formulars */ 
   padding: 20px; 
   border: 1px solid #8c8c8c;
}
/* Beschriftung auf eigener Zeile */
label { 
   display: block; 
   cursor: pointer; 
} 
input#absender, 
textarea { 
   width: 300px;
   border: 1px solid #8c8c8c;
   margin-bottom: 1em;
}
textarea { 
   height: 7em; 
}
input#absender:focus, 
textarea:focus {
   background-color: #d9d9d9; 
}
/* Die Fotogalerie */
div.galerie { 
   overflow: hidden; 
   padding: 25px 10px 10px 0; 
   margin: 0 3px 3px 0; 
 }
/* für IE6 */
* html div.galerie { height: 1%; } 
div.galerie img { 
   float: left; 
   padding: 4px;
   border: 1px solid #ddd; 
   border-right-color: #aaa; 
   border-bottom-color: #aaa; 
   margin-right: 15px; 
   margin-bottom: 15px;  
}
/* === E N D E   D E S   S T Y L E S H E E T S === */
