body 
	{
        font-family: Verdana, Geneva, Arial, sans-serif;
	color: white;
	background-color: black;
	margin: 0px;
	}

/* Blockelemente DIVs */

#horizon        
	{
        color: white;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 20%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: hidden;
	/* display: block; */
	}

#content-frame    
	{
        overflow: visible;
        visibility: visible;
        /* background-color: blue; */
	margin-left: -285px;
	position: absolute;
	top: -80px;
	left: 50%;
	width: 570px;
	height: 490px;
	/* border: 5px solid green; */
	}

#content-main
        {
        overflow: visible;
        visibility: visible;
        /* background-color: yellow; */
        /* margin-left: -280px; */
        /* position: absolute; */
        /* top: -45px; */
        width: auto;
        height: 450px;
        /*  border: 2px dotted black; */
        }

#content-left
        {
        overflow: visible;
        visibility: visible;
        background-color: black;
        width: 230px;
        height: 100%;
        border-right: 1px solid white;
        /* border-left: 1px solid white; */
        float: left;
        position: relative;
        text-align: left;
        padding: 3px;
        }

#content-right
        {
        overflow: hidden;
        visibility: visible;
        background-color: black;
        width: 320px;
        height: 98%;
        float: right;
        text-align: left;
        /* border: 1px dotted #666; */
        /* float: right; */
        }

#content-right-overflow
        {
        overflow: auto;
        visibility: visible;
        background-color: black;
        width: 320px;
        height: 98%;
        float: right;
        text-align: left;
        /* border: 1px dotted #666; */
        /* float: right; */
        }

#footer
        {
        visibility: visible;
        overflow: auto;
        clear: both;
        margin-top: 50px;
        width: 120%;
        font-size: 0.8em;
        }

/* Textformatierungen content-left */

#content-left ul 
        {
        font-size: 0.6em;
        list-style-type: none;
        line-height: 20px;
        }

#content-left ul .activelink
        {
        color: #888;
        font-size: 2em;
        font-weight: bold;
        }

#content-left ul li a
        {
        font-size: 1.2em;
        color: #888;
        text-decoration: none;
        background-color: transpartent;
        }
      
#content-left ul li a:hover
        {
        background-color: #333;
        color: #fff;
        }

/* Textformatierungen content-right */

#content-right p 
        {
        font-size: 0.8em;
        text-align: left;
        margin-left: 10px;
        }

#content-right img
        {
        margin-left: 10px;
        border: 1px solid silver;
        }

#content-right table
        {
        width: 95%;
        font-size: 0.8em;
        margin-left: 10px;
	line-height: 2em;
        padding: 2px;
        }

#content-right a
        {
        font-size: 0.9em;
        color: #888;
        text-decoration: none;
        background-color: transpartent;
	margin-left: 0px;
        }
      
#content-right a:hover
        {
        background-color: #333;
        color: #fff;
        }

/* Textformatierungen content-right-overflow */

#content-right-overflow p 
        {
        font-size: 0.8em;
        text-align: left;
        margin-left: 10px;
        }

#content-right-overflow img
        {
        margin-left: 10px;
        border: 1px solid silver;
        }

#content-right-overflow table
        {
        width: 95%;
        font-size: 0.8em;
        margin-left: 10px;
	line-height: 2em;
        padding: 2px;
        }

#content-right-overflow a
        {
        font-size: 0.9em;
        color: #888;
        text-decoration: none;
        background-color: transpartent;
	margin-left: 0px;
        }
      
#content-right-overflow a:hover
        {
        background-color: #333;
        color: #fff;
        }

/* Textformatierungen footer */

#footer ul
        {
        width:auto;
        margin:auto; 
        padding:0; 
        list-style-type:none;
        }

#footer_alt ul li 
        {
        display: inline; 
        }

#footer li 
        {
        width:auto; 
        margin:0; 
        padding:0; 
        float:left; 
        border:1px solid black;
        }

#footer ul li a 
        {
        float: left;
        padding-left: 1em; 
        padding-right: 1em;
        background-color: #111;
        color: white;
        text-decoration: none;
        border-right: 1px solid #fff;
        }

#footer ul li a:hover 
        {
        background-color: #333;
        color: #fff;
        }

#footer .nolink 
        {
        float: left;
        padding-left: 1em;
        padding-right: 1em;
        background-color: #555;
        color: white;
        border-right: 1px solid #fff;
        }

/* Textformatierungen sonstige */

img 
        {
        border: 0;
        }

h1
        {
        font-size: 22pt;
        font-weight: bold;
        }

#content-right .img-link a:hover
        {
        text-decoration: none;
        background-color: transparent;
        }
        