html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-image:url("../img/background.gif");
	background-repeat:repeat-x;
}


#ctr {
	width: 1200px;
	position:absolute;
	margin: 0px;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
}

#nav
{
	float: left;
	width: 240px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}



#main
{
	float: left;
	width: 480px;
	min-height: 1400px;
	margin: 0px;
	padding: 5px;
	line-height:1.5;
	text-align: left;
	font-size: 12px;
	color:#36342F;
	background-color:#D4CCAE;
	font-family: arial,sans-serif;
}

#head {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:150px;
}

#logo
{
	position:absolute;
	left:600px;
	top:35px;	
}

#body {
	left:0px;
	width:100%;
}

#foot {
	position:relative;
	clear: both;
	left:0px;
	width: 998px;
	height:68px;
}

/* Spielerei */
div.floatbalken
{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:15px;
	background-color: white;
	opacity:0.6;
}
div.floattext
{
	position:absolute;
	top:2px;
	right:2px;
	width:100%;
	text-align: right;
	font-size: 10px;
	color: red;
	font-family: Arial,sans-serif;
}
img.closebutton
{
	border-style:none;
	position:absolute;
	top:1px;
	left: 2px;
	/*width: 10px;
	height:10px;*/
	cursor:pointer;
	z-index:1000;
}

img.quadrat
{
	cursor:pointer;
	z-index:0;
}


/* Navigation */

.nav_spacer_active
{
	height:1px;
	background-image:url("../img/striche_rot_schmal.gif");
	/*background-color:#ff173d;*/	
}
.nav_spacer_inactive
{
	height:1px;
	/*background-color:#C9C2A4;*/
	background-image:url("../img/striche_braun_schmal.gif");
}
.nav_active, .nav_inactive
{
	text-align:left;
	height:17px;
	margin-left:30px;
	background-color:#FFFFFF;
}
.nav_active
{
	color:#ff173d;
}
.nav_inactive
{
	color:#949495;
}
.nav_sub_active, .nav_sub_inactive
{
	text-align:left;
	height:17px;
	margin-left:50px;
	background-color:#FFFFFF;
}

a.nav_active:link, a.nav_inactive:link, a.nav_sub_active:link, a.nav_sub_inactive:link,
a.nav_active:active, a.nav_inactive:active, a.nav_sub_active:active, a.nav_sub_inactive:active,
a.nav_active:visited, a.nav_inactive:visited, a.nav_sub_active:visited, a.nav_sub_inactive:visited,
a.nav_active:hover, a.nav_inactive:hover, a.nav_sub_active:hover, a.nav_sub_inactive:hover
{
	font-size:10px;
	font-family: arial,sans-serif;
}
a.nav_active:link, a.nav_active:active, a.nav_active:visited, a.nav_active:hover
{
	color:#E6082D;
}
a.nav_inactive:link, a.nav_inactive:active, a.nav_inactive:visited, a.nav_inactive:hover
{
	color:#666666;
}
a.nav_sub_active:link, a.nav_sub_active:active, a.nav_sub_active:visited, a.nav_sub_active:hover
{
	color:#E6082D;
}
a.nav_sub_inactive:link, a.nav_sub_inactive:active, a.nav_sub_inactive:visited, a.nav_sub_inactive:hover
{
	color:#000000;
}

a.toplinks:link, a.toplinks:active, a.toplinks:visited, a.toplinks:hover
{
	font-weight:bolder;
	font-family: arial,sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

/* Link Formatierungen */
a.indexlink:link,a.indexlink:active,a.indexlink:visited,a.indexlink:hover
{
	color:#36342F;
	font-size:11px;
	text-decoration:underline;
	font-weight:normal;
	margin-right:7px;
}

a.pdflink:link, a.pdflink:active, a.pdflink:visited, a.pdflink:hover
{
	color: #36342F /*E6082D*/;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
/* Links für die kleinen Bilder im Text */
a.picturelink:link, a.picturelink:active, a.picturelink:visited, a.picturelink:hover
{
	color: #36342F /*#E6082D*/;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

a.linksitelink:link, a.linksitelink:active, a.linksitelink:visited, a.linksitelink:hover
{
	font-family: Arial, sans-serif;
	color: #000000;
	font-size:12px;
	margin-bottom: 0px;
	text-align: left;
	font-weight: bold;
	
}

a:link, a:visited, a:hover, a:active
{
	color: #295376;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}



table
{
	border-collapse: collapse;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}


h1
{
	font-family: Avenir, Arial, sans-serif;
	color: #000000;
	font-weight:normal;
	font-size:35px;
	margin-bottom: 52px;
	text-align: left;
}

h2
{
	font-family: Arial, sans-serif;
	color: #000000;
	font-size:13px;
	font-weight:medium;
	margin-top: 25px;
	margin-bottom: 0px;
	text-align: left;
	
}

h2 + h2
{
	margin-top:10px;
}

img.title + h2
{
	margin-top:0px;
}

h3
{
	font-family: Arial, sans-serif;
	color: #000000;
	font-size:12px;
	margin-bottom: 0px;
	text-align: left;
}

p.startseite
{
	font-family: Arial, sans-serif;
	color: #000000;
	font-size:13px;
	font-weight:normal;
	margin-top: 40px;
	margin-bottom: 0px;
	text-align: left;
	
}

p
{
	margin-top: 0px;
	margin-bottom: 10px;
}