/* CSS Styles www.bitarbyter.de TempSite */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "Trebuchet MS", Helvetica, Arial, Tahoma;
}

body {
	background: #AEC6C1 url(images/bg.jpg) repeat;
}

#wrapper {
	width: 930px;
	margin: auto;
}

#main {
	width: 930px;
	min-height: 662px;
	background: url(images/main.jpg) no-repeat;
	position: relative;
}

a {
	font-weight: bold;
	text-decoration: underline;
	color: #3D5651;
	background: none;
}

a:hover {
	text-decoration: none;
}

a.kontakt {
	display: block;
	position: absolute;
	width: 375px;
	height: 172px;
	top: 380px;
	left: 50px;
	background: url(images/kontakt.png) no-repeat;
	}
	
a.teamviewer {
	display: block;
	position: absolute;
	width: 334px;
	height: 208px;
	top: 200px;
	left: 500px;
	background: url(images/teamviewer_down.png) no-repeat;
}

a.teamviewer:hover {
	background: url(images/teamviewer_over.png) no-repeat;
}

a.facebook{
	display: block;
	position: absolute;
	width: 168px;
	height: 64px;
	top: 490px;
	left: 540px;
	background: url(images/fb_down.png) no-repeat;
}

a.facebook:hover {
	background: url(images/fb_over.png) no-repeat;
}

a.firefox{
	display: block;
	position: absolute;
	width: 121px;
	height: 64px;
	top: 490px;
	left: 720px;
	background: url(images/ff_down.png) no-repeat;
}

a.firefox:hover {
	background: url(images/ff_over.png) no-repeat;
}

#copyright {
	position: absolute;
	width: 930px;
	text-align: right;
	bottom: 0;
	right: 30px;
	font-size: 80%;
	background: none;
	color: #3D5651;
	line-height: 1.3em;
}

	#copyright span.mainline {
		font-size: 115%;
	}

h1 {
	font-size: 125%;
	color: #ff6600;
	margin: 10px 0;
	}

h2 {
	font-size: 115%;
	color: #ff6600;
	margin: 8px 0;
}
