
html {
   min-height:101%; /*Scrollbar immer anzeigen*/
}

body {
	background-color: #0b4988;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #ffffff;
	font-size: 14px;
}

#border {
	position: relative;
	top:119px;
	left:0;
	width: 650px;
	margin:0 auto;
	height:20px;
}

#frame {
   width:1000px;
   margin:0 auto;
   padding-left:220px;
}

#sidebar {
   position: relative;
   width: 350px;
   height: 400px;
   top: 15px;
   left: -200px;
}

#menu_bar {
	position: static;
	top:0;
	left:0;
   /*
   padding-left:250px;
   */
	width: 1000px;
	margin:0 auto;
	height: 139px;
	min-width: 650px;
	text-align: left;
	background-color: #0b4988;
}

#content {
	/*
   margin-top:140px;
   */
   position:static;
   top:0;
	left:0;
   /*
   padding-left:250px;
   */
   min-width: 650px;
   width: 650px;
   margin: 0 auto;
   text-align:justify;
}

a {
	color: #ffffff;
	border: 0px none;
}

a > img {
	border: 0px none;
}

.normal {
	color: #FFFFFF;
}

td,th {
	color: #FFFFFF;
}

embed {
	overflow: hidden;
	border: 0px none;
}

a:active, a:focus {
   outline: 0;
}

.marked {
   color: #ffff00;
}

.Stil1 {
	font-weight: bold;
}

.Stil2 {
	font-size: 12px;
}

.Stil13 {
	font-size: 18px;
	font-weight: bold;
}

.Stil4 {
	font-size: 16px;
	font-weight: bold;
}
