
@media screen {

html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #AFAFAF;
}
a:hover {
	color: #E60003;
}
.left {
	float: left;
}
.anim {
	float: right;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #CCCCCC url(page_bg.jpg) repeat-x;
	text-align: center;
	font: 12px verdana, arial, sans-serif;
	color: #484848;
	padding-bottom: 10px;
	padding-top: 31px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 778px;
	position: relative;
	background: url(body_bg.gif) repeat-y;
/*	height: 787px;	*/

}

#header {
  position: absolute;
  top: 0;
  left: 243px;
  width: 535px;
  height: 125px;
  background: url(header_2.jpg) no-repeat;
}
#left {
  float: left;
  width: 243px;
}
#logo {
  width: 244px;
  height: 152px;
  background: url(header_1.jpg) no-repeat;
  text-align: center;
  color: #484848;
}
#logo h1 {
  padding-top: 20px;
  font: 24px "arial narrow", arial, sans-serif;
}
#logo p {
  margin: 8px 25px 4px 25px;
  border-top: 1px solid #AFAFAF;
  border-bottom: 1px solid #AFAFAF;
  padding: 3px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

#nav {
  background: url(nav_left.jpg) no-repeat;
}
#nav ul {
  margin-left: 9px;
  padding-left: 1px;
  padding-bottom: 29px;
  background: #484848 bottom left url(nav_bot.jpg) no-repeat;
}
#nav li {
  list-style: none;
  font: 14px "arial narrow", arial, sans-serif;
  border-top: 1px solid #959595;
  background: 188px 10px url(arr.gif) no-repeat;
  padding: 4px 0 0 31px;
}
#nav a {
  color: #CCCCCC;
  text-decoration: none;
  border-left: 1px solid #959595;
  padding-left: 10px;
  display: block;
  width: 90%;
  padding: 2px 0 6px 8px;
}
#nav a:hover {
  text-decoration: underline;
}
#nav .important {
  border-top: 1px solid #959595;
  background: 188px 10px url(arr_on.gif) no-repeat;
}
#nav .important a {
  color: #FFFFFF;
  border-left: 1px solid #FFFFFF;
}

#news {
  background: url(news_bg.jpg) repeat-y;
  padding-left: 37px;
  padding-right: 22px;
  padding-bottom: 3px;
  text-align: justify;
}
#news h2 {
  font-size: 12px;
  color: #484848;
}
#news h3, #news p {
  font-size: 11px;
  margin: 1em 8px 1em 0;
}
#news a {
  color: #AFAFAF;
  font-weight: bold;
  text-decoration: underline;
}
#news a:hover {
  color: #E60003;
}
#news .more {
  font-size: 9px;
}
#news .hr-dots {
  background: center url(dots.gif) repeat-x;
  height: 10px;
}

#support {
  background: url(support.jpg) no-repeat;
  padding: 1px;
  height: 97px;
  color: #484848;
}
#support p {
  margin: 0.7em 2.6em;
}
#sitemap {
  position: absolute;
  top: 5;
  left: 15px;
  float: left;
  width: 860px;
  padding-right: 5px;
  padding-top: 5px;
}
#sitemap a {
  color: #484848;
  text-decoration: underline;
}
#sitemap a:hover {
  color: #E60003;
}
#right {
  float: right;
  width: 460px;
  padding-right: 9px;
  padding-top: 155px;
}
#right h2, #impressum h2 , #sitemap h2{
  font: 18px arial, sans-serif;
  color: #484848;
  border-bottom: 2px solid #AFAFAF;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#right h3, #impressum h3, #sitemap h3 {
  font: 14px arial, sans-serif;
  color: #484848;
  border-bottom: 1px solid #AFAFAF;
  padding-bottom: 6px;
  margin-bottom: 1em;
  margin-top: 2em;
}
#right h4, #impressum h3, #sitemap h3 {
  font: 12px verdana, sans-serif;
  font-weight:bold;
  color: #484848;
  padding-bottom: 0px;
  margin-bottom: 0;
  margin-top: 2em;
}
#right p {
	padding-right:15px;
}
#welcome {
  margin-right: 20px;
}
#profile {
  margin-right: 16px;
}
#right .left {
  margin-right: 18px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}

#corp, #indu {
  float: left;
  width: 49%;
}
#corp {
  margin-right: 1%;
}
#corp-img, #indu-img {
  background: url(/images/pic_2.jpg) no-repeat;
  width: 112px;
  height: 23px;
  float: left;
  margin-right: 18px;
  text-align: center;
  padding-top: 90px;
  font-size: 9px;
  font-weight: bold;
}
#indu-img {
  background: url(/images/pic_3.jpg) no-repeat;
}
#spacer {
  height: 2em;
}

#footer {
  background: url(footer_bg.gif) repeat-y;
}
#copyright {
  text-align: center;
  padding: 22px 0px 30px 00px;
  font-size: 9px;
  color: #484848;
  font-weight: bold;
}
#footerline{
	background: url(footerline.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}

}