html, body {
background:rgb(220,210,160);
height:100%;
font-family: Arial,Helvetica,sans-serif;
color: rgb(5,10,0);
font-size: 12px;
}

/* TextFormatierung fuer Artikel */
.artikel {
font-family: Courier New,Courier,monospace;
color: rgb(0,05,05);
font-size: 13px;
text-align:justify;
}

/* Umfassender Rahmen */
.Box {
	position:absolut;
	top:0px;
	left:0px;
	height:100%;
	text-align:left;
}

/* Menue */
.Menu {
	position:absolute;
	top:0px;
	left:0px;
	width:190px;
	height:100%;
	text-align:right;
	background-image:url(menu.png);
	background-repeat:repeat-y;
}
div.Menu a:link, a:hover, a:active {
	font-size:16px;
	text-decoration:none; 
}
div.Menu a:visited {
	font-size:15px;
	text-decoration:none; 
}

/* Trennlinie zwischen Menue und Content */
.Spacer {
	position:absolute;
	top:0px;
	left:190px;
	width:30px;
	height:100%;
	background-image:url(spacer.png);
	background-repeat:repeat-y;
}

.SpacerV {
	position:absolute;
	top:100%;
	left:0px;
	width:240px;
        height:60px;
	background-image:url(spacer-v.png);
	background-repeat:no-repeat;
}

/* Der Inhalt */
.Content {
	position:absolute;
	top:0px;
	left:220px;
	height:100%;
	padding:25px;
}
div.Content a:link {
font-size: 12px;
color:rgb(0,0,255);
text-decoration:none; 
}
div.Content a:hover, a:active {
font-size: 12px;
color:rgb(0,0,255);
text-decoration:underline;
}
div.Content a:visited {
font-size: 12px;
color:rgb(20,20,235);
text-decoration:none; 
}

/* Schrift */

/* Spezielle Tags */

