/************************************************************

    Program:      knoop.de

    File:         style.css

    Description:  CSS Stylesheets

    Author:       Daniel Orrú (do) www.dohmsoft.de
    
    

    ************************************************************/
 @charset "utf-8";

body {
	background-color: #ffffff;
	font-size: 10pt;
	font-family: arial, sans-serif;
	color: #000000;
}

a:link {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: #87a329;
	font-weight: normal;
}

a:active {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

table {
	border-collapse: collapse;
}
 
#popup {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: #ffffff;
	vertical-align: top;
	text-align: left;
}

@media
print
{
.MasterPage {
	display: none;
}
.PrintNavigation {
	display: none;
}
}
 
li {
	list-style-type: square;
	list-style-position: outside;
}

.ds_error {
	color: #993333;
	text-align: left;
}

.ds_form {
	text-align: left;
}

td {
	font-size: 10pt;
}

.maintd {
	border: 0px #000000 solid;
	font-size: 10pt;
}

.txt_link {
	font-size: 10pt;
	font-weight: normal;
}

.linie {
	border-width: 1px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-color: #89c8c0;
	border-style: dashed;
}

.navigation1 {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-transform: uppercase;
	padding-right: 15px;
}

.navigation1M2 {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	padding-right: 15px;
}

.navigation1_aktiv {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-transform: uppercase;
	padding-right: 15px;
	color: #87a329;
}

.titel {
	padding-left: 5px;
	font-size: 16pt;
	color: white;
	text-transform: uppercase;
}

.inhalt {
	padding-left: 35px;
}

h1 {
	font-size: 12pt;
	font-weight: normal;
	color: #575e45;
	text-transform: uppercase;
}

h2 {
	font-size: 11pt;
	font-weight: normal;
	color: #575e45;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #575e45;
}