/* Definition der Container */
* {
	margin: 0;
	padding: 0;
}

BODY {
	color: #fff;
	background-color: #fff;
	font: 95% Verdana, Arial, sans-serif;
}

img{
	border:0;
}

A {
	color:black;
	text-decoration:none;	
}

td {
	height: 30px;
}

input, textarea {
	width: 180px;
	height: 18px;
	background-color: #000;
	color: #fff;
	border:1px solid;
	border-color: #fff;
	font-size:12px;
}
textarea {
	width: 304px;
	height: 84px;
	overflow : auto;
	font: 12px "Trebuchet MS";
}

#CONTAINER {
	position: relative;
	width: 915px;
	margin-top: 40px;
	margin-left: 40px;
	background-repeat: no-repeat;	
	text-align: left;
}

#HEADER {
	height: 84px;
}
#HEADER h1 {	
	font: 12px "Trebuchet MS";
	font-weight:bold;
	padding-left:10px;
	line-height:15px;
}
#HEADER p {
	width: 169px; height:47px; margin-top:1px;
}


#WORKSAMPLES {
	position: absolute;
	width: 169px;
	height:63px;
	background: transparent;
	top:21px;
	left:22px;
}
#WORKSAMPLES select{
	position: absolute;
	top: 24px;
	left: 10px;	
	font-size: 10px;
	width: 150px;
}

#ABOUTPIC{
	position: absolute;
	width: 169px;
	height:63px;
    background-image:url(img/menu.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/menu.png');
	_background: transparent;
	top:21px;
	left:192px;
	z-index:0;
	visibility:visible;
}

#ABOUT{
	position: absolute;
	width: 169px;
	height:63px;
	background: transparent;
	top:21px;
	left:192px;
	z-index:10;
	visibility:hidden;
	cursor: pointer;
}

#CONTACTPIC{
	position: absolute;
	width: 170px;
	height:63px;
    background-image:url(img/menu.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/menu.png');
	_background: transparent;
	top:21px;
	left:362px;
	z-index:0;
	visibility:visible;
}

#CONTACT{
	position: absolute;
	width: 170px;
	height:63px;
	background: transparent;
	top:21px;
	left:362px;
	z-index:10;
	visibility:hidden;
	cursor: pointer;
}


#WELCOME{
	position: absolute;
	width: 169px;
	height: 131px;
    background-image:url(img/welcome.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/welcome.png');
	_background: transparent;
	top:234px;;
	left:21px;
}
#WELCOME h1{	
	font: 12px "Trebuchet MS";
	font-weight:bold;
	margin-top:6px;
	padding-left:10px;
	
}
#WELCOME p {
	color: white;
	font:10px Verdana, Arial, sans-serif;
	margin-top:12px;
	margin-left:10px;
	width: 150px;	
}

#ABOUTBOX{
	position: absolute;
	top:105px;
	left:192px;
	width: 512px;
	height:262px;
	overflow:auto;
    background-image:url(img/transparent.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/transparent.png');
	_background: transparent;
	color: white;
}
#ABOUTBOX h1{	
	font: 12px "Trebuchet MS";
	font-weight:bold;
	padding: 10px;
}
#ABOUTBOX p {
	font:12px "Trebuchet MS";
	margin-top:2px;
	margin-left:10px;
	color: white;
}
#ABOUTBOX A { color: white; text-decoration: underline; }
#ABOUTBOX td {
	font:12px "Trebuchet MS";
}
