/* CSS Document */

  body {
	height: 100%;
	width: 100%;
	color: white;
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
  }
  
#container {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

#container-left {
	width: 140px;
	height: 100%;
	float: left;
	text-align: center;
}

.container-menu {
	width: 116px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	clear: left;
	text-align: left;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
}

#menu, #submenu {
	margin: 0;
	padding: 0;
}

#menu li, #submenu li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: right;
	list-style-type: none;

}

.menu_no a, .menu_act a {
	text-decoration: none;
	color: white;
	background-image: url(../grafiken/bg2.gif);
	background-repeat: repeat-y;
	display: block;
	padding: 5px;
}

.menu_act a {
	color: #000000;
	text-align: left;
	background-image: url(../grafiken/bg3_act.gif);
}

.menu_act a:hover {
	text-align: right;
}

.menu_no a:hover {
	color: #000000;
	background-image: url(../grafiken/bg.gif);
}



#container-right {
	width: 1060px;
	height: 100%;
	overflow: auto;
	float: left;
	text-align: left;

}

#container-top {
	height: 90px;
	width: 920px;
	font-size: 13px;
	margin-left: 70px;
	margin-right: auto;
	margin-top: 40px;
}

#container-top h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#container-content {
	margin-right: auto;
	margin-left: 70px;
	width: 950px;
	overflow: auto;
}

#container-content a {
 	color: 6699CC;
 	text-decoration: none;
 	font-weight: normal;
}

#container-content a:hover {
 	font-weight: bold;
}


/* ---------- Formular ---------- */

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

input, select, textarea {
  font-size:10px;
}
