/* ### Die Hauptgestaltung ### */
/* Grundeinstellungen */
html, body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	height: 100%;
}
/* Horizontaler Hauptbalken mit den Inhalten */
#frame_main
{
	position: absolute;
	top: 200px;
    	left: 0px;
	height: 300px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;	
    	border-left: 0px;
	border-right: 0px;
	z-index: 350;
}
/* Vertikaler Balken */
#stripe_vertical
{
    position: absolute;
    top: 0px;
    height: 100%;
    left: 80px;
    width: 220px;
    z-index: 5;
    background-color: #A6BACE;
}
#stripe_vertical_right
{
    position: absolute;
    top: 0px;
    height: 100%;
    left: 280px;
    width: 20px;
    z-index: 6;
    background-color: #C4D7E9;
}
/* Themenbezogenes Bild */
#frame_image
{
	margin: 0px;
	padding: 0px;
    height: 300px;
	width: 220px;
	float: left;
	background-color: #A6BACE;
	z-index: 400;
	overflow: hidden;
}
#frame_image_border
{
	float: right;
	width: 20px;
	height: 300px;
	background-color: #C4D7E9;
}
/* ### Der Inhalt ### */
/* Bereich für den Text */
#frame_content
{
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	height: 280px;
	overflow: auto;
	z-index: 350;
	width: auto;
}
/* Mal sehen was das wird */
#content
{
	padding: 0px 10px;
	z-index: 400;
	width: auto;
	font-size: 13px;
}
/* Copyright Vermerk */
#copyright
{
	position: absolute;
	top: 505px;
	right: 5px;
	font-size: 10px;
	z-index: 500;
}


/* ### Das Menü ### */
/* Positioniert die Navigation auf der Seite */
#menu
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 200px;
    width: 300px;
    z-index: 350;
}
/* Die Menüliste */
#menu ul
{
    list-style: none;
    text-align: right;
    margin: 0px;
    padding: 5px;
    padding-right: 0px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    z-index: 400;
}
#menu li
{
vertical-align: top;
padding: 0px;
}
/* Die Menülinks */
#menu a
{
	text-decoration: none;
    color: #444444;
    display: block;
    vertical-align: top;
    height: 19px;
    line-height: 19px;
    margin: 0px;
    padding: 0px;
    padding-right: 26px;
    width: 194px;         
}

#menu a:hover
{
	font-weight: normal;
	color: #000000;
	background-repeat: repeat-y;
	background-position: right;
    background-image: url(red.gif);
    background-color: #c4d7e9;
    border: none;	
}
#menu a.blue:hover
{
    background-image: url(blue.gif);
}
#menu a.yellow:hover
{
    background-image: url(yellow.gif);
}
#menu a.green:hover
{
    background-image: url(green.gif)
}
#menu a.brown:hover
{
    background-image: url(brown.gif)
}
#menu a.red:hover
{
    background-image: url(red.gif)
}
/* ### Das Unter-Menü ### */
/* Positioniert das Unter-Menü auf der Seite */
#submenu
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 199px;
	z-index: 1;
}
#submenu span
{
	height: auto;
    position: absolute;
	bottom: 0px;
	z-index: 400;
	white-space: nowrap;
	margin: 0px 5px;
    right: 0px;
    padding-bottom: 1px;	
}
#submenu div
{
	height: auto;
    position: absolute;
	bottom: 0px;
	z-index: 400;
	white-space: nowrap;
	margin: 0px 5px;
    left: 300px;
}

/* Akutell angezeigter Menüpunkt */
#position
{
	font-size: 20px;
	font-weight: bold;
	color: #B2CCEB;
	display: inline;
	z-index: 400;
	margin: 0px;
	margin-right: 3px;
	padding: 0px;
	padding-left: 8px;
}
/* Die Unter-Menüliste */
#submenu ul
{
    list-style: none;
    margin: 0px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    z-index: 400;
    display: inline;
    padding: 0px;
}
/* Die Unter-Menüpunkte */
#submenu li
{
    display: inline;
    border-left: 1px solid #666666;
    padding: 0px 6px;
}
/* Die Unter-Menülinks */
#submenu a
{
	text-decoration: none;
	color: #333333;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
	font-size: 13px;
}
#submenu a:hover
{
	color: #B2CCEB;
	padding-left: 5px;
	padding-right: 3px;
	font-weight: bold;
	border: none;
}
p
{
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 9px;
    padding-right: 0px;
    padding-left: 0px;
    /*clear: both;*/
}
/* Text */
/*
p:first-letter
{
    font-weight: bold;
    font-size: 18px;
    padding: 0px;
    margin: 0px;
}
*/
p:first-letter
{
    font-weight: bold;
}
a:link, a:visited
{
    text-decoration: underline;
    color: #444444;
    padding-bottom: 0px; 
}
a:hover
{
    text-decoration: none;
    color: #666666;
    border-bottom: #666666 1px solid;    
}
img
{
    border: none;
}
hr
{
    border: none;
    height: 1px;
    color: #CCCCCC;
    border-bottom: 1px dotted #EEEEEE;
    clear: both;
    margin: 6px 30px;
    display: block;
}

#info_sets {
    min-width: 35%; max-width: 43%; display: block; float: right; padding: 8px; padding-top: 0px;
}
#info_sets div {
background-color: #C4D7E9;

padding: 10px;
overflow: hidden;
}
#info_sets h3 {
margin: 0px;
padding: 5px 10px;
    font-size: 14px;
    font-family: Arial, sans-serif;
font-weight: normal;

background-color: #A6BACE;
}