*	{
	margin:0;/* setze außenabstände auf null*/
	padding:0;
	border:0;
	
	}
body 
	{
	font-family: Arial, Helvetica, sans-serif;/* "Courier New", Courier, mono;/* Verdana, Arial, Helvetica, sans-serif;*/

	color: #333;
	/*background-color: #fff;/* #333;*/
	
	}

		/*mitte-container*/
div#container{
		width:1000px;
		margin-left:auto;
		margin-right:auto;
		margin-top:10px;
		/*border:1px solid black;*/
		height:100%;
		background-color: #fff;
	}

div#container-jan{
		width:1000px;
		margin-left:auto;
		margin-right:auto;
		margin-top:10px;
		/*border:1px solid black;*/
		height:100%;
		background-color: #999;
	}
	
a#startbild-regina{
	background-image:url("../bilder/regina-hennen/hintergrund.jpg");
	display: block;
	width:100%;
	height:580px;
	text-indent:-9999px;
	background-repeat:no-repeat;
}

div#logo{
position:absolute;
margin-top:10px;
margin-left:96px;
}
h1 	 /*logo*/
	{	
	font-size:20px;
	letter-spacing:2px;
	}
h1 a:link,h1 a:visited{
	color: #333;
	text-decoration:none;
	}
h1 a:hover,h1 a:focus{
	color: #004a7f;
}

h2 	 /*überschrift*/
	{	
	font-size: 10px;
	color:  #004a7f;
	letter-spacing: 2px;
	font-weight: bold;
	}
h3 	
	{	
	font-size: 9px;
	color: #004a7f;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top:10px;
	}

p{	color:#666;
	line-height:15px;
	text-align: left;
	font-size:10px;
	font-weight:normal;
	
	}

/*
	Menübereich der Webseiten
*/

div#links{
	position:absolute;
	margin-top:45px;
	margin-left:10px;
	width: 200px;
	color:  #000;
	line-height: 20px;
	text-align: right;
	text-decoration: none;
	font-size:20px;
	font-weight:bold;
	letter-spacing: 2px;
}

/*
	Inhalt rechts
*/
div#rechts{
	position:absolute;
	margin-top:150px;
	margin-left:240px;
	padding-bottom:10px;
	width:750px;
	float:left;
}
div#rechts a:link,div#rechts a:visited{
	color: #999;
	text-decoration:none;
	}
div#rechts a:hover,div#rechts a:focus{
	color: #333;
}


	/*other-q home link*/
div#home{
	position:fixed;
	left:20px;
	bottom:20px;
	width:100px;
	float:left;
	color: #999;
	font-size:10px;
	font-weight:bold;
	letter-spacing: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#home a:link,div#home a:visited{
	color: #999;
	text-decoration:none;
	}
div#home a:hover,div#home a:focus{
	color: #333;
}

.bilder
	{
	margin-bottom:10px;
	padding-right:10px;
	line-height: 50px;
	}
.bilder1
	{
	margin-right:-3px;
	}


/*
	Navigation
*/
ul#menue{
	list-style:none;
	float:left;
}

/*
	Links im Menü die nicht aktiv sind
*/
ul#menue li a:link,ul#menue li a:visited{
	color: #999;
	text-decoration:none;
	}
/*
	Links im Menu die nicht aktiv sind hover effekt
*/
ul#menue li a:hover,ul#menue li a:focus{
	color:#004a7f;
}
/*
	Link im Menu der aktiven Seite
*/
ul#menue li a.menue_aktiv:link,ul#menue li a.menue_aktiv:visited{
	color:#004a7f;
	text-decoration:none;
	}
/*
	Links im Menu die nicht aktiv sind hover effekt
*/
ul#menue li a.menue_aktiv:hover,ul#menue li a.menue_aktiv:focus{
	color:#000000;
}


.rot
	{
	color: #c30;
	}
.grau
	{
	color: #999;
	}
.blau
	{
	color:#004a7f;
	letter-spacing:2px;
	}

.topfive
	{
	margin-top:10px;
	}	
.topten
	{
	margin-top:21px;
	}	
.toptwen
	{
	margin-top:40px;
	}

/*
	biografie
*/
dl
	{
	font-size:10px;
	line-height:13px;
	color: #666;
	width:500px;
	}
dt
	{
	color: #666;
	}	
dd
	{
	margin-top: -13px;
	width: 90%;
	padding-left:70px;
	}
.bio
	{
	padding-left:50px;
	}

