* {
margin: 0;
padding: 0;
border:0;
}

html,
body {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	height: 100%;
	}

a                { text-decoration:none; }
a:link           { color:#ee4e00; }
a:visited        { color:#ee4e00; }
a:hover          { color:#000000; }
a:active         { color:#000000; }
a.selected       { color:#000000; }

#next span                {color:#000000;background-color:#ffffff; }
#next span:link           {color:#000000;background-color:#ffffff; }
#next span:visited        {color:#000000;background-color:#ffffff; }
#next span:hover          {color:#ffffff;background-color:#000000; }
#next span:active         {color:#ffffff;background-color:#000000; }
#next span.selected       {color:#ffffff;background-color:#000000; }

a .at { /* Klammeraffe als Pixelbild für E-Mail-Adresse */
	background-position: 0 0;
	background-image: url(../common/at.gif);
	background-repeat:no-repeat;
	width: 10px;
	height:14px;
	text-decoration:none;
	padding:0;
	visibility:visible;
	cursor: pointer;
	}

a:hover .at {
	background-position:0 -14px;
	}

h1, h2, h3 {
	font-size: 1em;
	font-weight: 800;
	font-style: normal;
	}

h2 {
	color: #ee4e00;
	}

p {
	font-size: 1em;
	font-weight: 400;
	font-style: normal;
	}

#next a {
	position:fixed;
	top:0;
	left:220px;
	background-position: 0 0;
	background-image: url(../common/weiter.png);
	background-repeat:no-repeat;
	width: 121px;
	height:25px;
	visibility:visible;
	cursor: pointer;
	}

#next a:hover {
	background-position:0 -25px;
	}

#vita {
	position:fixed;
	top:0;
	left:0;
	background-position: 0 0;
	background-image: url(../common/halbtrans.png);
	width: 162px;
	height:25px;
	visibility:visible;
	cursor: pointer;
	}

#vita span{
	position: absolute;
	top:4px;
	left:9px;
	}

#vita span a{
	font-size: 0.9em;
	font-weight: 800;
	font-style: normal;
	color:#000000;
	}

#vita span a:hover {
	color:#ee4e00;
	}

* html img {
	position:relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "common/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
	}

/*
* html img-test {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sProperties);
	}
*/

#hgbild {
	width:100%;
	}

#hgbild img {
	width:100%;
	}

.bildbox {
	position:absolute;
	}

.textbox {
	position:absolute;
	font-size: 0.9em;
	color:#5c584b;
	text-align:left;
	padding-bottom:50px;
	}

.orange {
	color: #ee4e00;
	}

#unsichtbar {
	position:absolute;
	display:none;
	}
