body{
	margin:0px;
	background-color:#FFFFFF;
	font-family:verdana, arial, helvetica, sans-serif;
}

#page{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#F00;
}

#top{
	width:100%;
	height:80px;
	background-color:#3D69CC;
	position:absolute;
	top:0px;
	left:0px;
	font-weight:bold;
	text-align:center;
}

#topLeft{
	width:200px;
	height:120px;
	color:#FFF;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	position:absolute;
	top:0px;
	left:0px;
	background-image:url("../img/start.jpg");
	background-position:right bottom;
	background-repeat:no-repeat;
	background-color:#3D69CC;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#topLeft h1{
	color:#FFF;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	margin:0px;
}

#navigationtop{
	height:20px;
	background-color:#3D69CC;
	font-weight:normal;
	font-size:12px;
	position:absolute;
	top:40px;
	left:200px;
	right:0px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	color:#fff;
}

ul#navigationtop{
    margin: 0;
    padding: 0;
    text-align: left;
    margin-left:1px;
}


ul#navigationtop li{
    list-style: none;
    float: left;
    position: relative;
    margin-right:5px;
    margin-left:15px;
    margin-top:3px;
}


ul#navigationtop li ul {
    margin: 0;
    margin-top:10px;
    padding: 0;
    display: none;
    background-color:#3D69CC;
}

* html ul#navigationtop li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
}

ul#navigationtop li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
}

ul#navigationtop li ul li {
    float: none;
    display: block;
    margin:0px;
    margin-top:3px;
}

ul#navigationtop a{
    display: block;
    text-decoration: none;
    color:#fff;
}

ul#navigationtop a:hover{
    display: block;
    text-decoration: none;
    color:#000;
}

#left{
	width:150px;
	font-size:11px;
	color:#000000;
	background-color:#ECF4F8;
    position:absolute;
    top:121px;
    bottom:0px;
    left:0px;
	border-top:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
}

#right{
	width:150px;
	font-size:11px;
	color:#000000;
    position:absolute;
    top:80px;
    right:0px;
}

#right .box{
	margin-top:10px;
	width:148px;
	font-size:11px;
	color:#000000;
	background-color:#ECF4F8;
	border:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	text-align:left;
}

#right .box h2{
	margin:0px;
	margin-bottom:5px;
	border-bottom:1px solid #000;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	background-color:#C0C0C0;
}

#right .box ul{
	margin:0px;
	margin-top:5px;
	padding-left:22px;
}

#right .box ul li{
	list-style-type:disc;
	margin-top:0px;
	margin-left:0px;
	padding-left:5px;
}

#right .box ol{
	margin:0px;
	margin-top:5px;
	padding-left:27px;
}

#right .box ol li{
	margin-top:0px;
	margin-left:0px;
}

#text{
	margin-left:160px;
	margin-right:160px;
	margin-top:90px;
	min-width:400px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	border: 0px solid #000;
	text-align:justify;
}

#text .texttop{
	margin-top:30px;
}

#text img.l{
	border:1px solid #000;
	float:left;
	margin-right:5px;
}

#text img.r{
	border:1px solid #000;
	float:right;
	margin-left:5px;
}

#text .article{
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-align:justify;
	clear:left;
	margin-top:30px;
	border: 0px solid #000;
}

#text .article h2{
	margin:0px;
	margin-bottom:5px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	border-bottom:1px solid #000;
}

#text .article h4{
	float:left;
	width:180px;
	margin:0px;
	padding-right:10px;
	margin-right:10px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-align:right;
}

#text .article h5{
	margin:0px;
	margin-left:190px;
	padding-left:5px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	border-left:1px solid #000;
}

#text .article img{
	border:1px solid #000;
	float:left;
	margin-top:0px;
	margin-right:5px;
}

#text img.right{
	border:1px solid #000;
	float:right;
	margin-top:30px;
	margin-left:5px;
}

#text h3{
	margin:0px;
	margin-top:95px;
	margin-left:50px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
}

#left .basic{
	margin-top:5px;
	margin-left:5px;
}

#left .sub{
	margin-left:15px;
}

#left a{
	text-decoration:none;
	color:#000;
}

#text a{
    text-decoration: none;
    color:#000;
}

#text a:hover{
    text-decoration: underline overline;
    color:#3D69CC;
}

#text .leftDiva{
	border:1px solid #000;
	float:left;
}


