/* ~~~ Grundeinstellungen ~~~ */

*  {
	margin: 0;
	padding: 0;
	outline-style: none;
	border: none;
	text-align: left;	
}

body    {
	color: white;
	font-size: 100.01%;
	background: #A6164c;}

p      {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 140%;
	text-align: left;
	vertical-align: top;
}

p + p {
	padding-bottom: 7px;}

h1 + p, h2 + p, h3 + p {
	padding-bottom: 7px;}
	
p + h1, p + h2 {
	padding-bottom: 15px;}

b  {
	font-weight: bold;}

h1   {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 135%;
	color: #FEE8CD;
	font-weight: bold;
	padding-bottom: 7px;
}
       
h2   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #FECB33;
	text-align: left;
	font-weight: bold;
	padding-bottom: 20px;
}

h3   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FED043;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
}

h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: lighter;
	line-height: 140%;
	text-align: left;
	vertical-align: top;
	padding-top: 7px;
} 		

a   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FEF3D1;
	text-decoration: underline;
}

a:hover   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F3CDD6;
}

a.anderer:link  {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

a.anderer:visited  {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

a.anderer:hover  {
	font-family: Arial, Helvetica, sans-serif;
	color: #008D77;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
	
/* ~~~ Divisions  ---*/

#balken    {
	position: fixed;
	text-align: right;
	width: 100%;
	top: 0px;
	right: 0px;
	height: 180px;
	background-image: url(images/verlauf_oben.png);
	background-repeat: repeat-x;
	background-color: transparent;
	border: 0px blue solid;
}

#content    {
	position: absolute;
	margin-left: -200px;
	top: 250px;
	left: 50%;
	width: 670px;
	height: auto;
	border: 0px solid #f6bfcc;
	padding: 10px;
	padding-bottom: 20px;
}

#content_text		{
	border: 1px solid #f6bfcc;
	padding: 10px;
	padding-bottom: 20px;
	
}

#logo-pov   {
	position: relative;
	left: -30px;
	width: 371px;
	height: 200px;
	padding-bottom: 15px;
	background: url(images/logo_pov.png) no-repeat;
	border: 0px green solid;
	}

#bilderbalken   {
	position: fixed;
	margin-left: -100px;
	left: 50%;
	width: 610px;
	height: 260px;
	border: 0px solid Fuchsia;
}

/* ---Stopper ---*/

#topstopper {
	position: relative;
	top: -267px;
	left: 300px;
	width: 253px;
	height: 155px;
	border: 0px solid Lime;
}

#navistopper	{
	position: relative;
	top: 15px;
	left: -30px;
	width: 190px;
	height: 195px;
	padding-top: 10px;
	text-align: center;
	border: 0px solid Lime;
}

/* ---Navigation ---*/
	
#navi {
	position: fixed;	
	width: 200px;
	height: 100%;
	margin-left: -450px;
	left: 50%;
	background-image: url(images/verlauf_oben.png);
	background-repeat: repeat-x;
	background-color: #ecacbb;
}

#menu li {
	list-style: none;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
}

#untermenu li {
	background-color: #FFCC33;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: White;
	display: inline;
	padding-left: 20px;
	padding: .2em 1em;
}

#navi a   {
	text-decoration: none;
	font-size: 14px;
	color: #911745;
	font-weight: bold;
}	
	
#navi a:hover {
	font-weight: bold;
	color: #FEE8CD;
}

#navi a.naviaktiv  {
	color: #911745;
	text-decoration: underline;
}

#navi a.naviaktiv:hover  {
	color: #FEE8CD;
}

/*---email---*/

/*---textformate---*/

.bold-hellgelb {
	font-weight: bold;
	color: #ffe293;
}
.kleineschrift-70 {
	font-size: 85%;
}
.dgelb {
	color: #f3b424;
}
.rosa {
	color: #EFCFDB;
	padding-bottom: 7px;
}
.dgelbBold {
	font-weight: bold;
	color: #f3b424;
}
.datumNews	{
	font-size: 8px;
	padding-bottom: 10px;
}
.rosaKleineSchrift	{
	color: #EFCFDB;
	font-weight: bold;
}
