body {
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	background: #000609;
	font: 11px Arial;
	color: #000000;
	background-image: url("img/bg.png");
	background-repeat: repeat-x;
	}
	
a {
	text-decoration: none;
	}
	
a.header {
	color: #FFFFFF;
	}

div.hidden {
	display: none;
}

div.visible {
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	}

#header {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	height: 223px;
	background: url("img/header.png") no-repeat;
	text-align: right;
	}
	
#teamviewhead {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	height: 24px;
	text-align: center;
	}
	
#teamviewer {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	height: 148px;
	background: url("img/teamviewer_bg.png");
	}
	
#navigation {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	height: 50px;
	background: url("img/navi_bg.png");
	}
	
#content {
	display: block;
	position: absolute;
	width: 968px;
	margin-left: 116px;;
	margin-right: 116px;;
	background: url("img/contentfullbg.png");
	}
	
#contentrechts {
	width: 685px;
	float: right;
	}
	
#contentrechts1 {
	width: 464px;
	float: left;
	}
	
#contentrechts2 {
	width: 464px;
	background: url("img/content_bg.png");
	}
	
#links {
	width: 283px;
	float: left;
	background: url("img/linksbg.png");
	}
	
#rechts {
	width: 221px;
	float: right;
	background: url("img/rechtsbg.png");
	}
	
#footer {
	display: block;
	width: 604px;
	clear: both;
	text-align: center;
	line-height: 30px;
	}
