@charset "utf-8";
/* CSS Document */

a {
 -webkit-tap-highlight-color:rgba(90,90,90,0.4); /* R,G.B,Alpha */
  text-decoration: none;
  color: #a7a9ac;
}

#header {
	position: relative;
	top: 20px;
	width: 800px;
	height: 139px;
	background-image: url(../img/visual.jpg)
}

#menubarseparator {
	width: 800px;
	height:22px;
	background: #060a09;
}

#menubar {
	width: 800px;
	height:22px;
	background: #a7a9ac;
}
#menubar a {
	text-decoration: none;
	color: #000;
}
#menubar a:hover {
	text-decoration: underline;
}
#menubar .sel {
	text-decoration: underline;
}


#content {
	width: 800px;
}

.bgleftbar {
	background: #090c0b;
}

.bgrightbar {
	background: #060a09;
	min-height: 208px;
}

#leftbar {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 320px;
	min-height: 356px;
}

#leftbarAnleitung {
	margin-top: 520px;
	margin-bottom: 30px;
	width: 320px;
	min-height: 356px;
}

#rightbar {
	width: 480px;
}

#titlecontent {
	text-align: right;
	margin-top: 15px;
}

#url {
	width: 320px;
	margin-top: 2px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight:bold;
	text-align: center;
}
#menuitems {
	width: 480px;
	margin-top: 2px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight:normal;
	text-align: left;
}

.menuitem {
	padding-left: 40px;
	padding-right: 40px;
}

.bodycopy {
	margin: 40px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight:normal;
	color: #a7a9ac;
}