/** Hass CSS **/

body {
	background:url(../_bilder/bg.png) #ffffff;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
}

h1 {
	font-size:24px;
	line-height: 28px;
	margin-bottom:24px;
}

h2 {
	font-size:18px;
	line-height: 22px;
	margin-bottom:0;
}

a { color:#F57921 ; text-decoration: underline;}

a:hover
 {
		text-decoration: none;
	}
	
a:visited
 {
		text-decoration: underline;
	}
	
ul
 {
		list-style-type: circle;
		font-size: 14px;
		line-height: 24px;
		margin-left: 25px;
		margin-bottom: 20px;
	}

strong {
	font-weight:bold;
}

/** Headbereich **/

#logo {
	position: absolute;
	top: 0px;
	width:142px;
}

#lang {
	position: absolute;
	top: 9px;
	left: 756px;
	width:120px;
}

/** Contentbereiche **/

#content {
	background:/*url(../_bilder/contentbg.jpg) */#fff;
	background-repeat:no-repeat;
	padding:40px 30px;
	margin-top: 0px;
	float:left;
}

#left p {
	line-height:24px;
	margin:0 0 22px 0;
}

#left {
	width:460px;
	float:left;
}

#right {
	width:325px;
	float:left;
	padding:0 0 0 40px;
}

#teaser {
	border:1px dashed #F57921;
	padding:12px;
}

.newsteaser {
	height: 131px;
	color:#fff;
	background-color:#F57921;
	padding:12px;
	margin:10px 0 12px 0;
}

.newsteaser p {
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:0;
}

.newsteaser h2 {
	font-weight:bold;
	margin:6px 0 12px 0;
	padding:0;
}

.newsteaser a {
	text-decoration:underline;
	color:#fff;
}

.newsteaser a:hover {
	text-decoration:none;
}

#left p.date
 {
		margin: 0px;	
		line-height: 24px;
	}
	
table
 {
		width: 100%;
	line-height:24px;
	margin-bottom: 24px;
	}
	
table td
 {
		padding-right: 15px;
		padding-bottom: 10px;
	}

/** Layout **/

#pagewrapper,#page {
	margin:0;
	padding:0;
}

#shadow {
	margin:0 auto;
	width:885px;
	padding:0 20px 0 20px;
	background:url(../_bilder/shadow.png);
}

#header {
	 
		position: relative;
	width:885px;
	height:245px;
}

#clear {
	clear:both;
}

#footer {
	height:80px;
	line-height:80px;
	font-size:11px;
	color:#8A8C8F;
	text-align:center;
	background:url(../_bilder/clear.png);
	background-repeat:no-repeat;
	margin:0 auto;	
	width:885px;
	padding:0 20px 0 20px;		
}

/** Menue **/

#navigation
 {
		width:884px;
		height:26px;
  padding-left:1px;
		text-align:center;
	 background-image:url(../_bilder/menue_bg.png);
		margin-bottom: 0px;
	}