/* --------------------------------------
Defintionen f�r Menue und Hauptfenster
--------------------------------------*/
body,html {
    font-size: 14px;
}

#logo {
	width: 92px;
	height: 106px;
	float:left;
}
#Button {
	background-image: url("gfx/Button.gif");
	width: 200px;
	height: 30px;
	position: absolute;
	float:left;
}
#ButtonText {
	margin-top: 8px;
	width: 200px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
#top_menu{

	padding-top: 10px;
	width: 1065px;
	height: 100px;
	position: absolute;
	left: 100px;
	top: 10px;
}
#sponsoren {
	width: 92px;
	position: absolute;
	left:0px;
	top:106px;
}
#main{
	visibility: hidden;
	clear:left;
	width: 1065px;
	height: 560px;
	margin-top: 10px;
	position:absolute;
	left:100px;
	top:60px;
	margin: 0;
	padding: 0;
	z-index: 1;
}
#dropdown{
	position: absolute;
	left:320px;
	top: 48px;
	width: 200px;
	height: 500px;
	visibility: hidden;
	padding-top:10px;
	z-Index:2;
	background-image: url('gfx/DropDownBack.gif');
}

/* --------------------------------------
Boxen bei Einheiten
--------------------------------------*/
.contentbox{
	float:left;
	position:absolute;
	z-index:1;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#timeline {
	border: solid 2px #8c9801;
	border-top: solid 4px #8c9801;
	border-left: solid 4px #8c9801;
	border-bottom: solid 4px #8c9801;
	height: 542px;
	width: 197px;
	margin: 0;
	padding: 0;
	float:left;
}
#material{
	width: 380px;
	height: 141px;
	border: solid 2px #8c9801;
	float:clear;
	padding: 0;
	margin: 0;
	overflow:auto;
}
#materialordnungsrahmen{
	float:left;
}
#ordnung{
	width: 380px;
	height: 144px;
	border: solid 2px #8c9801;
	border-bottom: solid 4px #8c9801;
	float:clear;
	padding: 0;
	margin: 0;
	overflow:auto;
}
#beschreibung{
	width: 380px;
	height: 249px;
	border: solid 2px #8c9801;
	border-top: solid 4px #8c9801;
	float: left;
	overflow: auto;
	z-Index:1;
}
#ablauf{
	width: 439px;
	height: 249px;
	border: solid 2px #8c9801;
	border-top: solid 4px #8c9801;
	border-right: solid 4px #8c9801;
	float:left;
	overflow: auto;
	text-align:center
}
#video{
	border: solid 2px #8c9801;
	border-bottom: solid 4px #8c9801;
	border-right: solid 4px #8c9801;
	margin: 0;
	padding: 0;
	height: 289px;
	float: left;
	width: 439px;
}
#PrintButton {
	position: relativ;
	border-right: solid 2px #8c9801;
	border-top: solid 4px #8c9801;
	border-bottom: solid 2px #8c9801;
	height: 38px;
	width: 118px;
	padding-top:18px;
	padding-left: 80px;
}
/* --------------------------------------
Boxen f�r Philosophie und Regelwerk
--------------------------------------*/
#TextBoxPhilo {
	position: absolute;
	left: 0px;
	top: 0px;
	float:left;
	border: solid 4px #8c9801;
	width: 581px;
	height: 542px;
	z-index: 2;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}
#Fotos {
	position: relative;
	left: 569px !important;
	top:283px !important;
	left: 571px;
	top: 276px;
	text-align:center;
	border: solid 4px #8c9801;
	border-left: 0px;
	margin: 0;
	padding: 0;
	height: 251px;
	float: left;
	width: 451px;
	z-index: 1;
}
#videoInhalte {
	border: solid 4px #8c9801;
	border-bottom:0px;
	border-left: 0px;
	margin: 0;
	padding: 0;
	height: 289px;
	float: left;
	width: 447px;
	position: absolute;
	left: 581px;
	top: 0px;
}



/* --------------------------------------
Styledefinition f�r Texte 
--------------------------------------*/
h1 {
	color: #cc0000;
}
h2 {
	color: #00A300;
}
h3 {
	color: #7AA37A;
	margin-bottom: 3px;
}
a:link { 
	color: #cb2e1d
}
a:visited {
	color: #cb2e1d
}
a:hover {
	color: #ff2f1f
}
a:active {
	color: #ff2f1f
}
.Nacher:visited {
	color: #00A300;
}
.Merke {
	margin-left: 20px;
}
.RegelWerk�ber {
	color: #cb2e1d;
	font-style: bold;
	padding-top: 10px;
}
.RegelWerkUnter {
	color: #00A300;
}
.RegelWerkAchtung {
	color: #ff0000;
}
body {
}
#back {
	width:360px;
	min-height:100%;
	height:600px;
	position: absolute;
	top: 0px;
	right:0px;
	z-index: -1;
	background: url(Wasserzeichen.JPG) repeat-y;
}