/*
Farben:
Dunkelblau: #003979
Mittelblau:	#4d6399
Hellblau:   #afb5d1
DH-Magenta:	#cc007a
Stahlgrau:	#e2e3e5
*/


:focus 		{ -moz-outline: none; }

body
{	-moz-outline: none;	
	color: #505050;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
}


/* SCHRIFTBILD */

a:link, a:visited, a:active
{	color: #505050;	
	text-decoration: none;
}

a:hover
{	color: #505050;
	text-decoration: underline;
}

.weiss
{	color: #FFFFFF;
}

.aweiss:link, .aweiss:visited, .aweiss:active
{	color: #FFFFFF;	
	text-decoration: none;
}

.aweiss:hover
{	color: #FFFFFF;	
	text-decoration: underline;
}

.inhalt
{ 	display: block;
	width: 140px;
	height: 21px;
	background:#e2e3e5;
	padding: 2px 0px 0px 10px;
	border: solid 0px #FFFFFF;
	border-top: 1px;
}
.inhaltb, .inhaltb:link, .inhaltb:visited, inhaltb:active
{	color:#606060;
	display: block;
	width: 140px;
	height: 17px;
	background:#f0f0f0;
	padding: 1px 0px 1px 10px;
	text-decoration:none;
}

.inhaltb:hover
{	color:#606060;
	display: block;
	width: 140px;
	height: 17px;
	background:#f8f8f8;
	padding: 1px 0px 1px 10px;
	text-decoration:none;
}

h1
{	font-size: 16px;
	font-weight: normal;
	line-height: 17px;
	color: #FFFFFF;
	margin: 0px 0px 17px 0px;
}

h2
{	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #cc007a;
	margin: 0px 0px 17px 0px;
}

h3
{	font-size: 11px;
	font-weight: bold;
	color: #808080;
	margin: 0px 0px 11px 0px;
}

.mark
{	font-weight: bold;
	color: #cc007a;
}

br
{	line-height: 11px;
}

.br25
{	line-height: 25px;
}

ul
{	list-style-image: url(../elemente/liste.gif);
	margin: 0px;
	margin-left: 16px;
}

li
{	margin-bottom: 11px;
}



/* LAYOUTELEMENTE */

/* Textfeld */

.textfeld
{	width: 450px;
}

/* Rahmen Illustrationen */
.illrahmen
{	position: relative; 
	width: 530px; 
	height: 180px;
}

/* Hintergrund Illustrationen */
.illgrau
{	position: absolute; 
	width: 505px; 
	height: 150px; 
	left: 0px; 
	background: #e2e3e5; 
	z-index: 1;
}

/* Linie Illustrationen */
.illlinie
{	position: absolute;	
	width: 100%;
	height: 125px; 
	border: solid 0px #FFFFFF; 
	border-bottom: 1px; 
	z-index: 4;
}

/* Container für Bilder - Weite variabel */
.illcontainer
{	position: absolute; 
	width: 530px; 
	height: 150px; 
	z-index: 2; 
	top: 24px; 
	text-align: right;
}

/* Bildformatierung */
.illimg
{	float: right; 
	border: 0px; 
	margin: 0px 0px 0px 5px; 
	z-index: 3;
}


.imgl, .imgl:link, .imgl:active, .imgl:visited
{	border: solid 1px #e2e3e5;
	margin-top: 21px;
}

.imgl:hover
{	border: solid 1px #cc007a;
	margin-top: 21px;
}

.imglh, .imglh:link, .imglh:active, .imglh:visited
{	border: solid 1px #e2e3e5;
}

.imglh:hover
{	border: solid 1px #cc007a;
}

.imglink
{	width:130px; 
	height:130px; 
	padding: 9px; 
	text-align: center; 
	background: #e2e3e5;
	float: left;
	margin-right: 10px;
}

.imglbr
{	clear: left;
	line-height: 10px;
}
