@charset "utf-8";

/*
helles grau d9d9d9
dunkles grau 999999
orange ffab00
*/

body{
	margin: 0 0 0 0;
	background-color: #D9D9D9;
	font-family: Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	overflow-y: scroll;
}

#container{
	left: 50%;
	top: 50px;
	width: 800px;
	position: absolute;
	margin-left: -400px;
	background-color:#FFFFFF;
}
	
#header{
	width: 800px;
	height: 120px;
	text-align: right;
	border-bottom: 5px solid #FFAB00;
}

#header_left{
	letter-spacing: 0.3em; 
	text-transform: uppercase;
	text-align: left;
	float: left;
	color: #AAAAAA; /* #F5F5F5;*/
	font-size: 24px;
	font-weight: 600;
	padding-top: 80px;
	padding-left: 20px;
}

#header_right{
	width: 50%;
	height: 100%;
	text-align: right;
	float:right
}


#header img{
	padding-right: 50px;
	padding-top: 10px;
}

#header span{
	font-size: 24px;
	padding-right: 150px;
	padding-top: 20px;
	color: #D9D9D9;
}
	
#navigation{
	top: 135px;
	left: 0px;
	width: 180px;
	position: absolute;
	font-weight: bold;
	font-size: 18px;
}

#navigation ul{
	line-height: 30px;
	padding-left: 35px;
	margin: 0 0 0 0;
}

#navigation li {
	list-style-image: url(../images/navigationspunkt0.png);
}

#navigation li:hover{
	list-style-image: url(../images/navigationspunkt1.png);
}

#navigation li:active{
	list-style-image: url(../images/navigationspunkt1.png);
}

#navigation li:visited{
	list-style-image: url(../images/navigationspunkt0.png);
}

#navigation a {
	text-decoration: none;
	color: #000000;
}

#navigation a:hover{
	color: #FFAB00;
}

#navigation a:active{
	color: #FFAB00;
}

#navigation a:visited{
	color: #000000;
}

#subnavigation{
	font-weight: bold;
	font-size: 15px;
}

#subnavigation li {
	list-style-image: url(../images/navigationspunkt_sub0.png);
}

#subnavigation li:hover{
	list-style-image: url(../images/navigationspunkt_sub1.png);
}

#subnavigation li:active{
	list-style-image: url(../images/navigationspunkt_sub1.png);
}

#subnavigation li:visited{
	list-style-image: url(../images/navigationspunkt_sub0.png);
}


#content{
	margin-top: 15px;
	margin-left: 190px;
	width: 600px;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 300px;
}

#footer{
	height: 20px;
	width: 800px;
	text-align: right;
	background-color: #D9D9D9;
	border-top: 1px solid #000000;
	border-bottom: 5px solid #FFAB00;
}

#footer p {	
	font-size: 9px;
	margin-right: 10px;
}

h1{
	font-weight: bold;
	font-size: larger;
}

.adresse{
	margin: 5px 0 0 0;
}

.name{
	font-weight: bold;
	margin: 10px 0 0 0;
}

.position{
	font-style: italic;
	margin: 0 0 0 0;
}

.email{
	margin: 0 0 0 0;
}

.intext_link{
	text-decoration: underline;
	color: #000000;
	border-style: none;
}

/* Feature-Matrix unter Produkte*/

th {
	font-weight: bold;
	background-color: #D9D9D9;
	vertical-align:top;
}

td {
	vertical-align:top;
}

/* Image-Gallery unter Produkte*/
.gallerytable td {
	vertical-align: bottom;	
	font-size: x-small;
}
