body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
a {
	text-decoration: none;
	font-weight:bold;
}
#outer {
	text-align:left;
}
#navi {
	text-align:right;
	font-size:12px;
}
#footer {
	text-align:center;
	font-size:10px;
}
.boxContentSub {
	clear:both;
	text-align:right;
	width:37%;
	padding:2%;
	float:left;
	font-size:200%;
	font-weight:bold;
}
.boxContent {
	width:44%;
	padding:2%;
	padding-right:10%;
	padding-top:50px;;
	float:left;
}
h1, h2, h3 {
	margin:0px;
}
h1 {
	font-size:200%;
}
h2 {
	font-size:150%;
}
h3 {
	font-size:120%;
}
p {
	text-align:justify;
}
.left 	{float:left; margin:5px;}
.right 	{float:right; margin:5px;}
a img{
	border: 1px solid;

}

/*Layout****************************************************/
body {
}
#body2 {
	overflow:hidden;
	padding:0px;
	margin:0px;
}
#header {
	margin-right:5px;
	margin-left:5px;
	width:844px;
	font-size:24px;
	font-weight:bold;
	text-align:left;
}
#box {
	margin:5px;
	overflow:auto;
	overflow-x:hidden;
	border: 3px solid;
	height:385px;
	padding:5px;
}

#navi, #footer, #content, #banner {
	width:100%;
	float:none;
}

#content{
	border-top: 1px solid;
	border-bottom: 1px solid;
}
#banner {
	height:118px;
}
#outer {
	text-align:left;
	width:862px;
	border: 1px solid;
}
h1 {margin:0px;}
/*Farben****************************************************/
body {
	color:#000000;
}
#body1 {
	background-color:#000000;
}
#body2 {
	background-color:#FFFF66;
}
#box {
	background-color:#FFFF99;
	border-color:#000000;
}
#header{
	color:#808080;
}
#navi {
	background-image: url(imgs/naviBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:right;
}
#banner {
	background-image:url(imgs/bannerBG.jpg);
}
#navi, #footer {
	background-color:#5a554f;
}
#content {
	background-color:#000000;
	border-color: #000000;
}
#outer {
	border-color: #000000;
}
a, a img {
	color:#5a554f;
	border-color: #FFFFFF;
}a:hover {
	color:#CCCCCC;
	border-color: #FFFFFF;
}
#body1 a {
	color:#FFFFFF;
}#body1 a:hover, #body1 .activeLink  {
	color:#999999;
}