@charset "utf-8";
/* CSS Document */

.header{
	width:700px;
	height: 121px;
	background-color:#000;
}
.menu{
	font-family:"Courier New", Courier, monospace;
	width: 700px;
	height: 40px;
	border-bottom:2px solid #f2f2f2;
}
/* Absolute Höhe: 40px
	Relative Höhe ohne Padding: 28px
	Padding: 12px;
*/
div.menuitem{
	width: 20%;
	height: 28px;
	float: left;
	padding-top: 12px;
}
div.menuitem:hover{
	background:#f2f2f2;
}
.itemAbout{
	background-color:#f2f2f2;
	width: 20%;
	height: 28px;
	float: left;
	padding-top: 12px;
}
div.itemAbout:hover{
	background:#f2f2f2;
}
.itemClanpage{
	background-color:#5e1212;
	width: 20%;
	height: 28px;
	padding-top: 12px;
	float: left;
}
div.itemClanpage:hover{
	background: #f2f2f2;
	color:#000;
}
.content{
	width:700px;
	height: 800px;
}
.frame{
	width: 700px;
	height: 800px;
	overflow: scroll;

}
.hr{
	width:698px;
	color: #f2f2f2;
	background-color: #f2f2f2;
	border: 1px solid;
}
.aItems{
	color: #000000;
}

.aboutH1{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:14px;
	color: #777777;
	text-align:center;
}


.pabout{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	color: #999999;
}

.pvorstand{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	color: #999999;
}
a:visited { color:#000; }
a:active { color:#000; }
a:hover { color:#000; }
a:link { color:#000; }

	






