/* allgemeine Definitionen font */
body {
	margin:	0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	background-color: #9e1c20;
	background-position: 0px 0px;
	background-image: url(/images/hintergrund.jpg);
	background-repeat: repeat-y;
}

td {
	margin:	0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #9e1c20;
	margin-bottom: 1px;
	margin-top: 1px;
}

/* links */
a:link 		{
	color: #000000;
	font-weight: bold;
}

a:visited	{
	color: #000000;
	font-weight: bold;
}

a:hover		{
	color: #9e1c20;
	font-weight: bold;
	text-decoration: none;
}

a:active	{
	color: #9e1c20;
	font-weight: bold;
	text-decoration: none;
}

/* layer */
#topbild {
	position: absolute;
	left: 142px;
	top: 0px;
}

#topbildteil2 {
	position: absolute;
	left: 635px;
	top: 0px;
}

#logo {
	position: absolute;
	left: 11px;
	top: 16px;
	z-index: 2;
}

#titel {
	position: absolute;
	left: 167px;
	top: 22px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

/* navigation */
#nav_home {
	position: absolute;
	left: 11px;
	top: 74px;
	z-index: 2;
}

#nav_ueberuns {
	position: absolute;
	left: 11px;
	top: 90px;
	z-index: 2;
}

#nav_hoerbeispiele {
	position: absolute;
	left: 11px;
	top: 110px;
	z-index: 2;
}

#nav_sehbeispiele {
	position: absolute;
	left: 11px;
	top: 132px;
	z-index: 2;
}

#nav_links {
	position: absolute;
	left: 11px;
	top: 152px;
	z-index: 2;
}

#nav_kontakt {
	position: absolute;
	left: 11px;
	top: 171px;
	z-index: 2;
}

/* inhalt */
#inhalt {
	position: absolute;
	left: 151px;
	top: 75px;
	width: 501px;
	height: 1156px;

}
