html,body{
	margin: 0;
	padding: 0;
	font-family: Verdana;
	background-color: #fff;
  	color: #68676b;
}
img{
    border: 0px;
}

#wrapper {
	width:auto;
 	background: url(images/BG.gif) top right repeat-x #a6bc00;
  	z-index: 1;

}

#background{
	width:100%;
 	background: url(images/BG_Circle.gif) top left no-repeat #FFF;
 	padding-top:20px;


}

#header { 
	width: auto;
	height: 98px;
	background-image: url(images/Logo_WPNC_2009.gif);
	background-repeat: no-repeat;
	margin-left:20px;
	
}

#mainarea {
	z-index:10;
}

#navigation {
	z-index:50;
	height:400px;
	width: 180px;
	float:left;
	padding-top:35px;
}

* html #navigation {
}

#navigation ul { 
    list-style: none;
	padding: 0 0 0 20px;
	margin: 0;
}

/* --------------- Ebene 1 --------------- */


#navigation ul li a{
	font-size: 13px;
	font-weight: bold;
	display: block;
	color: #a6bc00;
	text-decoration: none;
	line-height: 2em;
	font-family: Verdana;
	border-top: 2px dotted #a6bc00;
}

#navigation ul li.act_menu a {
  	color: #034f9d;
}

#navigation ul li a:hover{
 	 color: #c1d04e;
}

/* --------------- Ebene 2 --------------- */

#navigation ul ul li a{
  	font-size: 0.7em;
  	color: #68676b;
    display: block;
    text-decoration: none;
    font-weight: bold;
    line-height: 2em;
	border-top: none;
}

*html #navigation ul li.act_menu ul li a{
  	color: #68676b;	
}

*html #navigation ul li.act_menu ul li.act_menu a{
  	color: #034f9d;	
}

#navigation ul ul li.act_menu a {
 	 color: #034f9d;
}

#navigation ul ul li a:hover{
  	color: #868589 !important;
}

#content {
	float:left;
	width:auto;
    padding-top: 1.5em;
    padding-bottom: 1em;  
    padding-left: 1em;
    padding-right: 1em;
    min-height: 624px;
}

* html #content {
    margin-top: 0px;
    width:auto;
    height:624px;
}

#footer{
	clear:both;
}


/* ------------- Links & Absätze ------------- */

a{	
    color: #4261a4;
    text-decoration: none;
} 
a:hover{	
    color: #4261a4;
    text-decoration: underline;
}
p {
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.4em;
}


/* ##################################################################################### */
/* ------------------------------------ Sonstiges -------------------------------------- */
/* ##################################################################################### */


h1, h2 {
	font-size: 1.0em;
	line-height: 1.2em;
	color: #a6bc00;
	font-weight: bold;
}

h2{
  font-size: 1.0em; 
  line-height: 1.0em;
}


/* ------------ Redakteur-Tools -------------- */

#logout {
    position: absolute;
    z-index: 99;
    top: -1px;
    left: 10px;
}
#editpanel {
    position: absolute;
    z-index: 99;
    width: 150px;
    height: 20px;
    top: 2px;
    left: 82px;
}

/* -------------- Listenstyles --------------- */

/* erscheinen sonst im Auswahlmenü des RTE's  */

ul.Punktliste-A1 li {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
ul.Punktliste-A2 li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
ul.Punktliste-B1 li {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
ul.Punktliste-B2 li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
ul.Geordnete_Liste li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}


