body
{
	margin: 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	/*letter-spacing: 1px;*/
	padding: 0;
}
#container
{
	margin: 0 auto;
	width: 800px;
}
img
{
	border: none; 
}

span.klein { text-transform: lowercase; }

#kopf
{
	position: relative;
	margin: 0;
	height: 225px;
	padding: 0;
	width: 800px;
}
#kopf div
{
	position: absolute;
	top: 135px;
	right: 135px;
}
#kopf ul
{
	margin: 0;
	margin-right: 18px;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
#kopf ul.fr
{
	margin-right:  0;
}	
#kopf ul li
{
	margin-left: 10px;
	display: inline;
}
#kopf a:link, #kopf a:visited
{
	padding-left: 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../bilder/icons/link-icon-w.jpg);
	background-repeat: no-repeat;
	background-position: 0 center;
	letter-spacing: 0.1em;
}
#kopf a:hover
{
	color: #3E0015;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../bilder/icons/link-icon-rbb.jpg);
	background-repeat: no-repeat;
	background-position: 0 center;
}

#navigation
{
	margin: 0 0 0 15px;
	float: left;
	width: 205px;
	padding: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FF0033;
}
#navigation ul
{
	margin: 0;
	list-style-type: none;
	width: 150px;
	padding: 0 0 10px 0;
	background-image: url(../bilder/linie.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#navigation ul li
{
	margin: 0;
	padding: 0 0 6px 0;
}
#navigation a:link, #navigation a:visited
{
	padding-left: 12px;
	color: #FF0B5C;
	text-decoration: none;
	background-image: url(../bilder/icons/link-icon.jpg);
	background-repeat: no-repeat;
	background-position: 0 center;
}
#navigation a:hover
{
	color: #3E0015;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../bilder/icons/link-icon-b.jpg);
	background-repeat: no-repeat;
	background-position: 0 center;
}
#navigation li ul
{
	margin: 0 0 6px 0;
	padding: 0;
	background-image: none;
}
#navigation li ul li
{
	margin: 6px 0 0 0;
	padding: 0;
	background-image: none;
}
#navigation li ul li a:link, #navigation li ul li a:visited, #navigation li ul li a:hover
{
	background-image: none;
}

#inhalt 
{
	margin: 0 0 0 220px;
	width: 576px;
	color: #3E0015;
	font-size: 12px;
	padding: 0;
}
#inhalt h1
{
	margin: 0 0 15px 0;
	font-size: 11px;
	color: #ff0000;
	background-image: url(../bilder/linie.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 0 10px 0;
}
#inhalt h2
{
	margin: 0 0 8px 0;
	font-size: 11px;
	color: #ff0000;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;	
	padding: 0;
}
#inhalt h3
{
	margin: 0 0 0 0;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #3E0015;
	letter-spacing: 1px;	
	padding: 0;
}
#inhalt p
{
	margin: 0 0 18px 0;
	line-height: 17px;
	padding: 0;
}
#inhalt ul
{
	margin: 0 0 20px 14px;
	line-height: 17px;
	padding: 0;
}
#inhalt a:link, #inhalt a:visited
{
	padding-left: 12px;
	color: #ff0033;
	text-decoration: none;
	background-image: url(../bilder/icons/link-icon.jpg);
	background-repeat: no-repeat;
	background-position: 0 center;

}
#inhalt a:hover
{
	color: #3E0015;
	text-decoration: none;
	background-image: url(../bilder/icons/link-icon-b.jpg);
	background-repeat: no-repeat;
	background-position: 0 center;

}

/*Bild DL*/
#inhalt dl.portrait
{
	margin: 0 0 20px 0;
	width: 210px;
	padding: 0;
}
#inhalt dl.portrait dt
{
	margin: 0 0 3px 0;
	padding: 0;
}
#inhalt dl.portrait dd
{
	margin: 0;
	text-align: right;
	font-size: 9px;
	padding: 0;
}
/*Lebenslauf DL*/
#inhalt dl.lebenslauf
{
	line-height: 17px;
	width: 576px;
}
#inhalt .lebenslauf dt
{
	margin: 0;
	text-transform: uppercase;
}
#inhalt .lebenslauf dd
{
	margin: 0 0 20px 0;
	text-align: left;
	font-size: 12px;
}
/*EO Lebenslauf DL*/