/* Standart-CSS für Hansekontor */

/*Wichtige Farben
	Grau=#605e5e
	HellGrau=#c9c9c9

	Textfarben:
	Grau=#575656
	Blau=#7db4ec
	Weiß=#ffffff;
*/


/* Allgemeine Angaben */

body, div, p, h1, h2, h3,
span, a, td, table, tr, img {
	margin:0;
	padding:0;
}

html, body {
	font-size:11px;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(img/bg.gif);
	text-align:justify;
	
	scrollbar-base-color:#575453;
	scrollbar-face-color:#575453;
	scrollbar-arrow-color:#c9c9c9;
  	scrollbar-3dlight-color:#c9c9c9;
  	scrollbar-darkshadow-color:#c9c9c9;
  	scrollbar-highlight-color:#575453;
  	scrollbar-shadow-color:#575453;
  	scrollbar-track-color:#575453;
	
}

body {
	background-color:#ffffff;
	overflow:scroll-y;
}

.foto {
	border:1px solid #7db4ec;
}

tr, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align:top;
	font-size:11px;
	color:#ffffff;
}

/* Allgemeine Angaben Ende */


/* Hauptgerüst */

.haupttabelle {
	
}

/* Hauptgerüst - Ende */


/* Kopfbereich */

.headbereich {
	height:91px;
	width:656px;
}

/* Kopfbereich - Ende */


/* Menue */

.menuebereich {
	width:151px;
	background-image:url(img/bgmenue.gif);
}

.adressblock {
	width:123px;
	margin:30px 0 0 14px;
}

/* Menue */

.inhaltbereich {
	width:505px;
	background-image:url(img/bhinhalt.gif);
}

/* Inhalt */

p {
	margin-bottom:15px;
}

.flashbereich {
	height:120px;
	width:505px;
	background-image:url(img/flashbereich.jpg);
}

.ueberschrift {
	margin:16px 0 0 18px;
}

.fliesstext {
	width:421px;
	margin:23px 0 16px 36px;
	text-align:justify;
}

/* Inhalt - Ende */



/* Fussbereich */

.footerbereich {
	height:86px;
	width:656px;
	background-image:url(img/footer.gif);
	font-size:10px;
	color:#575656;
}

.textfooter {
	margin:37px 0 0 192px;
	font-size:10px;
	color:#575656;
}

.byjamp {
	margin:22px 0 0 363px;
	color:#c4c2c2;
}

/* Fussbereich - Ende */



/* Links */

.linkdukelgrauuterstrichen {
	color:#575656;
	text-decoration:underline;
}

.grauunterstrichen {
	color:#c4c2c2;
	text-decoration:underline;
}

.linkblauunterstrichen {
	color:#7db4ec;
	text-decoration:underline;
}

.linkweissunterstrichen {
	color:#ffffff;
	text-decoration:underline;
}

/* Links - Ende */



/* Kontaktformular */


.textfeld {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	height:16px;
	width:180px;
	border:1px solid #ffffff;
	background-color:#575453;
	margin-bottom:5px;
}

.textbereich {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	width:180px;
	border:1px solid #ffffff;
	background-color:#575453;
	height:50px;
}

.schalftflaechesenden {
	height:18px;
	width:160px;
	font-size:9px;
	color:#ffffff;
	background-color:#7db4ec;
	border-bottom:1px #575453 solid;
	border-left:#575453 1px solid;
	border-right:1px #575453 solid;
	border-top:#575453 1px solid;
	letter-spacing:1px;
	margin:0 0 0 204px;
	font-weight:bold;
	cursor:pointer;
}

.schalftflaechesendenbest {
	height:18px;
	width:160px;
	font-size:9px;
	color:#ffffff;
	background-color:#7db4ec;
	border-bottom:1px #575453 solid;
	border-left:#575453 1px solid;
	border-right:1px #575453 solid;
	border-top:#575453 1px solid;
	letter-spacing:1px;
	font-weight:bold;
	cursor:pointer;
}

.kontakttext {
	font-size:11px;
	color:#ffffff;
	padding-bottom:3px;
}


/* Kontaktformular - Ende */













