/* Seiten-Layout */
HTML, BODY
{
	margin: 5;
	padding: 0;
	text-align: center;
	background-color: #FEDBED;
}

/* Seitenbreite und Ränder */
#PageWidth
{
	width: 800px;
	text-align: left;
	min-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

/* Header-Bereich */
#Header
{
	height: 180px;
	width: 100%;
	background-color: #FEDBED;
}

/* Header-Bereich */
#Topnavi
{
	height: 30px;
	width: 800;
	padding: 5px;
	background-color: #FCCAE4;
}

/* Linke Spalte */
#LeftCol
{
	width: 120px;
	height: 100%;
	float: left;
	position: relative;
	margin-left: -120px;
	margin-right: 0px;
	background-color: #FCCAE4;
}

/* Rechte Spalte */
#RightCol
{
	width: 120px;
	height: 100%;
	float: right;
	position: relative;
	margin-right: -120px;
	margin-left: 0px;
	background-color: #FCCAE4;
}

/* Hauptspalte */
#MainCol
{
	float: left;
	width: 100%;
	position: relative;
	margin: 0;
	background-color: #FEDBED;
}

/* Footer.Bereich */
#Footer
{
	/*height: 200px;*/
	width: 100%;
	background-color: #FEDBED;
}

/*  */
#Outer
{
	border:solid white 0px;
	/*/*/ border-left-width: 120px ;	/* NN4-Hack versteckt Ränder */
	border-left-color: #FCCAE4;	/* Farbe linke Spalte */
	border-left-style: solid;
	/*/*/ border-right-width: 120px;	/* NN4-Hack versteckt Ränder */
	border-right-color: #FCCAE4;  /* Farbe rechte Spalte */
	border-right-style: solid;
	background-color: #FEDBED; /* Farbe mittlere Spalte */
	width: auto;
}

/* innere Bereiche */
#Inner
{
	margin:0;
	width:100%;
}

/* Aussenbereich */
#Outer>#Inner
{
	border-bottom: 1px solid #000000;
}

/* Alles löschen */
.clr
{
	clear: both;
}

/*  */
.Content
{
	padding: 5px;
}

/* Bilderbox */
.ContentPicBox
{
	width: 200px;
	height: auto;
	margin: 0px;
	padding: 5px;
	/*border-width: 1px;*/
	/*border-color: #FF0000;*/
	/*border-style: solid;*/
	/*overflow: auto;*/
	overflow: hidden;
	/*float: left;*/
	z-index: 0;
}

/* Textformate */
H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #6B727D;
}

H3
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #6B727D;
}

P, UL, OL
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	color: #6B727D;
}

A:link
{
	color: #154489;
	text-decoration: none;
}

A:visited
{
	color: #154489;
	text-decoration: none;
}

A:hover
{
	color: #4B7FCE;
	text-decoration: none;
}

A:active
{
	color: #4B7FCE;
	text-decoration: none;
}

/* Horizontale Linie */
HR
{
	height: 4px;
	color: #FB7EBF;
	background-color: #C4086A;
	border: 1px outset;
}