/* ----------------------------------------
	 Layout
	 © 2005 by Melan
------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	border: 0;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	line-height: 16px;
	color: #666;
	background: #646666 url(/images/bg_body.gif);
}

.clearboth {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	visibility: hidden;
}

.clearboth img {
	display: none;
}

div, span {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

h2 {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	line-height: 16px;
	color: #666;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#print {
	display: none;
}

p a:link, p a:visited {

	text-decoration: none;
	color: #EF5417;

	voice-family: "\"}\"";
	voice-family: inherit;
	padding-left: 13px;
	background: url(/images/link_pfeil.gif) 2px 4px no-repeat;
}

.blank_002 { } /* fuer IE5 */

p a:hover, p a:active {
	color: #EF5417;
	text-decoration: underline;
}

.clearboth {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Infobox */
#infobox-outer {
    position: fixed;
    background: url('/images/stoerer_background.png');
    z-index: 100;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
}

#infobox-inner {
    position: fixed;
    z-index: 101;
    top: 50%;
    margin-top: -244px ;
    left: 50%;
    margin-left: -345px;
    height: 485px;
    width: 691px;
}

#infobox-content {
    position: relative;
}

#infobox-content a {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 100px;
    text-indent: -9999;
    z-index: 102;
    background: url('/images/blank.gif');
}

#infobox-close {
    position: relative;
}

#infobox-close a {
    right: 0;
    position: absolute;
    background: #EE5019;
    color: #fff;
    padding: 4px 20px;
    text-align: center;
    display: block;
    margin-top: 20px;
    cursor: pointer;
    font-weight: bold;
}
