﻿/* =================================================
Stylesheet für die Seite vom BK OV Potsdam  
Aufbau: 1. Kalibrierung und Restauration
        2. Allgemeine Styles 
        3. Styles für Layoutbereiche    
        4. Sonstige Styles 
================================================== */

/* ====================================== 
  1. Kalibrierung und Restauration
  ====================================== */
 
*  { padding: 0; margin: 0; }
html { overflow-y: scroll; }

div {
	outline: blue solid 0px;
}

h2, h3, p, ul, ol {
	border: 10px;
	margin-bottom: 1em;
	
}  
h2 { margin-top: 1em }
h6 {
	font-size:medium;
	color:black
}
ul ul { margin-bottom: 0; } 
li { margin-left: 1em ; } 

/* hier ggfs. Abstände für weitere Elemente restaurieren */

/* ====================================== 
  2. Allgemeine Styles 
  ====================================== */
body { 
  background-color: #ffffff; 
  color: white; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: small; 
}
h1 { 
	font-size: 250%; 
	color: #10459E;
	text-align:center
} 
h2 { 
	font-size: 200%; 
	color: #10459E;
	text-align:center;
}

h3 {
	font-size: 125%;
	color: #10459E;
} 


/* ====================================== 
  3.  Styles für die Layoutbereiche 
  ====================================== */
#wrapper { 
  background-color: white; 
  color: black; 
  width: 1000px; 
  margin: 10px auto; 
}

#banner {
	background:white;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 width:1000px;
	 height:150px;
	}
	
#kopfbereich {
	background-color: #10459e;
	position: relative; 
	float:left;
	width:235px;
	height:250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:200%
}	

#buehne {
	background-color:white;
	position:relative;
	float:right;
	height:250px;
	width:760px;
}

/*	#textbuehne {
 position:absolute; 
 left: 800px; 
 top: 202px; 
 z-index:2;
 height:100px;
 width:300px
 
 
 }*/
#textbereich {
	background: white;
	color: black;
	width: 745px;
	padding: 10px 10px 10px 10px;
	float: right;
}


#footer { clear:both;
  padding: 10px 20px 20px 20px;
  border-top: 0px solid #8c8c8c; 
  margin-top: 0; 
  background-color:#ffffff
}
 
#extra1 {
	background-color:white;
	color:black;
	text-align:left;
	font-size:small;
	font-weight:bold;
	width: 235px;
	padding:20px 0px 20px 0px;
	position: relative;
	float: left;

}
#extra {
	background-color:white;
	color:black;
	text-align:left;
	font-size:small;
	font-weight:bold;
	width: 235px;
	padding:60px 0px 20px 0px;
	position: relative;
	float: left;

}
 #extra ul { margin-bottom: 0; }
  #extra li { 
   background-color: rgb(136, 194, 55);
    list-style-type: none;
    margin-left: 0
}
#extra li:hover ul {
	display:block;width:10em;
}
#extra li:hover ul {
	display:block;width:10em;
}

#extra li ul {
	display:none;
	
}
#extra li ul {
	background-color:white;
	color:black;
	padding-left:20px
}
#extra a { 
    display: block;  /* ganze Fläche anklickbar machen*/
    text-decoration: none;
    color: white; 
    background-color: rgb(136, 194, 55);
    padding: 0px; 
    border-left: 3px solid rgb(136, 194, 55); /* nicht sichtbar */
  }
    text-decoration: none;
    color: white; 
    background-color: rgb(136, 194, 55);
    padding: 0px; 
    border-left: 3px solid rgb(136, 194, 55); /* nicht sichtbar */
  }
#extra li.sie-sind-hier a { 
    color: white; 
    background-color: rgb(16, 69, 158); 
    border-left-color: rgb(16, 69, 158);  /* ersetzt #ffe574 */ 
    border-bottom: none; /* Unterstreichung aus */ 
  } 
  #extra a:hover {
	text-decoration:underline
}
  #extra a:focus { 
    color: black; 
    background-color: white; 
    border-left-color: rgb(136, 194, 55); 
    border-bottom: none; 
  } 
 #extra a:active { 
    color: black; 
    background-color: #d9d9d9;    
  }
 
 #info {
	background-color:rgb(136, 194, 55);
	color:black;
	text-align:left;
	font-size:small;
	font-weight: normal;
	width: 200px;
	padding:20px 0px 20px px;
	position: relative;
	float: left;

}
}
  .auto-style13 {
	  vertical-align: middle;
	  margin-top: 20px;
	  margin-bottom: 20px;
  }
  .auto-style14 {
	  color: #FFFFFF;
  }


/*=========================================
   Navigation
  =========================================*/
  #navibereich {
	background-color:white;
	color:black;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	width: 235px;
	padding:20px 0px 20px 0px;
	position: relative;
	float: left;

}
 #navibereich ul { margin-bottom: 0; }
  #navibereich li { 
   /* background-color: rgb(136, 194, 55);*/
    list-style-type: none;
    margin-left: 0
}

#navibereich li:hover ul {
	display:block;width:10em;
}

#navibereich li ul {
	display:none;
	
}

#navibereich li ul {
	background-color:white;
	color:black;
	padding-left:20px
}

#navibereich a { 
    display: block;  /* ganze Fläche anklickbar machen*/
    text-decoration: none;
    color: white; 
    background-color: rgb(136, 194, 55);
    padding: 2px; 
    border-left: 0px solid rgb(136, 194, 55); /* nicht sichtbar */
    border-bottom: 3px solid white;
  }
  #navibereich li.sie-sind-hier a { 
    color: white; 
    background-color: rgb(16, 69, 158); 
    border-left-color: rgb(16, 69, 158);  /* ersetzt #ffe574 */ 
    border-bottom: 3px solid white;

  } 
  #navibereich a:hover {
	text-decoration:underline
}
  #navibereich a:focus { 
    color: black; 
    background-color: white; 
    border-left-color: rgb(136, 194, 55); 
    border-bottom: none; 
  } 
  #navibereich a:active { 
    color: black; 
    background-color: #d9d9d9;    
  }
  #navizeile ul { margin-bottom: 0; }
  #navizeile li { 
    display: inline;      
    list-style-type: none;
    margin: 0;    
  }
  
  #navizeile{ 
  text-align: right;  
  color: black;
  background: #ffffff; 
  padding: 5px 20px 4px 20px;  
  border-bottom: 0px solid #8c8c8c;
}

  #navizeile a { 
    color: black;
    background-color: #ffffff; 
    padding: 4px 8px 4px 8px; 
    border: 1px solid #ffffff;
  }
  #navizeile li.sie-sind-hier a { 
    color: black; 
    background-color: white; 
    border-bottom-color: white; 
   } 
  #navizeile a:hover,
  #navizeile a:focus { 
    color: black; 
    background-color: white; 
    border-bottom-color: white;
  } 
  #navizeile a:active { 
    color: black; 
    background-color: white; 
    border-bottom-color: white; 
  } 