@charset "UTF-8";
/* OHOJA.de, Frank Schubert 2011 */
	html {
		width: 100%;
		height: 100%;
	}

	body {

	font: normal 13px 'Droid Sans', Rotis, Hevetica, Arial, Helvetica, sans-serif;	
	color: rgb(0,0,0);		
	background-color: rgb(217,218,220);
	line-height: 17px
	}

	a { 
		color: rgb(0,0,0);	
		text-decoration: none; 	
	}
	a:hover {
		text-decoration: underline;
	}

	#cntBackground {
		position: absolute;
		top: 190px;
		left: 0px;
	}
	#cntBackground img {
		width: 1000px;
	}

	
	#pos {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height:100%;
		text-align: center;
		z-index: 100;
	}

	#mainwrapper {
		position: relative;
		text-align: left;
		margin: 0 auto 0 auto;
		width: 1000px;
		overflow: visible;
		height:100%; 
		
	}	

	#logo {
		position: absolute; 
		left: 710px; 
		top: 130px;
	}
	#cntLeft {
	position: absolute;
	left: 12px;
	top: 403px;
	width: 440px;
	}
	#cntRight {
	position: absolute;
	left: 710px;
	top: 403px;
	width: 222px;
	}
