/* css von cecomm + codylindley-tooltip-code + retorte-vertretungen-code */

* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 78%;
	line-height: 1.6em;
	background-color: #FFFFFF;
}
a {
	color: #2F4E8F;
}
h1 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1em;
}
p {
	margin-bottom: 1em;
}
hr {
	border: none;
	color: #FFFFFF;
	border-bottom: 1px solid #917025;
	margin-bottom: 1em;
}

#header {
	position: absolute;
	width: 400px;
	height: 300px;
	top: 40px;
	left: 40px;
	text-align: left;
	background: url("../images/logo-PNG.png");
	}
	#header img {
		margin-left: 0px;
	}

#nav_background {
	position: absolute;
	width: 233px;
	height: 200px;
	top: 220px;
	left: 55px;
	font-size: 14px;
	color: #917025;
	text-align: right;
	z-index: 100;
	}
	#nav_background ul {
		padding: 0px;
		margin: 0px;
	}
	#nav_background li {
		/* 	display: block; */
		list-style-type: none;
		line-height: 17px;
	}

#navigation {
	position: absolute;
	width: 400px;
	height: 200px;
	top: 220px;
	left: 55px;
	font-size: 14px;
	z-index: 100;
	color: #2F4E8F;
/*	border: 1px dotted red; */
	}
	#navigation ul {
		padding: 0px;
		margin: 0px;
	}
	#navigation li {
		/* 	display: block; */
		list-style-type: none;
		line-height: 17px;
	}
	#navigation a {
		/* 	width: 100%; */
		text-decoration: none;
		color: #917025;
	}
	#navigation a:hover {
		text-decoration: none;
		color: #2F4E8F;
	}
	
#button {
	position: absolute;
	width: 183px;
	height: 185px;
 	top: 280px;
	left: 200px;
	z-index: 700;
}
#content {
	position: absolute;
	width: 400px;
 	top: 208px;
	left: 490px;
	text-align: left;
	color: #2F4E8F;
}
#content_map {
	position: absolute;
	width: 620px;
 	top: 20px;
	left: 400px;
}

/* POEPSEL */
#poepsel a {
	width: 25px;
	height: 24px;
	display: block;
	background-image: url("../images/poepsel.png");
	text-decoration: none;
}
#poepsel a:hover {
	display: block;
	background-image: url("../images/poepsel2.png");
}


/* ----- tool tip specific styles ----- */
#theToolTip{
position: absolute;
left: -300px; /* wertaenderung aendert nix am aussehen */
width: 200px; /* Breite Tooltip-Fenster */
border: 2px solid #9CADC3; /* borderdicke + -farbe */
padding: 6px 0px 2px 14px; /* Abstand oben, ?, unten, links   */
background-color: #DFE4EB; /* Hintergrundfarbe */
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4); 
/* filter funktioniert nur bei IE !!! */
}

#ToolTipPointer {
position: absolute;
left: -300px;  /* ??? */
z-index: 101;
visibility: hidden;
}

#theToolTip p {
font-size: 0.9em; /* Groesse hochgesetzt-> codylinley url erscheint oberhalb Text riesig */
text-decoration:underline;
color: #3B5B84; /* Schriftfarbe im Tooltip unter Ueberschrift */
line-height:1.0em;  /*  Zeilenabstand unterer Text */
padding: 0px;
margin: 0px;
margin-right: 8px; /* innerer Rand re */
margin-bottom: 0.8em;
}

#ToolTipTextWrap /* Ueberschrift */ {
	font-size: 0.9em;
	line-height:1.0em;
	color: #3B5B84;
	margin-right: 10px;
}




