
body {
	font-family: verdana, arial, sans-serif;
	background-color: #000033;
	color: #000000;
}




/*id definitions*/
#topline {
	position: absolute;
	text-align: center;
	top: 5px;
	left: 10px;
	width: 940px;
	height: 120px;
	
	border-width: 3px;
	border-style: solid;
	border-color: #333333;

	background-color: #EFEFEF;

}
#navileiste {
	position: absolute;
	
	left: 13px;
	width: 900px;
	height: 15px;
	top: 112px;

	background-color: #EFEFEF;
	font-size: 9pt;

}


#contents {
	position: absolute;

	top: 135px;
	left: 10px;
	width: 728px;
	border-width: 3px;
	color: #ffff00;
	border-style: solid;
	border-color: #AA3333;
	background-color: #3333AA;
}
#contentarea {
	position: absolute;

	top: 135px;
	left: 10px;
	width: 728px;
	border-width: 3px;
	color: #ffff00;
	border-style: solid;
	border-color: #AA3333;
	background-color: #3333AA;
}


#rightbox {
	position: absolute;

	top: 135px;
	left: 750px;
	height: 900px;
	width: 150px;
	
	border-width: 3px;
	border-style: solid;
	border-color: #AA3333;
	background-color: #3333AA;

}

#sidescraper {
position: absolute;

	top: 150px;
	left: 710px;
	width: 160px;
	height: 800px;
}


.article {
	width: 100%;
    float: left;
}
.smallinks{
	font-size: 10px;
}
.rightcontentbox{
	font-size: 10px;
	float: right;
    width: 300px;
}
.leftcontentbox{
    position: relative;
    width: 300px;
    float: left;

}

.fullimg {
	width: 500px;
	
	border-width: 1px;
	border-style: dashed;
	border-color: #000000;
	background-color: #FFFFFF;
	float:left;
	
}
.leftimg {
	float: left;
}
.rightimg {
	float: right;
}
.smallimg {
	width: 168px;
	height: 168px;
	border-width: 1px;
	border-style: dashed;
	border-color: #000000;
	background-color: #FFFFFF;
	float: left;
	margin: 2px;
	text-align: center;
	vertical-align:middle;
	
}
.sitepicture {
	width: 165px;
	height: 185px;
	border-width: 1px;
	border-style: dashed;
	border-color: #000000;
	background-color: #FFFFFF;
	float: left;
	margin: 2px;
	text-align: center;
	vertical-align:middle;
	
}
.leiste {
	width: 99%;
	height: 40px;
	border-width: 1px;
	border-style: dashed;
	border-color: #000000;
	background-color: #333333;
	float: left;
	margin: 2px;
	text-align: center;
	vertical-align:middle;
	
}




/* definitions applying to the logo */
.logo {
	position: absolute;

	top: 20px;
	left: 20px;
}

.topmenu {
	position: absolute;

	top: 5px;
	left: 5px;
	width: 267px;
	height: 80px;


	background-color: #EFEFEF;

}
.footer {
	position: absolute;

	top: 1000px;
	left: 5px;
	width: 267px;
	height: 80px;


	background-color: #EFEFEF;

}

.sitemenu {
	position: absolute;

	top: 360px;
	left: 5px;
	width: 200px;

	background-color: #EFEFEF;

}

.smallinks{
 background-color: #EFEFEF;
 color: #000000;
}
/*Standard überschreibung */ 
img{
	border-width: 0px;
   }


a:link {
	color: #FF3300;
	text-decoration: underline;
	}
a:visited{
	color: #FF3333;
	text-decoration: underline;
	}
a:hover {
	background-color: #000000;
 	text-decoration: underline;
}

h1 {
	text-align: center;
}

h2 {
	width: 100%;
	background-color:#000000;
	color:#FF8800;
	font-size: 18px;
}

.menu h2 {

	font-size: small;
}

.content h2 {
	background-color: #3E3854;
	border: 1px solid #DEFF00;
	padding: 5px;

	font-size: large;

	margin-bottom: 5px;
}





