/* andreahusak.de                                  */
/* horn@fienehorn.de                               */

/* stylesheet-deklarationen                        */

/* realisierung:                                   */
/* fiene,horn. Büro für Medien und Kommunikation   */
/*             www.fienehorn.de                    */




/* allgemein */

* {
	border: 0px;
	font-family: "lucida grande", "lucida sans unicode", geneva, verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}




/* <body></body> */

body
{
	/* background-color: #456; */
	background-color: #484b44;
	text-align: center;
}




/* links */

a:link
{
	color: #b53705;
	text-decoration: none;
}

a:visited
{
	color: #b53705;
	text-decoration: none;
}

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

a:active
{
	color: #b53705;
	text-decoration: underline;
}

a:focus
{
	color: #b53705;
	text-decoration: underline;
}

a.audio:link, a.audio:visited, a.audio:hover, a.audio:active, a.audio:focus
{
	background-image: url("/pool/icon_audio.gif");
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding-left: 23px;
}

a.video:link, a.video:visited, a.video:hover, a.video:active, a.video:focus
{
	background-image: url("/pool/icon_video.gif");
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding-left: 23px;
}





/* boxformatierungen */

#balken_inhalt
{
	background-image: url("/pool/hintergrund.jpg");
	height: 477px;
	left: 50%;
	margin-left: -380px;
	top: 10px;
	position: absolute;
	text-align: left;
	width: 760px;
}

#balken_hintergrund
{
	background-color: #fff;
	height: 497px;
	left: 50%;
	margin-left: -390px;
	position: absolute;
	top: 80px;
	width: 780px;
}

#balken_text
{
	width: 420px;
}

#container
{
	text-align: center;
	width: 100%;
}




/* absatzformatierungen */

#balken_text p
{
	margin-left: 11px;
}

#balken_text ul
{
	list-style-type: none;
	margin-left: 11px;
}




/* navigationsleiste */

#navigation
{
	height: 20px;
	margin-bottom: 40px;
	margin-left: 2px;
	position: relative;
	width: 388px;
}

#navigation ul
{
	color: #fff;
	height: 20px;
	padding: 0;
}

#navigation ul li
{
	display: inline;
	font-size: 12px;
	height: 20px;
}

#navigation ul li a
{
	color: #fff;
	float: left;
	font-size: 12px;
	height: 16px;
	padding-right: 12px;
	text-decoration: none;
}

#navigation ul li a:hover
{
	background-color: #fff;
	color: #b53705;
	height: 16px;
	font-size: 12px;
}




/* logos */

.logo {
	margin-right: 9px;
}
