﻿/* ---------------------------AllgemeingÃ¼ltiges--------------------------- */
		* {		margin:0px;
				padding:0px;
		}
		
		a {
				text-decoration:underline;
				color:#0096d8;
		}
		
		a:hover {
				text-decoration:none;
				color:#0096d8;
		}
		
		
		
		body {
				font-family:Verdana,Arial,sans-serif;
				font-size:11px;
				background: url(../img/bg-header.gif) repeat-x;
				margin-bottom:20px;
		}
		
		td {
				font-size:11px;
		}
		
		.pointer {
			cursor:pointer;
		}
		
		span.spacer {
			display:block;
			margin-top:10px;
		}
		span.imageSubline{
			font-size:9px;
			font-style:italic;
		}
		ul.subtitleNav li a{
			font-weight:bold;
			font-size:12px;
		}
		ul.subtitleNav  {
			list-style:none;
			margin-left:-18px;
			margin-top:10px;
		}
/* ---------------------------Header--------------------------- */
		div#logo {
				position:absolute;
				top:0px;
				left:0px;
		}
		
		div#header {
				width:905px;
				
		}
		
		div#search {
				position:absolute;
				top:20px;
				left:770px;
				color:#FFFFFF;
				font-size:11px;
		}
		
		div#search div#suche-beschreibung {
				position:absolute;
				top:0px;
				left:0px;
		}
		
		div#search div#plz {
				position:absolute;
				top:35px;
				left:0px;
		}
		
		div#search input.search {
				background-color:#FFFFFF;
				border:1px solid #FFFFFF;
				color:#004482;
				padding-bottom:2px;
				padding-left:5px;
				
				position:absolute;
				left:30px;
				top:30px;
		}
		
		div#search input.go {
	
				position:absolute;
				left:110px;
				top:29px;
		}
		
		div#trennlinie {
				background: url(../img/trennlinie.gif) no-repeat;
				width:905px;
				height:5px;
				border:0px;
		}
		
		div#slogan {
				position:absolute;
				top:58px;
				left:180px;
				color:#fff;
				font-size:12px;
				font-weight:bold;
		}
		
		div#callCervis {
				position:absolute;
				top:18px;
				left:514px;
		}
		
/* ---------------------------Nebennavigation--------------------------- */
		div#navi_top {
				position:absolute;
				left:154px;
				top:0px;
				width:355px;
				height:17px;
				background: url(../img/bg-menuMini.gif) no-repeat;
		}
				
		div#navi_top ul {
				font-size:10px;
				font-weight:bold;
				list-style-type:none;
				text-transform:lowercase; 
				margin-left:20px;
		}
		
		div#navi_top ul li{
				float:left;
				padding-left:10px;
				margin-top:3px;
		}
		
		div#navi_top ul li a {
				color:#FFFFFF;
				text-decoration:none;
		}
			
		div#navi_top ul li a:hover {
				color:#005695;	
		}

/* ---------------------------Hauptnavigation--------------------------- */
		div#navi_main {
			margin-top:68px;
			height:53px;
		}
		
		div#navi_main ul {
				list-style-type:none;
		}
		
		div#navi_main ul li{
				float:left;
				/*margin-top:15px;*/
		}
		
		div#navi_main ul li a {
				text-decoration:none;
		}
			
		div#navi_main ul li a:hover {
				text-decoration:none;
		}
		
/* ---------------------------Subnavigation--------------------------- */
		div#navi_sub {
				clear:both;
				width:152px;
				padding-top:20px;
				float:left;
		}
		
		div#navi_sub ul {
				list-style-type:none;
				font-size:10px;
		}
		
		div#navi_sub ul li{
				margin-bottom:1px;
				background:#d5e0e6;
				border:0px;
		}
		
		div#navi_sub ul li:hover,
		div#navi_sub ul li.active {
				background:#d5e0e6 url(../img/navi/navi-sub.gif) no-repeat;
		}
		
		div#navi_sub ul li ul {
				display:none;
		}
		
		div#navi_sub ul li:hover ul {
				display:block;
		}
	
		div#navi_sub ul li.active ul {
				display:block;
		}
		
		div#navi_sub ul li ul li {
				margin-bottom:1px;
				background:#ebf2f9;
				border:0px;
				width:153px;
		}
	
		
		div#navi_sub ul li ul li:hover,
		div#navi_sub ul li ul li.active {
				background:#ebf2f9;
		}
		
		div#navi_sub ul li a{
				padding-left:11px;
				color:#5e7487;
				width:142px;
				display:block;
				padding-top:9px;
				padding-bottom:9px;
				font-weight:bold;
				text-decoration:none;
		}		
			
		div#navi_sub ul li a:hover, 
		div#navi_sub ul li:hover a,
		div#navi_sub ul li.active a {
				color:#000000;
		}
		
		/* korrektur fuer child-navi-punkt */
		div#navi_sub ul li:hover ul li a,
		div#navi_sub ul li ul li a {
			color:#5e7487 !important;
		}
		
		div#navi_sub ul li ul li a{
				color:#5e7487;
				width:142px;
				display:block;
				padding-top:5px;
				padding-bottom:5px;
				font-weight:normal;
				text-decoration:none;
		}
		
		
					
		div#navi_sub ul li ul li a:hover, 
		div#navi_sub ul li ul li:hover a,
		div#navi_sub ul li ul li.active a {
				color:#000000 !important;
		}
		
/* ---------------------------Contentbereich--------------------------- */
		table.tableContent td {
			vertical-align:top;
		}
		
		table.tableContent td.content {
			width:745px;
		}
		
		
		div#content {
				margin-left:10px;
		}
		
		div#main {
				width:920px;
		}
		
		div#sidebar {
				margin-top:10px;
		}
		
		div#breadcrumb{
				color:#90a3af;
				font-size:10px;
				width:580px;
				margin-top:2px;
		}
		
		div#headline{
				color:#0096d8;
				font-size:22px;
				font-weight:bold;
				margin-top:3px;
				width:580px;
		}
		
		div#sub_headline{
				color:#688293;
				font-size:13px;
				font-weight:bold;
				margin-left:23px;
				width:350px;
		}
		
		div#content div#text_headline {
				margin-top:30px;
				font-size:12px;
				font-weight:bold;
				margin-bottom:10px;
		}
		
		h2 a.name,
		h2 a.name:hover {
			color:#000;
			text-decoration:none;
		}
		
		h2,
		td.newstitle {
			margin-top:30px;
			font-size:12px;
			font-weight:bold;
			margin-bottom:10px;
			background-image:url(../img/aufzaehlungszeichen.gif);
			background-repeat:no-repeat;
			background-position:0px 3px;
			padding-left:20px;	
		}
		
		div#content p {
				font-size:11px;
				font-weight:normal;
				line-height:1.5;
				margin-bottom:15px;
				margin-top:15px;
		}
		
		div#content ul li{
				color:#0096d8;
				font-size:11px;
				font-weight:normal;
				margin-left:16px;
				padding-top:4px;
				padding-bottom:4px;
		}
		
		 img.platzhalter {
				width:200px;
				height:auto;
				float:right;
				margin-left:10px;
				margin-top:0px;
				margin-bottom:10px;
		}
		
		hr {
				margin-top:10px;
				margin-bottom:10px;
		}
		
/* ---------------------------Startseite_Typ1--------------------------- */
		div#oben{
				width:1000px;
				margin-top:15px;
		}
		
		div#welcome {
				height:520px;
				width:530px;
				background:url(../img/startseite/bg.jpg) no-repeat;
				float:left;
				color:#fff;
				font-size:11px;
				position:relative;
		}	
		
		div#welcome div#homeContent {
				
				margin-left:10px;
				margin-top:10px;
		}
		
		div#welcome div#homeContent div#headline {
			color:#fff;
		}
		
		div#welcome div#homeContent div#sub_headline {
			color:#c3ebff;
			margin-left:0px;
		}
		
		div#welcome div#homeContent  ul {
			margin-top:10px;
		}
		
		div#welcome div#homeContent  ul li{
				margin-top:5px;
				font-weight:normal;
				background-image:url(../img/startseite/li.gif);
				background-repeat:no-repeat;
				background-position:0px 2px;
				padding-left:20px;
				list-style-type:none;
				width:150px;
		}
		
		div#welcome div#search2 {
				position:absolute;
				left:21px;
				top:317px;
				width:162px;
				height:205px;
		}
		
		div#welcome div#search2 h1 {
			font-size:22px;
		}
		
		
		div#welcome div#search2 div.text {
				position:absolute;
				left:20px;
				top:40px;
		}
		
		div#welcome div#search2 div.input {
				position:absolute;
				left:45px;
				top:100px;
				z-index:20;
		}
		
		div#welcome div#search2 div.input input.search {
				background-color:#FFFFFF;
				border:1px solid #FFFFFF;
				color:#004482;
				padding-bottom:2px;
				margin-left:10px;
		}
		
		div#welcome div.go {
				width:141px;
				height:50px;
				position:absolute;
				left:10px;
				top:140px;
				z-index:10;
		}
		
		div#biene{
				position:absolute;
				left:0px;
				top:339px;
				width:265px;
				height:90px;
		}
		
		div#biene_aktuell{
				position:absolute;
				left:740px;
				top:709px;
				width:160px;
				height:128px;
		}
		
		div#oben div.pic {
			width:350px;
			height:160px;
			margin-left:550px;
			margin-bottom:20px;	
		}
		
		div#oben div#pic1{
			background:url(../img/startseite/pic_oben.gif) no-repeat;
				
		}
		
		div#oben div#pic2{
				background:url(../img/startseite/pic_middle.gif) no-repeat;
		}
		
		div#oben div#pic3{
				background:url(../img/startseite/pic_unten.gif) no-repeat;
				margin-bottom:0px;
		}
		
		div#unten{
				width:900px;
				height:128px;
		}
		
		div#unten div#banner{
				width:530px;
				height:128px;
				background:url(../media/img/startseite/rufen_sie_uns_an.gif) no-repeat;
				margin-top:20px;
				float:left;
		}
		
		div#unten div#angebot{
				position:relative;
				width:350px;
				height:128px;
				/*background:url(../img/startseite/unser_angebot.gif) no-repeat;*/
				margin-top:-128px;
				margin-left:550px;
				float:right;
		}
		
		div.pic h1{
				color:#0096d8;
				font-size:17px;
				font-weight:bold;
				padding-top:8px;
				width:350px;
				margin-left:19px;
		}
		
		div.pic h2{
				color:#688293;
				font-size:12px;
				font-weight:bold !important;
				margin-left:9px;
				width:203px;
				padding-bottom:5px;
				background-image:none;
				margin-top:5px;
		}
		
		div#angebot h1{
				color:#ffd303;
				font-size:14px;
				font-weight:bold;
				margin-left:19px;
				padding-top:33px;
				width:350px;
		}
		
	div#pic1 ul li, div#pic2 ul li, div#pic3 ul li,
	div#pic1 p, div#pic2 p, div#pic3 p {
				color:#0096d8;
				font-size:11px;
				font-weight:normal;
				margin-left:20px;
				padding-top:2px;
				width:160px;
		}
			
	div#preis {
				color:#000000;
				font-size:30px;
				font-weight:bold;
				left:206px;
				top:53px;
				position:absolute;
		}
		
	div#angebot p{
				font-size:12px;
				font-weight:normal;
				color:#FFFFFF;
				margin-left:19px;
				width:150px;
		}
				
	div.headline_balken {
				width:695px;
				background-color:#0f9ad8;
				color:#FFFFFF;
				font-size:12px;
				font-weight:bold;
				padding-top:1px;
				padding-left:25px;
				margin-top:25px;
	}	
	div.pic li {
			color:#0096D8;
			font-size:10px;
			font-weight:normal;
			margin-left:16px;
			padding-bottom:2px;
			padding-top:2px;
	}

/* ---------------------------Referenzliste--------------------------- */
		td.referenzliste {
				width:330px;
				height:51px;
				padding-top:2px;
				background: url(../img/tabellen_bg.gif) no-repeat;
				padding-bottom:15px;
		}	
		
		table.referenzliste {
				width:720px;
				border:solid 1px #9cacb7;
				margin-bottom:22px;
		}
		
		table.referenzliste td {
			vertical-align:top;
		}
		
		td.firmenname {
				width:205px;
				vertical-align:top;
		}
		
		
		td.firmenname p{
				font-size:11px !important;
				font-weight:bold !important;
				margin:0px !important;
				margin-top:12px !important;
				line-height:46px;
				padding-left:39px;
				padding-top:0pt;
		}	
		
		td.firmenlogo {
				heigth:46px;
				vertical-align:middle;
		}
		
/* ---------------------------Startseite_Typ2--------------------------- */
	
		div#startseite_typ2_oben_links{
				float:left;
				width:340px;
		}
		
		div#startseite_typ2_oben_rechts{
				background-color:#0096d8;
				width:350px;
				margin-bottom:25px;
				float:right;
		}
		
		div#startseite_typ2_oben_links div#headline{
			width:340px;
		}
		
		div#startseite_typ2_oben_rechts h1{
				color:#FFFFFF;
				margin-left:23px;
				font-weight:bold;
				font-size:12px;
				padding-top:4px;
				padding-bottom:4px;
		}
		
		div#startseite_typ2_oben_rechts img{
				margin-left:22px;
		}
		
		div#startseite_typ2_oben_rechts ul li{
				margin-top:5px;
				font-size:11px;
				font-weight:normal;
				background-image:url(../img/startseite_typ2/zeichen.gif);
				background-repeat:no-repeat;
				background-position:0px 6px;
				padding-left:20px;
				color:#FFFFFF;
				margin-left:130px;
				list-style-type:none;
				padding-bottom:11px;
				font-style:italic;
				width:190px;
		}
		
			div#startseite_typ2_oben_rechts ul{
				margin-top:20px;
				padding-bottom:15px;
		}
		
		div#startseite_typ2_unten{
			clear:both;
		}
		
		div#startseite_typ2_unten h3{
				color:#0096D8;
				font-size:12px;
				font-weight:bold;
				margin-bottom:10px;
				margin-left:57px;
				margin-top:7px;
				background:none;
		}
		
		div#startseite_typ2_unten p{
				margin-left:57px;
				font-size:11px;
				font-weight:normal;
				width:270px;
		}
		
		.startseite_typ2_unten_tabelle{
				background: url(../img/startseite_typ2/tabelle_bg.gif) no-repeat;
				background-repeat:no-repeat;
				width:347px;
				height:90px;
				float:left;
				margin-bottom:-7px;
				margin-left:20px;
		}
				
				
/* ---------------------------aufklappbarer Teil--------------------------- */
		div#content table.aufklappbar {
				width:720px;
				border:1px solid #9cacb7;
				border-collapse:collapse;
				margin-top:20px;
		}	
		
		div#content table.aufklappbar td {
			vertical-align:top;
		}
		
		.aufklappbar_content {
			padding-left:20px;
			padding-right:20px;
		}
		
		
		.aufklappbar_content h1{
				margin-top:12px;
				font-size:12px;
				font-weight:bold;
				margin-bottom:10px;
				background-image:url(../img/aufzaehlungszeichen.gif);
				background-repeat:no-repeat;
				background-position:0px 3px;
				padding-left:20px;
				font-weight:bold;
		}
		
		.aufklappbar_content p{
				font-size:11px;
				font-weight:normal;
				margin-bottom:15px;
		}
		
		div.details {
 				 display:none;
		}

		.mehr {
				background-image:url(../img/zeichen_mehr.gif);
				background-position:0px 4px;
				background-repeat:no-repeat;
				font-size:11px;
				font-weight:bolder;
				padding-left:12px;
				margin-bottom:10px;
		}
		.schliessen {
				background-image:url(../img/zeichen_schliessen.gif);
				background-position:0px 4px;
				background-repeat:no-repeat;
				font-size:11px;
				font-weight:bolder;
				padding-left:12px;
		}
		
		td.headline_balken,
		td.preislisteTitle, 
		td.preislisteTitleNetzengel {
			background-color:#0f9ad8;
			color:#FFFFFF;
			font-size:12px;
			font-weight:bold;
			padding-left:25px;
			line-height:1.5;
		}
		
		td.preislisteTitleNetzengel {
			background-color:#f4b100;
		}
			
/* ---------------------------Preisliste--------------------------- */
		div#content div.gelb ul li{
				background: url(../img/gelb-trennlinie.gif) no-repeat;
				background-position:0px 30px;
				margin-left:20px;
				color:#000000;
				padding-top:10px;
				padding-bottom:9px;
				font-size:11px;
		}	
		
		div#content div.gelb p,
		div#content div.gelb ul {
			margin-left:20px;
		}
		
		div#content div.gelb ul{
				width:680px;
				height:auto;
				background-color:#feeec7;
				padding-top:10px;
				padding-bottom:25px;
				color:#000000;
				margin-top:25px;
		}
		
		div#content div.gelb {
				width:720px;
				height:auto;
				background-color:#feeec7;
				margin-top:10px;
				margin-bottom:10px;
				padding-bottom:10px;
		}		
		
		td.preislisteArtikelbeschreibung {
				background-color:#f3f8fb;
				padding-left:10px;
				width:60%;
				border-right:1px solid #e3ecff;
				border-bottom:1px solid #e3ecff;
		}
		
		td.preislisteArtikelPreis {
				background-color:#ffffff;
				font-weight:bold;
				text-align:center;
				width:15%;
				border-bottom:1px solid #e3ecff;
		}	
		
		table.preisliste {
				width:720px;
				background-color:#e3ecff;
				border-collapse:collapse;
		}
		
		table.preisliste p {
			margin-top:0px !important;
			margin-bottom:0px !important;
		}
		

		table.preisliste td.preislisteHeadline p {
				background-image:url(../img/aufzaehlungszeichen.gif);
				background-repeat:no-repeat;
				background-position:0px 3px;
				padding-left:20px;
				margin-top:9px;
		}
		
		table.preisliste td.preislisteSubline p {
				font-weight:bold !important;
				color:#637d8b !important;
				margin-top:20px !important;
				padding-left:20px;
		}
		
		table.preisliste td.preislisteAufzaehlung {
				font-size:11px;
				color:#637d8b;
				padding-left:20px;
				width:33%;

				
		}
		
		table.preisliste td.preislisteAufzaehlung * 
		{
			display:list-item;
			margin-left:20px;
		}
		
		table.preisliste td.preislisteSpacer {
			width:20px;
		}
		

/* ---------------------------Bestellformular--------------------------- */
		table.kontakt input.text {
				width:300px;
				margin-right:15px;
		}
		
		table.kontakt input.text {
				background-color:#FFFFFF;
				border:1px solid #7894a4;
		}
	
		table.kontakt textarea.textarea {
				width:300px;
				margin-right:15px;
		}
		
		table.kontakt textarea.textarea {
				background-color:#FFFFFF;
				border:1px solid #7894a4;
		}
		
		td.submitBestellen input.submit:hover,
		td.submitAbsenden input.submit:hover {
				cursor:pointer;
				background:url(../img/bestellformular/service_bestellen.gif);
				background-repeat:no-repeat;
		}
		
		td.submitAbsenden input.submit:hover {
				background:url(../img/submitAbsenden.gif);
		}
		
		td.submitBestellen input.submit,
		td.submitAbsenden input.submit {
				background:url(../img/bestellformular/service_bestellen.gif);
				background-repeat:no-repeat;
				width:680px;
				height:50px;
				cursor:pointer;
				border:0px;
		}
		
		td.submitAbsenden input.submit {
				background:url(../img/submitAbsenden.gif);
		}
		
		table.kontakt {
			background:#e3ecf1;
			border-collapse:collapse;
		}
		
		
		table.kontakt p {
			margin-top:5px !important;
			margin-bottom:5px !important;
		}
		
		table.kontakt td.inputKurz input.text {
			width:254px;
		}
		
		table.kontakt td.kontaktGrau {
			background:#cad8e0;
			color:#647684;
		}
		table.kontakt td.kontaktGrau p {
			margin-left:10px;
		}
		
		table.kontakt td.rahmenObenUnten {
			height:20px;
		}
/* ---------------------------Popoup--------------------------- */
		div#popup {
				width:450px;
				height:500px;
				background: url(../img/popup/bg_popup.gif) no-repeat;
		}		
		
		div#popup div#ansprechpartner {
				padding-left:18px;
				padding-top:175px;
				color:#FFFFFF;
				font-weight:bold;
				font-size:18px;
		}
		
		div#popup div#ort {
				padding-left:18px;
				padding-top:0px;
				color:#FFFFFF;
				font-weight:bold;
				font-size:14px;
		}
		
		div#popup div#preisliste {
				padding-left:324px;
				padding-top:100px;
				font-weight:bold;
				font-size:12px;
		}
		
		div#popup div#entfernung {
				padding-left:213px;
				padding-top:19px;
				color:#000000;
				font-weight:bold;
				font-size:12px;
		}
		
		div#popup div#fahrzeit {
				padding-left:318px;
				padding-top:37px;
				color:#000000;
				font-weight:bold;
				font-size:12px;
		}
		
		div#popup div#servicekosten {
				padding-left:126px;
				padding-top:19px;;
				color:#000000;
				font-weight:bold;
				font-size:12px;
		}
		
		div#popup div#anfahrtskosten {
				padding-left:135px;
				padding-top:20px;
				color:#000000;
				font-weight:bold;
				font-size:12px;
		}		
						
/* ---------------------------Footer--------------------------- */
		div#footer {
				width:1024px;
				height:24px;
				background: url(../img/footer.gif) no-repeat;
				margin-top:20px;
		}	
		
		
		
		
/* Netzengel */

div#netzengel{}

div#formNetzengel{padding-left:35px; color:#fff;}

div#netzengel_ersterBlock{padding-top:25px; padding-left:25px;}
div#netzengel_ersterBlock h1{ color:#FFFFFF; font-size:40px; padding:0px; margin:0px; font-weight:bold;}
div#netzengel_ersterBlock h2{margin-top:0px; font-size:12px; font-weight:bold; margin-bottom:10px; background-image:url(../media/netzengel/aufzaehlungszeichen.gif); background-repeat:no-repeat; background-position:0px 3px; padding-left:20px; color:#c3ebff;}
div#netzengel_ersterBlock p{color:#fff; line-height:1.1;}
div#netzengel_ersterBlock a{color:#fff; text-decoration:underline;}
div#netzengel_ersterBlock a:hover{color:#fff; text-decoration:none;}


div#netzengel_zweiterBlock{padding-left:25px;}
div#netzengel_zweiterBlock h1{color:#fff; font-size:20px;}
div#netzengel_zweiterBlock h2{color:#fff; font-size:12px; padding-left:395px; background:none; margin-top:0px; font-weight:normal;}


div#netzengel_dritterBlock{padding-left:25px; padding-top:55px;}
div#netzengel_dritterBlock_links{width:300px; float:left; padding-right:50px; color:#fff;}
div#netzengel_dritterBlock_links h1{color:#c3ebff; font-weight:bold; font-size:20px;}
div#netzengel_dritterBlock_links p{color:#fff; font-weight:bold; font-size:20px; margin-top:0px; margin-bottom:0px;}

div#netzengel_dritterBlock_links h1.netzengel, div#netzengel_dritterBlock_rechts h1.netzengel{color:#fff; font-weight:bold;font-size:20px; }
div#netzengel_dritterBlock_links p.netzengel, div#netzengel_dritterBlock_rechts p.netzengel{color:#c3ebff; font-weight:bold;font-size:15px; margin-top:0px; margin-bottom:0px;}
div#netzengel_dritterBlock_links img, div#netzengel_dritterBlock_rechts img {padding-top:10px; padding-bottom:10px;}

div#netzengel_dritterBlock_rechts{}
div#netzengel_dritterBlock_rechts h1{color:#c3ebff; font-weight:bold; font-size:20px;}
div#netzengel_dritterBlock_rechts p{color:#fff; font-weight:bold; font-size:20px; margin-top:0px; margin-bottom:0px;}
div#netzengel_dritterBlock_rechts a{color:#fff; text-decoration:none; cursor:pointer;}
div#netzengel_dritterBlock_rechts a:hover{color:#fff; text-decoration:none;}

div#netzengel_vierterBlock{padding-left:25px; clear:both; padding-top:10px;}
div#netzengel_vierterBlock h1{font-size:12px; color:#fff;}
div#netzengel_vierterBlock a{text-decoration:underline; color:#fff;}
div#netzengel_vierterBlock a:hover{text-decoration:none; color:#fff;}

input.submitNetzengel,
input.textNetzengel {
	text-align:center;
	width:145px;
	border:none;
	color:#004887;
}

input.submitNetzengel {
	
	background:url(../media/netzengel/senden.jpg) no-repeat;
	width:310px;
	height:56px !important;
}

span.netzengelFehler {
	display:none; 
	color:#FFFFFF;
}

/*
div#netzengel_links_oben {
	background:url('../media/netzengel/bg_video.jpg') no-repeat;
	width:317px;
	height:335px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	cursor:pointer;
	margin-top:10px;
}

div#netzengel_links_oben a{
	text-decoration:none;
}

div#netzengel_links_oben p {
	color:#FFFFFF;
	padding-top:20px;
}

div#netzengel_links_oben h1 {
	color:#FFFFFF;
	font-size:23px;
	font-weight:normal;
	text-align:center;
	padding-top:140px;
	font-weight:bold;
}

div#netzengel_links_unten {
	background:url('../media/netzengel/bg_sicherheit.jpg') no-repeat;
	width:317px;
	clear:both;
	height:148px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	margin-top:0px;
}

div#netzengel_links_unten p {
	color:#FFFFFF;
	padding-top:0px;
}

div#netzengel_links_unten h1 {
	color:#FFFFFF; 
	font-size:23px;
	font-weight:normal;
	padding-top:25px;
}

div#netzengel_rechts_oben {
	background:url('../media/netzengel/bg_formular.jpg') no-repeat;
	width:318px;
	height:335px;
	float:right;
	padding-left:30px;
	padding-right:20px;
	margin-top:10px;
}

div#netzengel_rechts_oben p {
	color:#FFFFFF;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

div#netzengel_rechts_oben h1 {
	font-size:40px;
	font-weight:normal;
	padding-top:110px;
	color:#ff1a98;
	font-weight:bold;
}

div#netzengel_rechts_oben h2 {
	font-size:18px;
	font-weight:normal;
	padding-top:0px;
	color:#ff1a98;
	font-weight:bold;
	background:none; 
	margin-top:0px;
	padding-left:0px;
}

div#netzengel_rechts_unten {
	background:url('../media/netzengel/bg_anleitung.jpg') no-repeat;
	width:328px; 
	height:148px;
	float:right;
	padding-left:20px;
	padding-right:20px;
	margin-top:0px;
}

div#netzengel_rechts_unten h1 {
	color:#FFFFFF;
	font-size:16px;
	font-weight:normal;
	padding-top:25px; 
	font-weight:bold;
}

div#netzengel_rechts_unten p.ziffer1 {
	font-size:22px;
	font-weight:bold;
	color:#ff1a98;
	float:left;
	padding:4px 0 0 0;
	margin:0 0 0 0;
}

div#netzengel_rechts_unten p.ziffer2 {
	font-size:13px;
	color:#ff1a98;
	font-weight:bold;
	padding:0px 0 0 22px;
	margin:13px 0 0 0;
}

div#netzengel_rechts_unten p.ziffer3 {
	font-size:22px;
	font-weight:bold;
	color:#ff1a98;
	clear:left;
	float:left;
	padding:0 0 0 14px;
	margin:0 0 0 0px;
}

div#netzengel_rechts_unten p.ziffer4 {
	font-size:13px;
	color:#ff1a98;
	font-weight:bold;
	padding:0px 0 0 40px;
	margin:13px 0 0 0;
}

div#netzengel_rechts_unten p.ziffer5 {
	font-size:22px;	
	font-weight:bold; 
	color:#ff1a98;
	clear:left;
	float:left;
	padding:0 0 0 34px;
	margin:0 0 0 0;
}

div#netzengel_rechts_unten p.ziffer6 {
	font-size:13px;
	color:#ff1a98;
	font-weight:bold;
	padding:0px 0 0 60px;
	margin:14px 0 0 0;
}

*/