/* -------- Allgemein -------- */

body
	{
	padding: 0px;
	margin: 0px;
	overflow-y: 'auto';
	overflow-x: 'auto';
	-moz-scrollbars-horizontal: 'auto';
	-moz-scrollbars-vertical: 'auto';
	height: 100%;
	}

.bg
	{
	background: url(http://www.bernhard-behr.com/images/bg.jpg) center center no-repeat;
	}

html
	{
	height: 100%;
	}



/* -------- Inhaltsbereich -------- */

.p,p,.x
	{
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	margin-top: 0px;
	}

.x
	{
	font-size: 10px;
	line-height: 14px;
	}

.bb
	{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #8A6E4C;
	font-weight: bold;
	margin-top: 0px;
	letter-spacing: 1px;
	}

.textlink,.linka
	{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	color: #D7892A;
	font-weight: normal;
	margin-top: 0px;
	}

.textlink:hover,.linka
	{
	color: #333333;
	}

.linktext
	{
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	margin-top: 0px;
	}

.linktext:hover
	{
	color: #D7892A;
	}

#starttext, .copy, #start
	{
	
	}

#start
	{
	position: absolute;
	left: 5px;
	top: 4px;
	}
	
#start h1,#start p {
	font: 10px/14px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
}

#start h1.b,#start p.b {
	color: #000;
}

.copy {
	font: 9px/11px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	position: absolute;
	left: -700px;
}


iframe
	{
	overflow:hidden;
	}

.datenschutz {
	position: fixed;
	right: 5px;
	bottom: 5px;
	display: block;
}

.datenschutz a {
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    line-height: 15px;
    text-decoration: none;
    color: #000000;
    font-weight: normal;
}


