@charset "utf-8";
/* CSS Document */

/* header */
/*background: url('../graphics/all.png') no-repeat 0 0; width: 978px; height: 119px;
*/
/* navbar_top */
/*background: url('../graphics/all.png') no-repeat 0 -120px; width: 120px; height: 120px;
*/
/* navbar_content */
/*background: url('../graphics/all.png') no-repeat -121px -120px; width: 120px; height: 7px;
*/
/* navbar_bottom */
/*background: url('../graphics/all.png') no-repeat -242px -120px; width: 120px; height: 22px;
*/
/* content_top */
/*background: url('../graphics/all.png') no-repeat 0 -141px; width: 568px; height: 20px;
*/
/* content_content */
/*background: url('../graphics/all.png') no-repeat 0 -162px; width: 568px; height: 7px;
*/
/* content_bottom */
/*background: url('../graphics/all.png') no-repeat 0 -170px; width: 568px; height: 22px;
*/
/* right_top */
/*background: url('../graphics/all.png') no-repeat 0 -193px; width: 268px; height: 20px;
*/
/* right_content */
/*background: url('../graphics/all.png') no-repeat -269px -193px; width: 268px; height: 7px;
*/
/* right_bottom */
/*background: url('../graphics/all.png') no-repeat -538px -193px; width: 268px; height: 21px;
*/
/* footer */
/*backgroúnd: url('../graphics/all.png') no-repeat 0 -214px; width: 1000px; height: 306px:
*/
/* - preStyle - ----------------------------------------------------------------------------------------------------------*/

* {
margin: 0;
padding: 0;
border: none;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font: 13px/1.231 "Lucida sans unicode", Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #000;
}

a:link, a:visited, a:focus, a:active { color: #006633; text-decoration: none; }
a:hover { color: #006633; text-decoration: underline;}

a.noborder {
	border-bottom: none;
}

h2 {
	color: #006633;
	margin-bottom: 5px;
}

p {
	margin: 5px 0 5px 0;
}

  span.termin {
	font-weight: bold;
	margin-right: 3px;
  }
  
  div#pfpL {
  	position: absolute;
	top:0px;
	left:0px;
	width: 100px;
	height: 100px;
	background: url(../graphics/play_for_peace_L.png) top left no-repeat;
	z-index: 1;
  }
  div#pfpR {
  	position: absolute;
	top:0px;
	right:0px;
	width: 100px;
	height: 100px;
	background: url(../graphics/play_for_peace_R.png) top left no-repeat;
	z-index: 1;
  }

/* - DivStyles - ----------------------------------------------------------------------------------------------------------*/

  div#container {
  	position:relative;
  	width: 978px; 
	height: auto;
	margin: auto;
	z-index: 2;
  }

  div#header {
  	width: 978px; 
	height: 119px;
  	background: url('../graphics/all.png') no-repeat 0 0; 
  }
  
  /* navbar *******************************************************************/
  
  div#navbar_container {
    float: left;
  	width: 120px;
	height: 342px;
	position: relative;
	margin: 11px 0 0 0;
	display: inline;
  }
  
  div#navbar_top {
    float: left;
    width: 120px; 
    height: 20px;
  	background: url('../graphics/all.png') no-repeat 0 -120px;
  }
  
  div#navbar_center {
    float: left;
  	width: 118px;
	height: 300px;
	border-left: 1px #999 solid;
	border-right: 1px #999 solid;
	background-color: #EBF3FB;
  }
  
  div#navbar_bottom {
    float: left;
  	width: 121px;
	height: 22px;
	background: url('../graphics/all.png') no-repeat -571px -120px;
  }
  
  div#navbar_center ul {
  	list-style: none;
	margin-left: 7px;
  }
  
  div#navbar_center ul li {

  }
  
  div#navbar_center ul li a {
    display: block;
 	text-decoration: none;
	border: none;
	margin-bottom: 8px;
	padding-left: 20px; 
	background: url(../graphics/bullet-point.png) top left no-repeat;
  }
  
  div#navbar_center ul li a.current {
	font-weight: bold;
  }
  
  div#navbar_center ul li a.current:hover {
	letter-spacing: normal;
  }
  
  div#navbar_center ul li a:hover {
	font-weight: bold;
	letter-spacing: 1px;
  }
  
  div#navbar_center ul li ul li {
  	margin-left: 10px;
  }
  
  div#navbar_center ul li ul li a:hover {
	letter-spacing: normal;
	font-weight: normal;
  }
  
  div#navbar_center ul li ul li a.current {
	letter-spacing: normal;
	font-weight: normal;
	font-style: italic;
  }


  
  
  /* content *******************************************************************/
  
  div#content_container {
  	float: left;
	position: relative;
	width: 568px;
/*	height: 100px;*/
	margin: 11px 11px 0 11px;
	display: inline;
  }
  
  div#content_top {
 	float: left;
	background: url('../graphics/all.png') no-repeat 0 -141px; width: 568px; height: 20px;
  }
  
  div#content_center {
  	width: 544px;
  	border-left: 1px #999 solid;
	border-right: 1px #999 solid;
	background-color: #EBF3FB;
	padding: 11px;
	/*min-height: 500px;*/
  		min-height:500px;
  		height:auto !important;
  		height:500px;
  }
  
  div#content_bottom {
	float: left;
	background: url('../graphics/all.png') no-repeat 0 -170px; width: 568px; height: 22px;
  }
  
  div#content_center h2 {
	border-bottom: 1px solid #006633;
	margin-bottom: 15px;
  }
  
  div#content_center fieldset {
  	border: 1px solid #666666;
	padding: 10px;
	text-align: left;
	font-size: 0.9em;
	margin: 10px 0 10px 0;
  }
  
  div#content_center fieldset legend {
	padding: 5px;
	margin: 0 5px 0 0px;
	font-weight: bold;
  }
  
  /* rechts *******************************************************************/
  
  div#rel {
    float: left;
	display: inline;
    width: 267px;
	margin: 11px 0 0 0;
  }
  
  div#rel_top {
	float: left;
	width: 267px; height: 20px;
  	background: url('../graphics/all.png') no-repeat 0 -193px; 
  }

  div#rel_center {
  	float: left;
	width: 245px;
	padding: 10px;
  	border-left: 1px #999 solid;
	border-right: 1px #999 solid;
	background-color: #EBF3FB;
	/*min-height: 150px;*/
  		min-height:150px;
  		height:auto !important;
  		height:150px;
  }
  
  div#rel_center h2 {
  	font-size: 14px;
	margin: 0 0 5px 0;
  }
  
  div#rel_bottom {
  	float: left;
  	background: url('../graphics/all.png') no-repeat -538px -193px; width: 267px; height: 21px;
  }

  span.supporter {
    margin-right: 3px;
  }
  
  span.supporter a:hover {
	text-decoration: underline;	
  }
  
  div#no_war {
	float: left;
	margin: 20px 0 10px 0 ;
	width: 100%;
	text-align: center;
  }
  
  div#rel_center h4 {
 	font-size: 12px; 
  }
  
  /* Bild *******************************************************************/
  
  div#bild {
    float: left;
    width: 267px;
	margin: 11px 0 0 0;
  }
  div#bild_top {
  	float: left;
	width: 267px; 
	height: 20px;
  	background: url('../graphics/all.png') no-repeat 0 -192px; 
  }
  
  div#bild_center {
	float: left;
	width: 245px;
	padding: 10px;
  	border-left: 1px #999 solid;
	border-right: 1px #999 solid;
	background-color: #EBF3FB;
/*	min-height: 150px;*/
  }
  
  div#bild_bottom {
  	float: left;
	width: 267px; 
	height: 21px;
  	background: url('../graphics/all.png') no-repeat -538px -193px; 
  }
  
  /* green_container *******************************************************************/
    
  div#green_container {
  	position: relative;
	bottom: 0px;
	left: 0px;
	width: 978px;
	height: 306px;
	margin: -200px 0 0 0 ;
	background: url('../graphics/all.png') no-repeat 0 -214px;
	z-index: -1;
  }
  
  div.clr {
  	clear: both;
  }

  /* footer *******************************************************************/
  

  div#footer {
	position: relative;
	bottom: 50px;
	left: 0px;
	padding-left: 10px;
	text-align: left;
  }

  div#footer h6 {
    font-size: 1.1em;
  }
  
  h6.wbg {
	
	font-weight: normal;
  	color: white;
  }
  
  h6.wbg a {
    font-weight: bold;
  	color: white;
  }
  
  

