@charset "iso-8859-1";
/* CSS Document */

body {
	min-width: 900px;
	background-color: #FFFFFF;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000
}

#inks {
	min-height: 800px;
	min-width: 220px; 
	width: 220px; 
	max-width: 220px; 
	padding-top: 0px; 
	padding-bottom: 0px; 
	padding-left: 5px; 
	padding-right: 5px; 
	float: left;
	background-image:url(../images/linkskompri.png);
	background-repeat: no-repeat;
}

#mitte {
	min-height: 800px;
	min-width: 400px; 
	padding-top: 0px;
	padding-bottom: 0px; 
	padding-left: 5px; 
	padding-right: 5px;
	background-image:url(../images/mitte.png);
	background-repeat: repeat-x;
	overflow: hidden;
}

#content {
	min-width: 380px;
	min-height: 530px;
	position: absolute;
	padding-right: 40px;
	padding-bottom: 40px;
	left: 245px;
	top: 250px;
	text-align: justify;
}

#headline {
	min-width: 380px;
	height: 31px;
	top: 213px;
	position: absolute;
	left: 245px;
	font-size: 28px;
	font-weight: bold;
}

#rechts {
	min-height: 800px;
	min-width: 14px; 
	width: 14px; 
	max-width: 20px; 
	padding-top: 0px; 
	padding-bottom: 0px; 
	padding-left: 5px; 
	padding-right: 5px; 
	float: right;
	background-image:url(../images/rechtskompri.png);
	background-repeat: no-repeat;
}

#schriftzug {
	position: absolute;
	top: 45px;
	right: 10px;
	min-width: 400px;
}

#datum {
	position: absolute;
	top: 55px;
	left: 10px;
}

#home {
	height: 62px;
	width: 186px;
	position: absolute;
	top: 282px;
	margin: 0;
	padding: 0;
	left: 0px;
}

#services {
	height: 62px;
	width: 186px;
	position: absolute;
	top: 364px;
	margin: 0;
	padding: 0;
	left: 0px;
}

#portfolio {
	height: 62px;
	width: 186px;
	position: absolute;
	top: 446px;
	margin: 0;
	padding: 0;
	left: 0px;
}

#contact {
	height: 62px;
	width: 186px;
	position: absolute;
	top: 529px;
	margin: 0;
	padding: 0;
	left: 0px;
}

a.home:link, a.home:visited {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 186px;
	height: 62px;
	background-image: url(../images/buttons/home.png)
}

a.home:hover, a.home:active {
	background-position: bottom;
	width: 186px;
	height: 62px;
	display: block; 
}

a.services:link, a.services:visited {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 186px;
	height: 62px;
	background-image: url(../images/buttons/services.png)
}

a.services:hover, a.services:active {
	background-position: bottom;
	width: 186px;
	height: 62px;
	display: block; 
}

a.portfolio:link, a.portfolio:visited {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 186px;
	height: 62px;
	background-image: url(../images/buttons/portfolio.png)
}

a.portfolio:hover, a.portfolio:active {
	background-position: bottom;
	width: 186px;
	height: 62px;
	display: block; 
}

a.contact:link, a.contact:visited {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 186px;
	height: 62px;
	background-image: url(../images/buttons/contact.png)
}

a.contact:hover, a.contact:active {
	background-position: bottom;
	width: 186px;
	height: 62px;
	display: block; 
}