/* general */

html, body, div, p, h1, h2, h3, ul, ol, span, table, td, form, img, li {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
 	font-size: 101%;
	color: #fff;
}

img {border:0px;}
table {border:0px;}
td {vertical-align:top;}
a {color:#fff; text-decoration:none;}
a:hover {color:#acacac; text-decoration:none;}


h1 {color:#fff; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:0.95em; font-weight:bold; margin-bottom:20px; line-height: 16px;}


html {
height:100%;
background: #666 url(/images/dots.gif) no-repeat;
}


/* bodys */
body {
	height:100%;
	background:url(/images/bg.gif) repeat-x 0px 111px;
	margin: 0px;
	padding: 0px;
}

#whiteline {
	width:1px;
	height:100%;
	background:#fff;
	position:absolute;
	left: 633px;
}

#motiv {
	width: 633px;
	height: 180px;
	position: absolute;
	top: 139px;
	background: url(/images/motiv.jpg) no-repeat;
}

#poweredbox {
	width: 299px;
	height: 180px;
	position: absolute;
	top: 139px;
	left: 634px;
	background: url(/images/bg_poweredbox.gif) repeat-x;
	text-align: center;
}

#content {
	position: absolute;
	left: 50px;
	top:360px;
	font-size:11px;
	line-height: 16px;
}

#br {
	margin-bottom:10px;
	display:block;
}