@charset "utf-8";
/* CSS Document */

body { font-family:Verdana, Arial, Helvetica;
       font-size:9pt; 	
	   background: url('../images/bg2.jpg') repeat-x; 
	   margin-top: 5px;  
     }

h1 { font-size:14px; color:#3A1C00; margin-top:0pt; }
h2 { font-size:12px; color:#3A1C00; }
h3 { font-size:12px; color:#3A1C00; }
.small {font-size: x-small; }
.smallWhite { font-size:x-small; color:#FFFFFF; }

.brownBorder { border-color:#3A1C00 }

.quellenangabe {
              font-size:7pt; 
			  color:#DAA8A5;
			}

	 
#container 
{
	width: 812px;
	margin-left:auto;
	margin-right:auto;
}

#navcontainer 
{
	
  margin-top: 10px
}

  ul#Navigation li {
    list-style: none;
	line-height: 30px;
	margin-top:5pt;
   padding: 0.05em;
	width:142px;
	height:33px;
	text-align: center;
	background: url(../images/button.png) no-repeat;
  }
  ul#Navigation {
    width: 10em;
    margin: 0; padding: 0.2em 0.8em 0.8em;
    
  }
  
  
  
  
  #nav1 
{
	width: 124px;
	height: 30px;
	float: left;
	background: url(../images/navLeft.jpg) no-repeat;
	padding-top: 12px;
}

#nav2 
{
	width: 112px;
	height: 30px;
	float: left;
	background: url(../images/nav112.jpg) no-repeat;
}

#nav3 
{
	width: 112px;
	height: 30px;
	float: left;
	background: url(../images/nav112.jpg) no-repeat;
}

#nav4 
{
	width: 112px;
	height: 30px;
	float: left;
	background: url(../images/nav112.jpg) no-repeat;
}

#nav5 
{
	width: 112px;
	height: 30px;
	float: left;
	background: url(../images/nav112.jpg) no-repeat;	
}

#nav6 
{
	width: 114px;
	height: 30px;
	float: left;
	background: url(../images/nav114.jpg) no-repeat;
}

#nav7 
{
	width: 126px;
	height: 30px;
	float: left;
	background: url(../images/navRight.jpg) no-repeat;
	/*padding-top: 12px;*/
}




.buttonText 
{
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
}

a:link { color:#3A1C00; text-decoration:underline;  }
a:visited { color:#3A1C00; text-decoration:underline; }
a:hover { color:#A95018; text-decoration:underline;  }
a:active { color:#3A1C00; text-decoration:underline;  } 

a.nav:link { color:#644E43; text-decoration:none;  }
a.nav:visited { color:#644E43; text-decoration:none; }
a.nav:hover { color:#3A1C00; text-decoration:underline;  }
a.nav:active { color:#3A1C00; text-decoration:none;  } 

a.footer:link { color:#FFFFFF; text-decoration:none; font-size:8pt;  }
a.footer:visited { color:#FFFFFF; text-decoration:none; font-size:8pt; }
a.footer:hover { color:#FFFFFF; text-decoration:underline; font-size:8pt;  }
a.footer:active { color:#FFFFFF; text-decoration:none; font-size:8pt;  } 

a.quelleNavi:link { color:#DAA8A5;; text-decoration:none; font-size:7pt; }
a.quelleNavi:visited { color:#DAA8A5;; text-decoration:none;font-size:7pt; }
a.quelleNavi:hover { color:#DAA8A5; text-decoration:underline; font-size:7pt; }
a.quelleNavi:active { color:#DAA8A5; text-decoration:underline; font-size:7pt; }

#main
{
	padding: 5px;
	width: 800px;
	text-align: justify;
	color: #3A1C00;
	line-height: 1.6em;
	background-color: #F7D683; /*#E2E2E2; */
	border: 1px solid #4F372B;
	float: left;
}

#main_navi
{
	padding: 5px;
	width: 150px;
	
	line-height: 1.6em;
	background-color: #4C3225;
	color: #ffffff;
	border: 1px solid #4F372B;
	height:auto;
	
}

#header
{
	width: 797px;
	border: 1px inset #888;	
	height: 200px;
	background-color: #999999;
	clear: both;
	background: url('../images/energiekrise_titel.png') no-repeat;
}

#rightHeader
{
    position: relative;
    width: 400px;
    height: 200px;    
    float: right;
    clear:both;
	background: #996E37;
}

.serparator
{
    margin: 7px 0px 7px 0px;
}

#sidebar 
{
	width: 170px;
	height: 620px;
	border-left: 1px solid #BBB;
	float: right;
	margin-left: 19px;
	margin-top: 5px;
	padding-left: 8px;
	text-align: right;
	clear: both;
}

#footer 
{
	background-color: #4C3225;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	height: 40px;
	padding-top: 8px;
	clear: both;
	width: auto;
}

