/*Standard-CSS für http://www.vielfalt-in-ee.de */

/* Wichtige Farben 

blau  		= #336699
dunkelblau    	= #000066
grün		= #99CC33
schwarz		= #000000
grau		= #999999
weiss		= #ffffff

*/

html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	vertical-align: top;
	text-align: justify;
	}

html, body {

	background: #336699;
	font-size: 100%;
	}

a:link 	{
	color: #336699;
	text-decoration: none;
	}

a:visited {
	color: #336699;
	text-decoration: none;
	}

a:hover {
	color: #99cc33;
	text-decoration: underline;
	}

a:active {
	color: #99CC33;
	text-decoration: underline;
	}

strong 	{
	color: #000000;
	text-decoration: none;
	}

.c	{
	font-size: 8pt;
	}

center 	{
	text-align: center;
	}

img 	{
	border: 5;
	text-align: center;
	}

.right 	{
	text-align: right;
	}

.top 	{
	vertical-top: top;
	}

h1 	{
	font-size: 12pt;
	color: #336699;
	margin: 10px 0px 10px 0px;
	border-bottom: 0px;
	bottom: left;
	}

h2 	{
	font-size: 10pt;
	color: #336699;
	margin: 10px 0px 10px 0px;
	border-bottom: 0px;
	bottom: left;
	}

h3 	{
	font-size: 9pt;
	color: #000000;
	margin: 10px 0px 10px 0px;
	border-bottom: 0px;
	bottom: left;
	}

p, li 
	{
	font-size: 10pt;
	line-height: 1.3em;
	color: #000000;
	margin: 0px 8px 0px 0px;
	}

/* header */
	#header {
	background: url('Bilder/header.jpg') no-repeat ;
	height: 174px;
	margin: 0; 
	padding: 0
	}

/* Ende Header */

/* Navigation */
	#navigation {
	background: #ffffff no-repeat;
	height: 100%;
	float: left; 
	width: 172px;
	margin: 0em; 
	padding: 0.6em;
	}

/* Ende Navigation */

/* Texte */
	#text {
	background: #ffffff no-repeat;
	height: inherit;
	width: 550px;
	margin-left: 0.5em;
	margin-top: 0.5em;
	padding: 0.5em;
	border: 1px dashed;
	}
/* Ende Texte */

/* Content */
	#content {
	background: #ffffff no-repeat;
	height: inherit;
	width: 600px;
	margin-left: 12em;
	padding: 0.4em;
	min-height: 600px;
	
	}

/* Ende Content */


/* Fußzeile */
	#feed {
	background: url('Bilder/headerfeed.jpg') no-repeat;
	height: 164px;
	position: relative;
	margin: 0;
	padding: 0;
	left: inherit;
	width: 800px;
	}
/* Ende Fußzeile */

/* Seite */

	#seite {
	background: #ffffff;
	text-align: left; 	/* Seiteninhalt links ausrichten*/
	margin: 0 auto;		/* autokonforme horizontale Ausrichtung */
	width: 811px;
	padding: 0.5em;
	border: 1px solid #000066;
	}

/* Ende Seite */#seite #navigation table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #336699;
	text-decoration: none;
}
#seite #navigation .c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-align: center;
}

