/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
/*===================================
	GENERAL HTML-ELEMENTS
====================================*/
body {
	color: #000000;
	background: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
}
a {text-decoration:none;}
a:link {
	color: #000000;
	width: 200px;
}
a:visited {
	width: 200px;
	color: #000000;
}
a:hover {
}
/*===================================
	DIV
====================================*/
#wrapper {
	color: #000000;
	background: #FFFFFF;
	width: 770px;
	left: auto;
	right: auto;
	margin: auto;
	height: 770px;
	top: 40px;
	position: relative;
	padding: 15px;
}
#wrapper02 {
	width: 770px;
	height: 250px;
	padding: 15px;
	position: relative;
	margin: 15px;
}
#header {
	width: 770px;
	position: absolute;
	top: 20px;
	float: left;
	border-bottom: 1px solid #000000;
}
#header a{
	text-decoration: none;
	color: #000000;
}
#header a:hover{
	text-decoration: none;
	color: #000000;
}
#header01 {
	width: 250px;
	left: 0;
	float: left;
	display: block;
	top: 15px;
}
#header02 {
	width: 250px;
	left: 520;
	color: #999999;
	top: 15px;
	float: right;
	font-size: 11px;
	padding-top: 5px;
}
#nav {
	width: 250px;
	float: left;
	position: absolute;
	top: 70px;
	font-size: 11px;
}
#nav li{
	list-style-type: none;
}
#nav a{
	display: inline;
}

#nav a:hover,
#about #nav01 a,

#work #nav02 a,
#bankverein #port01 a,
#boxshop #port02 a,
#burdawireless #port03 a,
#capehost #port04 a,
#eques #port05 a,
#foodbank #port06 a,
#gasberdbc #port07 a,
#healthworks #port08 a,
#kc #port09 a,
#kubo #port10 a,
#mirage #port11 a,
#monster #port12 a,
#netfonds #port13 a,
#nhf #port14 a,
#saccess #port15 a,
#tampa #port16 a,
#varste #port17 a,
#vilico #port18 a,
#pinkribbon #port19 a,
#wiesmann #port20 a,

#contact #nav03 a,

#imprint #nav04 a{
	background: #000000;
	color: #FFFFFF;
	width: 250px;
}
#image {
	height: 350px;
	width: 510px;
	top: 70px;
	float: right;
	left: 275px;
	position: absolute;
	background-image: none;
}
#copy {
	width: 770px;
	padding: 0px;
	position: absolute;
	top: 429px;
	font-size: 11px;
	left: 15px;
}
#copy01 {
	width: 250px;
	margin: 0px;
	padding: 10px 0px 0px;
	float: left;
	border-top: 1px solid #000000;
	left: 0px;
	font-size: 11px;
	height: 37px;
	position: absolute;
}
#copy01 a{
}
#copy01 a:hover{
	color: #FFFFFF;
	background-color: #000000;
}
#copy02 {
	width: 250px;
	padding: 10px 0px 0px;
	display: block;
	border-top: 1px solid #000000;
	margin: 0px;
	left: 260px;
	font-size: 11px;
	position: absolute;
}
#copy02 a{
	color: #000000;
}
#copy02 a:hover{
	color: #FFFFFF;
	background: #000000;
}
#copy03 {
	position: absolute;
	left: 520px;
	width: 250px;
	padding: 10px 0px 0px;
	color: #999999;
	float: right;
	border-top: 1px solid #000000;
	font-size: 11px;
}
#copy03 a{
	color: #999999;
}
#copy03 a:hover{
	color: #FFFFFF;
	background: #999999;
}
#copy04 {
	position: absolute;
	left: 520px;
	width: 250px;
	padding: 10px 0px 0px;
	color: #999999;
	float: right;
	border-top: 1px solid #000000;
}
#copy04 a{
	color: #999999;
}
#copy04 a:hover{
	color: #000000;
}
#footer {
	font-size: 9px;
	padding-top: 5px;
	position: absolute;
	width: 770px;
	padding-bottom: 0px;
	border-top: 1px solid #000000;
	top: 750px;
}
#footer a{
	color: #000000;
}
#footer a:hover{
	text-decoration: underline;
	color: #000000;
	background: #FFFFFF;
}
/*===================================
	CONTACT
====================================*/
form {
	background: #FFFFFF;
	background-color: #FFFFFF;
	width: 368px;
	padding: 10px 10px 30px;
	position: absolute;
	left: 194px;
}
label {display: block;}
#sender, textarea {
	width: 268px;
	border: 1px solid #000000;
	margin-bottom: 1em;
}
textarea {height: 7em;}
input: focus, textarea: focus
{
background: #FFFFFF;
}
/*====================================*/
.highlight {
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #00FF00;
}
.english {
	color: #FFFFFF;
	background: #000000;
	display: inline;
}
.headline {
	color: #FFFFFF;
	background: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
}
.selected {
	color: #000000;
}
