﻿/* PolDe */

/* BASIS */

body {
	background-image: url(images/J0143748.GIF);
}

/* RAHMEN - kopf */

#kopf {
	height: 158px;
	width: 100%;
}
#kasia {
	height: 160px;
	width: 123px;
}

/* RAHMEN - links */

#links {
	position: absolute;
	width: 200px;
	left: 10px;
	top: 179px;
	height: 574px;
}
.navi {
	position: absolute;
	top: 40px;
	top: 136px;
	left: 16px;
	width: 124px;
}
#logo {
	position: absolute;
	height: 43px;
	width: 57px;		
	left: 36px;
	top: 37px;
}

/* center */
.center {
	position: absolute;
	left: 215px;
	width: 900px;
	height: 800px;
}

/* default.html */

#waehrungsrechner {
	position: absolute;
	border: 0px; 
	width: 479px;
	left: 20px;
	top: 720px;
	height: 70px;
	margin-top: 0px;
}

/* Kontakt.html */

.adr {
	position: absolute;
	top: 21px;
	left: 33px;
	width: 342px;
	height: 126px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: medium;
}
.Aufzaehlung {
		font-size: 11.0pt;
		font-family: Calibri, sans-serif;
		margin-left: 0cm;
		margin-right: 0cm;
		margin-top: 0cm;
		margin-bottom: .0001pt;
	}


/* Preise.html */

.H1 {	
	margin-bottom: 0px;
}
.H2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: medium;
	font-weight: bold;	
	text-decoration:underline;
	}
}
.preise {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: medium;
	font-style: normal;
	width: 446px;
	margin-left: 50px;
	margin-top: 18px;
	
}
.blau {
	/* font-family: Verdana, Geneva, Tahoma, sans-serif; */
	color: #006699;
}
.rechts {
	text-align: right;
}

/*******************************************************************************
 * Stylesheet für twGmap02MarkerUndInfo
 ******************************************************************************/

/* die gesamte Google Map*/
#karte {
	position: absolute;
	width: 600px; 
	height: 640px;		
	left: 7px;
	top: 155px;

}

/* für das Infofenster */
.karteInfo {
	width: 211px;
	height: 122px;
	background-color: #006699; /*#fdf9ec;*/
	border: 2px dotted #ffbb60;
	text-align: center;
}
.kopfzeile {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	azimuth: center;
	float: none;
}
.karteInfo .text {
	/*float: right;*/
	margin: 0px;
	padding: 0px;
}
.img {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
}
.twClear {
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
}
