	/*	======================================================
		Layout Stylesheet (zur Gestaltung der Inhalte)
		(1) Allgemeines
		(2) Schriftformatierungen
		(3) Formulare
	====================================================	*/
	
	
	
	
	
	/* =====================================================
		 (1) Allgemeines
	====================================================	*/

	
	p {
		margin: 0;
		padding: 0;
	 	}

	div {
		margin:0;
		padding:0;
		}
	img {
		border: 0px;
	}
	.clear {
		clear:both;
		margin:0;
		padding:0;
		height:0;
		line-height:0;
		font-size:0;
		}
	
	td {
		padding: 2px;
	}



	
	/* =====================================================
		 (2) Schriftformatierungen
	====================================================	*/


	h1 {
		margin:10px 0px;
		text-align:center;
		font: 12px Verdana, Arial, Helvetica;
		color: #445D44;
		letter-spacing:3px;
		text-transform:uppercase;
		}


	a, a.link, a.active, a.alink, a.vlink {
		text-decoration: none;
		color: #474c3c;
		}

	a:hover {
		color: white;
		}
		
	a:hover.highlight {
		color:#63206D;
	}		
	
	a:hover.nohover {
		color:#474C3C;
	}

	a:hover.whitehover {
		color:#ffffff;
	}

	a:hover.stronghover {
		font-weight:bold;
	}
	a:hover.blackhover {
		color:#000000;
	}	
	a:hover.orangehover {
		color: #ce8c4a;
	}
	
	.blue {
		color:#197CA3;
	}
	
	.frame {
		height: 500px;
		overflow: auto;		
	}

	.list {
		margin-top:20px;
		text-align:left; 
	}
	.list_head {
		color:#474C3C; 
		background-color:#bbcbb8; 
		font:bold 9pt Verdana;
		padding:8px;
	}
	.list_head small, .list_content small {
		color: #333333;
		font-size: 7pt;
		font-weight: bold;
	}
	.list_content, .list_content_narrow {
		background-color:#d2d9c4; 
		border-bottom:#E8ECDF 1px solid; 
		color:#474C3C; 
	}
	
	.list_content {
		padding:8px;
	}
	
	.list_content_narrow {
		padding: 4px;	
	}
	
	.list_content p {
		padding: 3px 0px;
	}
	
	ul, .list_content ul, .list_content ol{
		margin-left:20px;
	}	
	
	.tagen_zusatzleistungen_preise tr th {
		background-color: #BBCBB8;
		font-weight:bold;
		font-size: 7pt;
	}
	
	.tagen_zusatzleistungen_preise th, 	.tagen_zusatzleistungen_preise td {
		padding: 1px 10px;
		width: 130px;
	}	
	
	.tagen_zusatzleistungen_preise tr td {
		background-color:#d2d9c4; 
		text-align:center;
	}
	
	.productlist_headline {
		color:#63206D;
		font-family:Verdana;
		font-size:11pt;
		font-variant:small-caps;	
		margin-bottom:10px;	
	}

	
	.productlist_content .left_column {
		background-color:#E9BA91; 
		float:left;
		padding:8px 14px;
		width:170px;
	}
	
	.productlist_content .left_column {
		background-color:#E9BA91; 
		float:left;
		padding:8px 14px;
		width:170px;
	}	
	
	.productlist_content {
		margin-left: 20px;
	}

	.left_column li {
		margin-left: 0px;
	}
	
	.productlist_content .right_column {
		background-color:#e7a973; 
		float:left;
		padding:8px 10px; 
		width:188px;
	}
	
	.pricelist {
		margin-top:20px;
	}
	
	.pricelist p{
		height:20px;
	}
	.small {
		font-size: 7pt;
	}
	.tiny {
		font: 7pt Verdana;
	}	
	.strong {
		font-weight: bold;
	}
	.highlight {
		color:#63206D;
	}
	.big {
		color:#474C3C; 
		font-size:9pt;
	}

	.sitemap_list ul{
		margin-left:20px;
	}
	.sitemap_list li{
		list-style-type:none;
		text-decoration:none;
	}
	.sitemap_list a{
		text-decoration:none;
		color:#333333;
	}
	.sitemap_list a:hover{
		color:#be3a2a;
	}
	.sitemap_mainlinks ul{
		margin-bottom:10px;
	}



	/* =====================================================
		 (3) Formulare
	====================================================	*/

	.submit {
		border:1px solid #222222;
		font: bold 8pt Verdana;
		padding:2px;
		color: #474C3C;
		background-color:#ffffff;
	}

	
	select, input {
		font: 8pt Verdana;
		border: 1px solid #777777
	}
