@charset "utf-8";


body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #000;
	overflow-y: hidden;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
.sidebar2 p {
	font-size: 9px;
	color:#5a5a5a;
}
a img {
	border: none;
	float: left;
}
.login input {
	height: 12px;
	padding: 0px;
}

input {
	height: 20px;
	padding: 0px;
}

a:link {
	color: #00ff44;
}

.sidebar1 a:link {
	color: #5a5a5a;
}

a:visited {
	color: #007a3e;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
}
header {
	width: 960px;;
	position:fixed;
	top:0;
	background: #00222b;
	height:122px;
	color: #FFFFFF;
}

.platzh_header {
	float:left;
	height: 96px;
	width: 741px;
	font-size: 9px;
}
.login{
	margin-left:auto;
	margin-right:0;
	width: 500px;
	font-size: 10px;
}
.sidebar1 {
	float:left;
	top: 125px;
	width: 220px;
	background: #EADCAE;
	padding-bottom: 2px;
	height: 1000px;
}
.sidebar2 {
	margin-left: 5px;
	float:left;
	top: 0px;
	width: 210px;
	background: #EADCAE;
	padding-bottom: 2px;
	height: 1000px;
}
.content {
   margin-left: 5px;
   float:left;
   width: 520px;
   bottom: 130px;
   top: 20px;
   bottom: 20px;
   font-size: 90%;
}
.db {
   position:fixed;
   height: 75%;
   width: 520px;
   bottom: 130px;
   overflow: auto;
   overflow-y: auto;
   top: 130px;
   bottom: 20px;
   font-size: 90%;
}

td a:link {
    color:#00222b;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px;  
}

header ul, .sidebar1 ul {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
header ul li, .sidebar1 ul li {
	border-bottom: 1px solid #666;
	float: left;
}
header ul a, header ul a:visited { 
	padding: 0px 5px 0px 15px;
	display: block; 
	width: 113px; 
    height: 23px;
	text-decoration: none;
	background: #00222b;
}
.sidebar1 ul a,.sidebar1 ul a:visited{
	padding: 0px 5px 0px 15px;
	display: block; 
	height: 23px;
	text-decoration: none;
	background: #EADCAE;
	width:200px;
}
header ul a:hover, header ul a:active, header ul a:focus { 
	background: #00485b;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sidebar1 ul a:hover, .sidebar1 ul a:active, .sidebar1 ul a:focus {
	background: #00485b;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

footer {
	height: 20px;
	width: 960px;
	text-align: center;
	font-size: 14px;
	background: #00222b;
	margin: 0px;
	color: #FFFFFF;
	position: fixed;
	clear: both;
	bottom: 0px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

header, section, footer, aside, nav, article, figure {
	display: block;
}

<!--
  /*##############################################################################
	##																			##
	##		Content Management System zur Verwaltung von Web App`s				##				
	##																			##
	##	- Verfaser:			Dominik Berger										##
	##	- Version:			1.0													##
	##	- Release Datum:	29.02.2012											##
	##	- Technologien:		HTML5,PHP											##
	##	- Copyright:		Michael de Clara & Domink Berger					##
	##																			##
	##############################################################################*/
-->