

/* Seiten-Elemente */

body { 
	font:10pt/16pt 'trebuchet ms', arial, helvetica, sans-serif;
	color: #6E6EFF;
 	background-color: #6E6EFF; 
    margin: 0px auto; 
    padding: 0;
	text-align:center;
	}
	
p { 
	font:10pt/16pt 'trebuchet ms', arial, helvetica, sans-serif;
	color: #6E6EFF; 
	margin-top: 0px; 
	text-align: left;
	}

h1 { 
	font: bold 18pt/16pt futura,verdana,arial;
    color: #FF780A;
	padding-top: 80px;
	margin-left: 475px;
	}
	
h2 { 
	font: bold 9pt/12pt futura,verdana,arial; 
    color: #FF780A;
	margin-top: -5px; 
	margin-left: 475px;
	}
	
h3 { 
	font: bold 10pt/16pt 'trebuchet ms', arial, helvetica, sans-serif; 
	margin: 25px 0 5px 0; 
    border-bottom: 1px dashed #fff;
	color: #6E6EFF;
	text-align: left;
	}

td,li {
	text-align: left;
}


a:link { 
	text-decoration: none; 
	color: #6E6EFF;
	}
a:visited { 
	text-decoration: none; 
	color: #6E6EFF;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #6E6EFF;
	}

img
        {
        margin:0;
        border:1px dashed #fff;
        }

img#nixrand
        {
        margin:4px;
        }

#container{
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0;
	margin-left: -370px;
	padding: 0px;
	width: 740px;
	height: auto;
	background-image: url(schatten.gif);
	background-repeat: repeat-y;
	background-position: 729px 0;
}

#kopf{
	position:relative;
	margin: 0px auto;
	padding: 0px;
	width: 740px;
	height: 180px;
	float: left;
	background-image:url(logo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}


#border {
        width:728px;
	background-color: #C8C8FF; 
        border-bottom: 1px dashed #fff;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
	}

#content {
	position: relative;
	float: left;
	margin: 0;
    padding: 0;
    width:729px;
    height: auto;
	background-color: #C8C8FF;
	padding-bottom: 20px;
	}
	
#schatten
        {
        position:relative;
        float:right;
        overflow:hidden;
	background: url(schatten.gif) top left; 
        left:1px;
        width:10px;
        top:-1px;
        height:1000px;
        margin-bottom:0px;
        z-index:2;
        }
#navigation
        {
	/* background: url(navi_bg.jpg) no-repeat top left; */
        position:relative;
        float:left;
        top:30px;
        width:175px;
        height:158px;
        z-index:1;
        padding-left:22px;
        font: bold 10pt/16pt 'trebuchet ms', arial, helvetica, sans-serif; 
	text-align: left;
        }
#navigation ul
        {
        padding-left:3px;
        border-left: 1px dashed #fff;
        list-style-type: none;
        }
#navigation li
        {
	margin-left: 10px;
        }
#texte
        {
        position:relative;
        float:left;
        top:20px;
        margin-left:40px;
        width:440px;
        }
p.small {
        font-size:9px;
        }


