@charset "utf-8";

@font-face {
  font-family: 'din';
  font-style: normal;
  font-weight: normal;
  src: local('din'), url('../font/din1451.ttf') format('truetype');
}

html {
	background: #AAAAAA url(../img/body.png);
}

body {
	background: #AAAAAA url(../img/body.png);
	margin: 0px;
	font-family: Georgia, Helvetica, Arial, Verdana;
	font-size: 12pt;
	color: #111111;
	height: 100%;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
}

a {
	color: #F9BB54;
	text-decoration: none;
}

h1 {
	font-family: 'din';
	margin-top: 0px;
	font-weight: normal;
}

h2 {
	font-family: 'din';
	font-size: 18pt;
	font-weight: normal;
}

h3 {
	font-family: 'din';
	font-size: 14pt;
	font-weight: normal;
}

blockquote {
	margin: 0px;
	padding: 15px 60px 0px 30px;
	font-style: italic;
	background-image: url(../img/qm.png);
	background-position: top left;
	background-repeat: no-repeat;
}

ul {
	list-style-type: square;
	margin: 0px;
	padding-left: 14px;
}

#kopf {
	width: 100%;
	height: 300px;
	background-color: #CCCCCC;
	background-image: url(../img/lines.png);
}

#logo_text {
	display: block;
	position: absolute;
	top: 100px;
	left: 210px;
	color: #FFFFFF;
	font-family: 'din';
	font-size: 22pt;
}

#logo_text div {
	font-size: 14pt;
	padding-left: 1px;
}

#logo {
	display: block;
	width: 150px;
	height: 150px;
	position: relative;
	top: 30px;
	left: 30px;
	background-image: url(../img/logo.jpg);
}

#banner {
	width: 900px;
	height: 300px;
	position: relative;
	left: 50%;
	margin-left: -450px;
	background-color: black;
	background-image: url(../img/banner.jpg);
}

#navigation {
	width: 690px;
	height: 50px;
	position: relative;
	left: 50%;
	margin-left: -450px;
	margin-top: 1px;
	background-color: #111111;
	padding-left: 210px;
}

#navigation a {
	font-family: 'din';
	font-size: 14pt;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	margin-right: 15px;
	z-index: 1;
	position: relative;
}

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

#navigation a.current {
	color: #FFFFFF;
}

#inhalt {
	width: 630px;
	min-height: 200px;
	position: relative;
	left: 50%;
	margin-left: -450px;
	margin-top: 1px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	padding: 60px 60px 110px 210px;
}

#rand {
	position: absolute;
	top: 60px;
	left: 30px;
	width: 115px;
}

#rand a {
	display: block;
	margin-bottom: 5px;
}

#rand a:hover {
	color: #AAAAAA;
}

#rand a.current {
	color: #111111;
}

#strom {
	font-size: 9pt;
	color: #AAAAAA;
	text-align: center;
	padding-top: 15px;
}

#strom img {
	width: 115px;
	height: 120px;
}

.inhalt_div {
	display: none;
}

#fußzeile {
	position: absolute;
	bottom: 0px;
	height: 50px;
	color: #AAAAAA;
}

.schatten {
	box-shadow: 2px 2px 2px #666666;
	-moz-box-shadow: 2px 2px 2px #666666;
	-webkit-box-shadow: 2px 2px 2px #666666;
}

#newsticker_frame {
	height: 50px;
	margin-top: 15px;
	background-color: #EEEEEE;
}

#newsticker {
	padding: 10px;
}

#newsticker span {
	background-color: #FFFFFF;
	margin-right: 10px;
	padding: 5px 7px 5px 7px;
	display: inline-block;
	color: #CCCCCC;
}

#news h2 {
	margin: 0px 0px 5px 0px;
}

#news div {
	padding: 5px;
	font-size: 9pt;
	background-color: #E9E9E9;
}

#news p {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #CCCCCC;
}

#referenzen {
}

#referenzen td {
	width: 175px;
	padding: 0px;
	text-align: center;
	border: 1px solid #AAAAAA;
}

#referenzen .namen td {
	padding: 15px;
	border-bottom-width: 0px;
}

#referenzen .branchen td {
	padding: 15px;
	border-top-width: 0px;
	background-color: #E9E9E9;
	color: #AAAAAA;
}