/* Main Definitions*/
body {
        font-family: Arial;
        margin: 10px;
        font-size: 11pt;
        text-align: justify;
}

p {
        text-align: justify;
        align: justify;
}

h1,h2,h3,h4
{
        font-family: Arial;
        margin-bottom: 4px;
}
h1
{
        font-size: 14pt;
        font-weight: bold;
}
h2
{
        font-size: 13pt;
}
h3
{
        font-size: 12pt;
        font-weight: bold;
}
h4
{
        font-size: 12pt;
}

.caption {
       font-size: 11pt;
       font-style: italic;
       color: #555555;
}

a
{
        color: #669933
        text-decoration: none;
}
a:visited
{
        color: #669933
        text-decoration: none;
}
a:active
{
        color: #669933
        text-decoration: none;
}
a:hover
{
        color: #669933
        text-decoration: underline;
}

#content {
        padding-top:7px;
        text-align: justify;
        align: justify;
}

#bulletlist {
        text-align: justify;
        align: justify;
}

#defaulttable {
        text-align: justify;
        align: justify;
}

/* Header Definitions*/
td#Header_Headline {
	font-size: 14pt;
	font-weight: bold;
}
td#Header_Subline {
	font-size: 12pt;
	font-style: italic;
}

DIV#Header_Info {
	font-size: 9pt;
	color: #666666;
}
DIV#Header_Kontakt {
	font-size: 9pt;
	color: #666666;
}

/* Rootline */
DIV#Rootline {
	font-size: 8pt;
	color: #000000;
}
DIV#Rootline a{
	text-decoration: none;
	color: #000000;
	font-weight: bold;		
}
DIV#Rootline a:hover{
	text-decoration: underline;	
}

/* Sidebar Definitions */
table#navigation {
    border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;	
    border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;	
	font-size: 10pt;
}
table#navigation thead{
	font-weight: bold;
	background-color: #FFCC66;
}

table#infobox {
    border-width: 1px;
	border-style: solid;
	border-color: #000000;
	font-size: 11pt;
}
table#infobox thead{
	font-weight: bold;
	background-color: #FFCC66;
}

td#thead {

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}

/* Menu Definitions */
#navigation a {
	text-decoration: none;
	color: white;
}
#navigation a:hover {
	text-decoration: none;
	color: white;
	font-weight: bold;
}
#navigation a:visited {
	text-decoration: none;
	color: white;
}
#navigation a:active {
	text-decoration: none;
	color: white;
}

td.menu-level1_no {
	background-color: #669933;
	font-size: 10pt;
}

td.menu-level1_act {
	background-color: #62BD19;
	font-weight: bold;
	font-size: 10pt;	
}

td.menu-level2_no {
	background-color: #62BD19;
	font-size: 10pt;
	padding-left: 10px;
}

td.menu-level2_act {
	background-color: #A4D867;
	font-weight: bold;	
	font-size: 10pt;
	padding-left: 10px;
}

td.menu-level3_no {
	background-color: #A4D867;
	font-size: 10pt;
	padding-left: 20px;
}

td.menu-level3_act {
	background-color: #A4D867;
	font-weight: bold;	
	font-size: 10pt;
	padding-left: 20px;
}

/* Footer Definitions */
DIV#Footer {
	font-size: 8pt;
	color: #666666;
}

/* Formular Definitions */
input, select {
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFF99;
	height: 22px;
        margin: 4px;
        padding: 1px;
}
label {
       width: 150px;
       float:left;
}
textarea {
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFF99;
}
