/* ===============================================================
Stylesheet fr die COG-Homepage (Start- und Folgeseiten)
Datei:   style.css
Media:   Bildschirm
Datum:   4. September 2007, Update: 02.02.2008
Autoren: Patrick Schulte, Sabine Thierfelder
Achtung: Reihenfolge in der CSS-Datei ist zum Teil wichtig!!!
================================================================== */

/* ======================================
   Kalibrierung und allgemeine Styles
   ====================================== */

/* Kalibrierung der wichtigsten Abstaende */

*         { padding: 0; margin: 0; }
h1, h3    { margin-bottom: 1em; }
h2, h4    { margin-bottom: 1em; margin-top: 1em; }
p, ul, ol { margin-bottom: 1em; }
ul ul     { margin-bottom: 0; }
li        { margin-left: 1em; }
th, td    { margin: 2px; padding: 3px; }
img       { border-width: 0pt; }

/* Allgemeine Selektoren */

body {
   background-color: #F1EADC;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: small;
   color: #000000;
}

h1, h3 { font-size: 130%; }
h2, h4 { font-size: 110%; }


/* Hyperlinks */

a                   { font-weight: bold; text-decoration: none; }
a:link              { color: #005da8; }
a:hover, a:focus    { color: #6097FC; text-decoration: underline; }
a:visited, a:active { color: #6097FC; }


/* Allgemeine Klassen und IDs */

.fett   { font-weight: bold; }
.kursiv { font-style: italic; }

.bildlinks {
   float:left;
   margin-right: 10px;
   margin-bottom: 10px;
}
.bildrechts {
   float:right;
   margin-bottom: 10px;
   margin-left: 10px;
}

/* ====================================
   Styles fuer die  Layoutbereiche
   ==================================== */
#druckBanner { display: none; }

#wrapper {
   background-color: #FFFFFF;
   border: 1px solid silver;
   margin: 15px auto;
   min-width: 600px;
   max-width: 100em;
   width: 94%;
}

#banner {
   position: relative;
   height: 100px;
   color: white;
   font-size: 200%;
   font-weight: bold;
   text-align: right;
   background: #6097FC no-repeat top left url(../jpg/banner.jpg);
   padding: 10px;
   border-bottom: 1px solid silver;
}

#kopfleiste1 {
   position: relative;
   height: 25px;
   background: #005da8;
   border-bottom: 1px solid silver;
}

#kopfleiste2 {
   position: relative;
   height: 25px;
   background: #6097FC;
   border-bottom: 1px solid silver;
}


.menu {
   color: white;
   position: relative;
   height: 25px;
   padding: 6px 0 0 7px;
   font-size: small;
   text-align: center;
}
   .menu li {
      display: inline;
      list-style-type: none;
      margin: 0;             /* wichtig */
   }
    .menu a                        { color: white; text-decoration: none; }
    .menu a:link, .menu a:visited { color: white; }
    .menu a:hover, .menu a:focus  { color: white; text-decoration: underline; }

#navibereich {
   float: left;
   width: 17%;
   padding-left: 10px;
   padding-top: 15px;
}
   #navibereich ul { border-top: 1px solid silver; }
   #navibereich li {
      list-style-type: none;
      border-bottom: 1px solid silver;
      margin: 0;
   }
   #navibereich a {
      display: block;
      text-decoration: none;
      color: #005da8;
      background-color: white;
      padding: 2px;
      padding-right: 0px;
      padding-left: 4px;
      font-size: 8pt;
      border-left: 2px solid white;    /* wichtig */
   }
   #navibereich a:active,  #navibereich a:link { color: #005da8; }
   #navibereich a:hover, #navibereich a:focus  {
      color: #6097FC; border-left-color: #005da8;
   }

.navititel {
   color: silver;
   font-weight: bold;
   padding-left: 4px;
   padding-bottom: 4px;
}

#textbereich {
   float: right;
   width: 78%;
   border-left: 1px solid silver;
   padding: 10px;
   padding-top: 15px;
}

.artikelende { text-align: right; font-size: x-small; }

#fuss {
   clear: both;
   color: #005da8;
   padding: 5px;
   border-top: 1px solid silver;
   height: 20px;
   text-align: center;
   font-size: 8pt;
}
   #fuss a, #fuss a:focus, #fuss a:visited, #fuss a:active {
      color: #005da8;
      text-decoration: none;
   }
   #fuss a:hover {
      color: #6097FC;
      text-decoration: underline;
  }

/* =======================================
   Styles fr die Startseite
   ======================================= */

#linkespalte {
   float: left;
   width: 21%;
   padding-left: 10px;
   padding-top: 15px;
}

#hauptspalte {
   float: right;
   width: 73%;
   border-left: 1px solid silver;
   padding: 10px;
   padding-top: 15px;
}

.box {
   font-size: 8pt;
   font-weight: normal;
}

.boxtitel {
   font-size: small;
   border-bottom: 1px solid silver;
   margin-bottom: 4px;
}

.teaser {
   height: 85px;
   padding: 5px;
   font-weight: normal;
   text-align: justify;
}

.inputForm {
   border-width: 1px;
   border-color: #000000;
   border-style: solid;
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial, sans-serif;
   padding: 1px 1px 1px 1px;
   margin: 2px 0px 2px 0px;
}

.submitForm {
   border-width: 1px;
   border-color: #000000;
   border-style: outset;
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial, sans-serif;
   padding: 3px 3px 3px 3px;
   margin: 2px 0px 2px 0px;
}



/*Buttons = Logos auf der Startseite*/
  
.buttons ul {

	
}  

.sur{
	width: 100%;
	height: 90px;


}
.buttons li{

		display:inline;
		width: auto;
		list-style-type: none;
		padding: 8px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin: 5px;
		float: left;		
		
} 

.buttons  .sub {
	left: -999em;
	position: absolute;
}
.button_fv{	background-color: #FFBD5B; }
.button_fv:hover {  background-color: #fe9900; }

.button_lt{	background-color: #FFF86A; }
.button_lt:hover{ background-color: #FFFF00; }

.button_sw{	background-color:  	#cccccc; }
.button_sw:hover{ background-color:  	#999999; }

.button_jsa{	background-color:  	 	#daf28e; }
.button_jsa:hover{ background-color:  	#b5e61a; }

.button_the{	background-color:  	 	#00cc00; }
.button_the:hover{ background-color:  	#009900; }

.buttons li:hover{
	margin-right: 0px;
	
}

.buttons a:hover .sub{
	left: auto;
	position: relative;

}
	
/* =======================================
   E N D E   D E S   S T Y L E S H E E T S
   ======================================= */