/* Patrick König Softwaresolutions
www.php-coding.de
Start: 03.02.2007
Letzte Aenderung: 03.02.2007
*/
/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
html, body {
	color: #5a5a5a;
	background: #fff url(images/html-bg.png) repeat-x;
	font: 100.1% tahoma,arial,verdana,sans-serif;
	text-align: center;
	height: 100%;
}

a {
	color: #5a5a5a;
	background-color: #fff;
}

a:hover {
	color: #138bd0;
}

/* Clear Class */
.c {
	clear: both;
}

/* Absaetze */
p {
	margin: 0.5em 0 0.5em 2px;
}

h1
{
	display: none;
}

/* Lets get it started... */ 
#wrapper
{
	text-align: left;
	width: 801px;
	min-height: 100%;
	margin: 0 auto;
	background: #fff url(images/header.png) no-repeat;
	position: relative;
	font-size: 80%;
}

* html #wrapper
{
	height: 100%;
}

#navigation
{
	float: right;
	margin: 85px 0 180px 0;
	line-height: 1em;
}

#navigation li
{
	list-style: none none;
	display: inline;
}

#navigation li a
{
	text-decoration: none;
	padding: 6px 10px;
	float: left;
	margin-left: 2px;
}

#navigation li a:hover, #navigation .active a
{
	background: #424242;
	color: #fff;
}

#leftbar
{
	float: left;
	width: 170px;
}

#leftbar h2
{
	font-size: 100%;
	color: #138bd0;
	border-bottom: 1px solid #c7c7c7;
	padding: 2px 0 2px 10px;
}

#leftbar li
{
	list-style: none none;
	padding: 2px 0 2px 20px;
	border-bottom: 1px solid #c7c7c7;
}

#leftbar li a
{
	color: #138bd0;
	text-decoration: none;
}

#leftbar li a:hover
{
	color: #5a5a5a;
}

#rightbar
{
	float: right;
	width: 700px;
	margin-right: 20px;
	line-height: 150%;
}

* html #rightbar
{
	margin-right: 10px;
}

#rightbar h2
{
	color: #138bd0;
	font-weight: 400;
	font-size: 170%;
}

.box
{
}

.box li 
{
	margin-left: 16px;
}

.box_list p
{
	margin: 0 0 0 5px;
	padding: 0;
	border: 0;
}

.box_list li
{
	margin-left: 20px;
}

.boxline
{
	border-bottom: 1px solid #c7c7c7;
	padding-bottom:10px;
}

.getborder
{
	padding: 1px;
	border: 1px solid #c7c7c7;
	float: left;
	margin: 3px 10px 3px 0;
}

h3
{
	font-size: 100%;
	color: #138bd0;
}

label {
  display: block;
  float: left;
  width: 80px; /* Breite.*/
  margin: 2px 0 2px 0;
}

input, select, textarea { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;

  
	border: 1px solid #3A3A3A;
	background-color: #F7F7F7;
	padding: 2px 3px 2px 3px;
	margin: 2px 0 2px 0;
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

input#submit { /* den Submit-Button */
  float: none;
  width: auto;
  margin-left: 80px;
  background-color: #E6E6E6;
}

