/* CSS Document */

body {
	background-color:#000;
	margin-top:0px;
	background-image:url(../layoutPics/background.jpg);
	background-repeat:no-repeat;
	background-position:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	
}

#main-container {
	width:800px;
	min-height:600px;
	border: 1px solid #333; 
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	
}

#bg_header {
	width:800px;
	height:167px;
	background-image:url(../layoutPics/bgHeader.png);
	
}
#header {
	width:800px;
	height:167px;
	border:0px solid red;
	
	
}

#main_screen_start{
	width:800px;
	height:433px;
	border:0px solid red;
	background-image:url(../layoutPics/backGroundScreen_start.png);
	/*background-color:#FFF;*/
	
}

#main_screen{
	width:800px;
	height:433px;
	border:0px solid red;
	background-image:url(../layoutPics/backGroundScreen.png);
	/*background-color:#FFF;*/
	
}


#submenu {
	width:180px;
	height:360px;
	border:1px solid 0ed;	
	float:left;
	padding-top:20px;
	padding-left:20px;
}

#submenu a:hover{
	text-decoration:none;
	color:#FF9900;
	}

#submenu a {
	text-decoration:none;
	color:#333333;
	}


#screen {
	width:580px;
	height:390px;
	border: 0px solid green;
	margin-left:200px;
	padding-top:20px;
	padding-left:10px;
}

#screen a:hover{
	text-decoration:none;
	color:#FF9900;
}
#screen a {
	text-decoration:none;
	color:#333333;
}

#kontakt {
position:relative;
margin-left:0px;
margin-top:10px;
width:400px;
height:200px;
border: 1px solid #999999;
padding-top:10px;
padding-left:10px;
}

#randombild {
position:absolute;
margin-left:310px;
margin-top:40px;
width:72px;
height:32px;
border:0px solid red;
}

#impressum {
position:relative;
width:400px;
height:400px;
border: 0px solid black;

}

#subServices {
position:relative;
width:160px;
height:350px;
border: 0px solid black;
padding-top:30px;	
}
#webthumbs {
color:#CCCCCC;
}
	#webthumbs a {
	border: 1px solid #999999;
	}
	#webthumbs a:hover {
	border: 1px solid #FF6600;
	}
#screenshot {
margin-top:100px;;
padding-top:1px;
margin-left:250px;
position:absolute;
border: 0px solid black;
width:252px;
height:202px;
}
.servicesTable_wihite{
	background-image:url(../layoutPics/bgWhite86.png);
	font-size:11px;
	color:#333333;	
}

.servicesTable_orange{
	background-image:url(../layoutPics/bgOrange.png);
	font-size:11px;
	color:#FFF;	
}

