body, html
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-size: 10pt;
    font-family: Verdana, Arial, Sans-Serif;
}

#header
{
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 23;
    background-image: url('header.jpg');
    background-repeat: no-repeat;
    width: 100%;
    background-color: #00a549;
    display: block;
    height: 165px;
}

#navigation
{
    position: fixed;
    border-right: 1px green solid;
    width: 280px;
    height: 100%;
    padding: 0px;
    margin: 0px;
    z-index: 30;
    float: left;
    background-color: #DAF8DB;
    overflow: auto;
    top: 165px;
    background-image: url('left.png');
    background-repeat: no-repeat;
}

/* Navigationsliste */
#navigation ul
{
    list-style: none;
    margin: 40px 0px 0px 90px;
    padding: 0px;
}

/* Punkte in der Navigationsliste */
#navigation ul li
{
    line-height: 1.4em;
}

/* Sub-Navigationsliste */
#navigation ul li ul
{
    padding: 0 0 0.6em 0.8em;
    margin: 0;
}

/* Navigation Links */

#navigation li a {
	text-decoration: none;
	font-weight: bold;
	color: black;
	font-size: 1.1em;
}

#navigation ul li ul li a {
	color: #444444;
	font-weight: normal;		
}

#navigation a:hover {
	color: #FF6633;	
}

#navigation a:active {
	position: relative;
	top: 1px;
	left: 1px;
}

#navigation ul a.selected
{
    font-style: intalic;
    color: #FF6633;
}

h2
{
    font-size: 100%;
    color: #333333;
    padding: 0px;
    margin: 14px 0px 8px 0px;
}

strong
{
    font-weight: bold;
    color: #111111;
}

#content div
{
    padding: 20px;
    margin: 0px;
}
#content
{
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    padding-left: 280px;
    padding-top: 165px;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}                                             

#content p
{
    padding: 0px;
    margin: 0px;
    padding: 4px 0px;
}


#content h1
{
    font-size: 1.2em;
    color: green;
    margin: 0px;
    padding: 10px 0px 5px 0px;
    width: 100%;
}

#content a
{
    color: #333333;
    text-decoration: underline;
}
#content a:hover
{
    color: #555555;
}
#content a:active {
	position: realtive;
	top: 1px;
	left: 1px;	
}
                          
input.checkbox
{
	margin-top: 1px;
}

div.input_left
{
	margin-top:         10px;
	background-color:   #6FD90C;
	padding-top:        5px;
	padding-bottom:     5px;
	padding-left:       5px;
	float:              left;
}

div.input_right
{
	margin-top:         10px;
	background-color:   #6FD90C;
	padding-top:        5px;
	padding-bottom:     5px;
}

div.input_description
{
	font-family:      Verdana;
	text-align:       right;
	font-size:        12px;
	padding-top:      4px;
	padding-right:    12px;
	font-weight:      bold;
}

.img_box
{
	margin:             3px;
	padding-right:      2px;
	border:             #26950B 1px solid;
	float:              left;
	text-align:         center;
	background-color:   #6FD90C;
	font-size:          11px;
}
input { 
	border-style:solid; 
	background-color:#f4f4f4; 
	color:#0080c0; 
	border-top-width: 1px;
	border-right-width: 1px; 
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #0080c0; 
	FONT-SIZE: 8pt; 
} 

textarea { 
	border-style:solid;
	background-color:#f4f4f4; 
	color:#0080c0; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	border-color: #0080c0; 
} 

select { 
	border-style:solid;
	background-color:#f4f4f4; 
	color:#0080c0; 
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px; 
	border-left-width: 1px;
	border-color: #0080c0;
	FONT-SIZE: 8pt; 
}