body {
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	background: #dbdada;
	font: 11px Arial;
	color: #000000;
	background-image: url("img/back.jpg");
	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: table;
	width: 1070px;
	margin-left: 65px;
	margin-right: auto;
	background: url("img/contentbgall.png") repeat-y;
	}
	
#contenttop {
	width: 1070px;
	height: 12px;
	margin-left: auto;
	margin-right: auto;
	background: url('img/contenttopall.png');
}
	
#contentrechts {
	display: block;
	width: 748px;
	float: right;
	}
	
#contentrechts1 {
	display: table;
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 464px;
	float: left;
	}
	
#contentrechts2 {
	width: 464px;
	}
	
#links {
	width: 322px;
	float: left;
	}
	
#linksinhalt {
	width: 283px;
	margin-left: 39px;
}
	
#rechts {
	width: 284px;
	float: right;

	}

#rechtinhalt {
	width: 220px;
}
	
#footer {
	width: 1070px;
	background:url(img/contentfootall.png);
	height: 12px;
	margin-left:auto;
	margin-right:auto;
	clear: both;
	text-align: center;
	}

