body{
	font-family : Arial, Helvetica, sans-serif;
	margin : 8px;
}

/* +++++++++++++++ Bereiche +++++++++++++++++++++++++++++*/
div.kopfHint{
	background-color : #7B8CAF;
	height : 123px;
	padding-left : 13px;
}
div.inhaltHint{
	background-color : #D8D8D8;
	margin-top : 8px;
}
div.navHint{
	background-color : #BDC3C8;
	border-right : 2px solid #ffffff;
	width : 730px;
	height : 600px;
}
div.textHint{
	background-color : #EEEEEE;
	width : 631px;
	margin-left : 142px;
	border-left: 2px solid #ffffff;
	padding-right : 20px;
	padding-bottom: 50px;
	padding-top: 43px;
	background-image : url(../upload/allgemein/textDeko.gif);
	background-repeat : repeat-y;
	height : 600px;
}
div.inhalt{
	margin-left : 35px;
	font-size : 10pt;
}

/* +++++++++++++++ Navigation +++++++++++++++++++++++++++*/
div.nav1{
	width : 135px;
	position : absolute;
	left : 10px;
	top : 180px;
}
table.nav1{
	border : 0px;
}
td.nav1{
	text-align : right;
	padding-top : 4px;
	padding-bottom : 4px;
}
a.nav1, a.nav1:hover, a.nav1:active{
	color : #6B2E2E;
	font-size : 9pt;
	font-weight : bold;
	text-decoration : none;
}

/* +++++++++++++++ Allgemeine Fromatierung +++++++++++++++*/
h1{
	font-size : 9pt;
	color : #4A507E;
	font-weight : bold;
	text-transform : uppercase;
	border-bottom : 1px solid #ffffff;
	padding-left : 20px;
	margin-left : 14px;
}
span.dreieckH1{
	float : left;
	margin-top : 2px;
}
p, td {
	font-size : 10pt;
}
a, a:hover, a,active {
	text-decoration : none;
	color : #7B8CAF;
	font-weight : bold;
	font-size : 9pt;
}

table.artikel{
	border : 0px;
}
td.artikelH1{
	font-weight : bold;
	background-color : #f5f5f5;
	padding-top : 10px;
	padding-bottom : 3px;
	padding-left : 4px;
	padding-right : 4px;
}
td.artikelP{
	background-color : #f5f5f5;
	border-bottom : 4px solid #eeeeee;
	padding-top : 0px;
	padding-bottom : 10px;
	padding-left : 4px;
	padding-right : 4px;
}
span.mehr{
	margin-left : 10px;
}
td.artikelBild{
	background-color : #f5f5f5;
	padding-top : 10px;
	padding-left : 10px;
	padding-right : 10px;
	border-bottom : 4px solid #eeeeee;
	vertical-align : top;
}