html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Calibri,Arial,  Verdana, Sans-Serif;
	color: #484848;
	background: #9FC8D9 url(images/main_image.jpg) no-repeat fixed; /*  */
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
a:active  {
	outline: none;
}
:focus
{
  -moz-outline-style: none;
}
a:link {
	color: #0d81a2;
	text-decoration: underline;
}
a:visited {
	color: #0d81a2;
	text-decoration: underline;
}  
a:hover {
	color: #b21b00;
	text-decoration: underline;
}
a:active {
	color: #0d81a2;
	text-decoration: underline;
} 
a:focus {}

/* ------------------ */
#wrapper {
	width: 700px;
	min-height: 456px;
	height: auto !important; /* für moderne Browser */
	height: 456px; /*für den IE */
	position: relative;
	z-index: 2;
}
#nav {
	float: right;
	position: absolute;
	top: 108px;
	right: 36px;
	display: block;
}
#kontakt, #link {
	width: 413px;
	top: 220px;
	left: 247px;
	position: absolute;
	display: block;
	background-color: white;
	background: white url(images/kontakt-link-bg.jpg) no-repeat bottom;
	height: 347px;
}
#kontakt-content, #link-content {
	padding: 10px 0 0 25px;
}
#kontakt-content p, #link-content p {
	padding: 0 0 10px 0;
	font-size: 1.2em;
	line-height: 1.5em;
}
#kontakt-content ul, #link-content ul {
	margin: 0 25px 0 0;
	font-size: 1.1em;
}
#kontakt-content li, #link-content li {
	list-style: none;
	margin-bottom: 8px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #bfd8e7;
}
h1 {
	text-indent: -999em;
}
h2 {
	font-size: 1.4em;	
	color:#505050;
	margin-bottom: 10px;
	font-weight: bold;
}
a.red {
	display: block;
	background: #EFF6F9 url(images/slider-bg.jpg) no-repeat top;
	width: 413px;
	height: 26px;
}
.z-index {
	z-index: 1;	
	
}
.kontakt-popup {
	margin: 0 10px 0 0;
	padding: 0;
	position: relative;
	float: left;
}
 div.kontakt-popup em {
	background: url(images/kontakt-bubble.gif) no-repeat;
	width: 88px;
	height: 37px;
	position: absolute;
	top: -70px;
	left: -26px;
	text-indent: -9999px;
	z-index: 3;
	display: none;
	text-align: center;
}
#kontakt-icon {
	width: 36px;
	height: 27px;
	background: url(images/nullpic.gif) no-repeat 0 0;
	text-indent: -9999px;
	margin: 0;
	display: block;
}
.link-popup {
	margin: 0 auto;
	padding: 0;
	position: relative;
	float: left;
}
div.link-popup em {
	background: url(images/link-bubble.gif) no-repeat;
	width: 88px;
	height: 37px;
	position: absolute;
	top: -70px;
	left: -26px;
	text-indent: -9999px;
	z-index: 3;
	display: none;
	text-align: center;
}
#link-icon {
	width: 36px;
	height: 27px;
	background: url(images/nullpic.gif) no-repeat 0 0;
	text-indent: -9999px;
	margin: 0;
	display: block;
}