/* alle Ränder auf 0 */
* {
	margin:0px;
	padding:0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #344B67;
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #344B67;
	margin-bottom: 0.75em;
	padding-left: 10px;
}
td {
	vertical-align:top;
}
ol, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #000000;
	line-height: 150%;
	margin-bottom: .75em;
	list-style-position: inside;
}
li {
	margin-left: 1px;
	padding: 0px 15px;
	text-indent: -15px;
}
q {
	font-weight: bold;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #000000;
	font-weight: bold;
	margin-bottom: .75em;
	text-align: right;
	border-bottom: 1px dotted #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #808080;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: .75em;
	border-top: 1px none #FFCC00;
	border-right: 1px none #FFCC00;
	border-bottom: 1px none #FFCC00;
	border-left: 4px solid #FFCC00;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #000000;
	line-height: 150%;
	margin-bottom: .75em;
}

/* die Links */
a:link {
	text-decoration: none;
	font-size: 1em;
	color: #344B67;
}
a:visited {
	text-decoration: none;
	font-size: 1em;
	color: #344B67;
}
a:hover {
	text-decoration: none;
	font-size: 1em;
	color: #EE5F10;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-size: 1em;
	color: #EE5F10;
	font-weight: bold;
}

/* Pseudoklassen */
a.navi:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 2px;
	border-top: 1px none #000000;
	border-right: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
	border-left: 1px none #000000;
}
a.navi:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 2px;
	border-top: 1px none #000000;
	border-right: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
	border-left: 1px none #000000;
}
a.navi:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	display: block;
	padding: 2px;
	border-top: 1px none #FFCC00;
	border-right: 1px none #FFCC00;
	border-bottom: 1px dashed #FFCC00;
	border-left: 4px solid #FFCC00;
	background-color: #FFFFFF;
}
a.naviup:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	display: block;
	padding: 2px;
	border-top: 1px none #FFCC00;
	border-right: 1px none #FFCC00;
	border-bottom: 1px dashed #FFCC00;
	border-left: 4px solid #FFCC00;
	background-color: #FFFFFF;
}
a.help:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #EA4F00;
	text-decoration: none;
	font-weight: bold;
}
a.help:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #EA4F00;
	text-decoration: none;
	font-weight: bold;
}
a.help:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #10408D;
	font-weight: bold;
	border-top: 1px none #10408D;
	border-right: 1px none #10408D;
	border-bottom: 1px dotted #10408D;
	border-left: 1px none #10408D;
	background-color: #FFFFFF;
	cursor: help;
}

/* eigene Klassen skalierbar*/
.fliesstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
	line-height: 150%;
	margin-bottom: .75em;
}
.fliesstextmitte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
	text-align: center;
	line-height: 150%;
}
.fliesstextrechts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
	text-align: right;
	line-height: 150%;
}

/* die Inhaltsseiten */
#kopfzeile {
	width: 760px;
	margin:0px auto;
}
#navigation {
	width: 760px;
	margin:0px auto;
}
#contentwrapper {
	width: 760px;
	margin: 0px auto;
}

#subnavicontainer {
	width: 190px;
	height: 350px;
	left: 0px;
	float: left;
	background-color: #FFFFFF;
}
#contentwrapper #subnavicontainer p {
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
#contentwrapper #subnavicontainer ul {
	margin: 0px;
	padding: 0px;
}

#contentwrapper #subnavicontainer li {
	list-style-type: square;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	color: #344B67;
	line-height: 120%;
}

#grauercontainer {
	width: 190px;
	height: 350px;
	left: 0px;
	float: left;
	background-color: #D6D6D6;
}
#contentwrapper #grauercontainer a:link img {
	border: 1px solid #344B67;
}
#contentwrapper #grauercontainer a:visited img {
	border: 1px solid #344B67;
}
#contentwrapper #grauercontainer a:hover img {
	border: 1px solid #EE5F10;
}

#textecontainer {
	width: 380px;
	height: 350px;
	float: left;
	background-color: #FFFFFF;
}
#textecontainer-lang {
	width: 370px;
	height: 350px;
	float: left;
	background-color: #FFFFFF;
	overflow: auto;
	padding-right: 10px;
}
#startbild {
	width: 380px;
	height: 350px;
	float: left;
	background-color: #FFFFFF;
}
#fusszeile {
	width: 760px;
	margin:0px auto;
}
#fusszeile img {
	border: 0px;
}
