html {
	font-size: 100%;
	height: 100%;
	width: 100%;
} 
body {
	color: #ffffff;
	font-size: 13px; 
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana;
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
div, li, h1, h2, h3, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, dt, dl {
	margin:0;
	padding:0;
}
td{vertical-align:top;}
pre, code {
	font-family: "Times";
	background-color: #e3e3e3;
}
a {
	color: #999999;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #000000;
	text-decoration: underline;
}
strong, .bold {font-weight: bold;}
ul {
	margin: 0;
	padding: 15px 20px 15px 15px;
	list-style-type: square; 
	list-style-position: outside; 
	color: rgb(63, 63, 63);
}
li {padding: 0 0 5px 10px;}
img{border: none;}
h1,h2{
	color: #000000;	
	font-family: Arial, Verdana;
	padding: 0;
}
h1{
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	margin: 0; 
}
h2{
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	margin: 0; 
}
p{padding: 0 30px 18px 14px;}

/*****************************
 * Layout Aufbau		
*****************************/
.browsebar{
	position: relative; 
	margin: 0 auto 0 auto; 
	padding: 0px 0 0 0;
	width: 870px; 
	height: 33px;
}
.browsebar .navigationbtn{
	position: absolute;
	bottom: 11px;
	right: 0px;
	display: block;
	cursor: pointer;
}
.navoverlay{
	top: 0px;
	right: -220px;
	position: absolute;
	height: 100%;
	width: 220px;
	z-index: 20;
}
.navoverlay .bgopac{
	background: #000000;
	height: 100%;
	width: 220px;
	opacity: 0.9;
}
.navoverlay .navcnt{
	position:absolute;
	margin-top: -270px;
	top: 50%;
	left: 23px;
	height: 556px;
}
.navoverlay .navcnt .navbtnwhite{
	background: url(../img/navigation_white.png) no-repeat;
	width: 93px;
	height: 13px;
	padding-bottom: 13px;
}
.navoverlay .navcnt a {
	padding-top: 8px;
	padding-left: 14px;
	display: block;
	height: 22px;
	width: 200px;
	text-decoration: none;
	overflow: visible;
}
.navoverlay .navcnt a:hover, .navoverlay .navcnt a:focus, .navoverlay .navcnt a:active {
	display: block;
	height: 22px;
	width: 200px;
	text-decoration: none;
	overflow: visible;
}
.line{
	margin: 43px 0px 43px 14px;
	line-height: 1px;
	height: 1px;
	width: 142px;
	background: url(../img/line.png) repeat-x;
}
.navoverlay .navcnt p{
	font-size: 11px;
}
.social{
	position: relative; 
	margin: 11px auto 0 auto; 
	width: 870px; 
	height: 33px;
	font-size: 11px;
	color: #000000;
}
.social span{
	padding-left: 10px;
}
.contact{
	cursor: pointer;
}

/* vertical zentrieren */
.vcent{
	margin-top: -278px; 
	position: absolute;
	top: 50%;
	width: 100%;
	height: 556px;
	overflow: hidden;
}
.ixzitat{
	position: absolute;
	width:870px;
	top: 80px;
	left: 50%;
	margin-left: -435px;
	text-align: left;
}
.ixzitat img{
	margin: 0;
}
#data{
	color: #000000;
}
.navoverlay .navcnt a.navmail{
	display: inline;
	height: auto;
	padding: 0;
	width: auto;
}
.navoverlay .navcnt a.navmail:hover{
	color: #ffffff;
}
.social ul{
	padding: 0;
	margin: 0;
}
.social ul li{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
.bubbleInfo,
.bubbleInfo2 {
	z-index: 100;
    position: relative;
}
.trigger,
.trigger b{
	cursor: pointer;
}
.popup {
    position: absolute;
    display: none;
    z-index: 100;
    border-collapse: collapse;
	overflow: visible;
	height: 160px;
}
.bubbleInfo2 .popup {
	height: 230px;
}
.bbopac{
	margin-top: 12px;
	background: #000000;
	width: 200px;
	height: 128px;
	opacity: 0.9;
	filter: alpha(opacity=80);
	z-index: 90;
}
.bubbleInfo2 .bbopac {
	height: 198px;
}
.bbcnt{
	position:absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 150px;
	color: #ffffff;
	padding: 20px;
	filter: alpha(opacity=100);
	z-index: 100;
}
.bubbleInfo2 .bbcnt {
	height: 230px;
}
.bbbordertop{
	position:absolute;
	top: 0px;
	left: 0;
	width: 200px;
	height: 12px;
	background: url(../img/bubble/bordertop.png) no-repeat ;
	opacity: 0.9;
	filter: alpha(opacity=80);
	z-index: 90;
}
.bbborderbottom{
	position:absolute;
	bottom: 0px;
	left: 0;	
	width: 200px;
	height: 20px;
	background: url(../img/bubble/borderbottom.png) no-repeat ;
	opacity: 0.9;
	filter: alpha(opacity=80);
	z-index: 90;
}
.bbcnt a {
	color: #efefef;
	text-decoration: none;
}
.bbcnt a:hover,.bbcnt a:focus,.bbcnt a:active {
	color: #ffffff;
	text-decoration: underline;
}
