@charset "utf-8";
/* CSS Document */
/* Autor: Miriam Vogt */
/* Firma: nextage GmbH */

body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*---CONTAINER---*/

div#container{

}

div#header{
	height: 106px;
	width: 958px;
	border: none;
}

div#header img.Logo{
	border: none;
	margin: 31px 29px 0 0px;
	float: left;
}

/*---SERVICENAVIGATION---*/

ul#service{
	display: none;
}

/*---BEREICHE---*/

div#bereich-container{
	display: none;
}

/*=======LEFT=======*/

div#left{
	width: 288px;
	float: left;
	display: none;
}

/*---MOOD---*/

img.mood{
	margin: 0;
	padding: 0px;
	display: none;
}

/*---CONTENT---*/


div#content{
	float: left;
	margin: 42px 20px 0 0px;
	padding: 0px;
}

div.H1{
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 16px 0;
	font-weight: normal;
}

div.H2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 15px 0 0 0;
	padding: 2px 0 2px 0;
	border-top: 3px solid #b2b2b2;
}

span.H2{
	font-size: 12px;
	color: #7d7d7d;
	font-weight: bold;
}

h3{
	font-size: 11px;
	margin: 0;
	padding: 4px 0 0 0;
	border-top: 1px solid #b2b2b2;
}

h4{
	margin: 0 0 5px 0;
	padding: 0px;
	font-size: 11px;
}

h5{
	margin: 10px 0 5px 0;
	padding: 0px;
	font-size: 11px;
}

p{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4;
	padding: 0px;
	margin: 0px 0 20px 0;
}

p a{
	text-decoration: underline;
	color: #000000;
}

a.download{
	text-decoration: none;
	color: #7d7d7d;
	padding: 0 0 0 0px;
	height: 20px;
	display: block;
}

a.download:hover{
	text-decoration: underline;
	background-image: url(../img/download-hover.gif);
}

/*---SIDEBAR---*/

div#sidebar{
	display: none;
}

/*---FOOTER---*/

div#footer{
	float: left;
	width: 959px;
	margin: 20px 0 0px 0px;
	padding: 4px 0 20px 0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #c2deea;
	display: inline;
}

div#footer span{
	width: 202px;
	border-right: none;
	float: left;
}

div#footer a.print{
	display: none;
}

div#footer a img{
	display: none;
}

div#footer a.nextage{
	display: none;
}

/*---BILD im CONTENT---*/

img.left{
	display: none;
}

img.rechts{
	display: none;
}

/*---AUFZAEHLUNG---*/

table#text-bild-rechts{
	margin: 0px 0 10px 0;
	padding: 0px;
	width: 489px;
	border: none;
}
table#text-bild-rechts tr td{
	vertical-align: top;
	border: none;
}

table#text-bild-rechts tr td img.rechts{
	display: none;
}

ul#aufzaehlung{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	float: left;
}

ul#aufzaehlung li{
	margin: 0px 0 2px 15px;
	padding: 0px;
	list-style: url(../img/list-style.gif);
}

/*========TABELLEN========*/

table#contenttable{
	font-size: 11px;
	width: 489px;
	width: 100%;
	margin:0px 0 20px 0;
	padding:0px;
	border: 1px solid #7d7d7d;
	border-bottom: none;
	border-right: none;
}

table#contenttable tr th{
	margin: 0px;
	padding: 0 2px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	height: 30px;
	border-bottom: 1px solid #7d7d7d;
	border-right: 1px solid #7d7d7d;
}

table#contenttable tr td{
	border-bottom: 1px solid #7d7d7d;
	border-right: 1px solid #7d7d7d;
}

table#contenttable tr td{
	vertical-align: top;
	padding: 2px;
}

/*---Liste in Tabelle---*/

ul.liste-in-tabelle{
	margin: 5px 0 0 15px;
	padding: 0px;
	list-style: disc;
}

ul.liste-in-tabelle li{
	margin: 0px;
	padding: 0px;
}

/*========TABELLEN========*/

table#contenttable{
	font-size: 11px;
	width: 650px;
	margin:0px 0 20px 0;
	padding:0px;
	border: 1px solid #c2deea;
	border-bottom: none;
	border-right: none;
}

table#contenttable tr th, table#contenttable-small tr th{
	margin: 0px;
	padding: 0 2px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	height: 30px;
	font-weight: bold;
}

table#contenttable tr td, table#contenttable-small tr td{
	border-bottom: 1px solid #c2deea;
	border-right: 1px solid #c2deea;
}

table#contenttable tr td, table#contenttable-small tr td{
	vertical-align: top;
	padding: 2px;
}

/*---TABLE SMALL---*/

table#contenttable-small{
	font-size: 11px;
	width: 500px;
	margin:0px 0 20px 0;
	padding:0px;
	border: 1px solid #f5ec5a;
	border-bottom: none;
	border-right: none;
}

table#contenttable-small tr th{
	background: #f5ec5a;
	margin: 0px;
	padding: 0 2px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	height: 30px;
}

table#contenttable-small tr.farbe{
	background: #faf5c4;
}

table#contenttable-small tr td{
	border-bottom: 1px solid #f5ec5a;
	border-right: 1px solid #f5ec5a;
}

table#contenttable-small tr td{
	vertical-align: top;
	padding: 2px;
}

/*---SITEMAP---*/

a.sitemap_level1{
	display: block;
	color: #000000;
	font-size: 14px;
	margin-top: 20px;
}

a.sitemap_level2{
	display: block;
	color:#666666;
	font-size: 12px;
	margin:10px 0 0 10px;
	font-weight: bold;
	color: #4b7db0;
}

a.sitemap_level3{
	display: block;
	color: #4b7db0;
	font-size: 11px;
	margin:2px 0 0 20px;
}

a.sitemap_level1:hover, a.sitemap_level3:hover, a.sitemap_level2:hover{
	text-decoration: none;
}

a.sitemap_level4{
	display: none;
}












