
/* Stylesheet by netzflow, www.netzflow.de, Arne Tutschapsky */


/* Allgemeine Angaben */

body {
     background-color: #FFFFFF;
     height: 100%;
	 margin-left: 0px;
	 margin-top: 0px;
	 margin-right: 0px;
	 margin-bottom: 0px;
}

body, td, table, p, img, div, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
}

.clear {
	clear: both;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
}

hr {
	width: 100%;
	height: 1px;
	border-style: solid;
	border-color: #751D12;
	background: #751D12;
}


/* Inhaltsbereich, Text */

#text h1 {
	font-size: 16px;
	font-weight: bold;
	color: #751D12;
	line-height: 15px;
	letter-spacing:inherit;
	margin-bottom: 15px;
}

#text h2 {
	font-size: 13px;
	font-weight: bold;
	color: #751D12;
	line-height: 13px;
	letter-spacing:inherit;
	margin-bottom: 15px;
}

#text h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 12px;
	letter-spacing:inherit;
}

#text {
	margin-left: 10px;
	margin-right: 45px;
	margin-top: 35px;
	margin-bottom: 10px;
	color: #000000;
	font-weight: normal;
	text-align: justify;
}

#text a {
	color: #751D12;
	text-decoration: none;
	font-weight: bold;
}

#text A:hover {
	color: #751D12;
	font-style: bold;
	text-decoration: underline;
}

#text ul {
	margin-top: 15px;
	margin-bottom: 15px;   
	list-style-type: square;
	margin: 0 0 0 0;
	padding: 10px 0px 5px 15px;
}

#text td{

	text-align: justify;
}

#text .description{
	text-align: justify;
	font-size: 10px;
	letter-spacing:inherit;
}

/*  Navigation */

#balken {
	display: none;

}

#balkentext {
	display: none;
}

#balkentext a {
	display: none;
}

#balkentext A:hover {
	display: none;
}

#navigation {
	display: none;
}

/* Positionierung der Navigation */
#navigmitte {
	display: none;
}

#naviglinks {
	display: none;
}

#navigrechts {
	display: none;
}

.hidden {
	display: none;
}

.noprint {
	display: none;
}

.print{
	display: block;
	margin-top: 15px;
	position:absolute;
}