/*****************************************************************
						Tag Formatierung
*****************************************************************/

* {
	margin:					0; 
	padding:				0;
}

html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }

body { 
	background-color: #e7e7e7; 
	background-image: url(../images/bg.jpg); 
	background-repeat: repeat-x; 
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

p { 
	margin-bottom:			16px; 
}

a { outline:none;}

h2 {
	padding: 100px 0 0 0;
	line-height: 40px;
	font-size:22px;
	font-weight: normal;
}

a {
	color: #3b86a3;
	text-decoration:none;
	font-weight: normal;
}

a:hover,
a:active {
	color: #7aafc3;
}

/*****************************************************************
						Klassen Formatierung
*****************************************************************/

.suchtext {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

/*****************************************************************
						HP Formatierung
*****************************************************************/

#container {  
	width: 998px;
	margin: 0 auto;
}


#header {
	width: 998px;
	height: 462px;
	background: url(../images/header_neu.jpg);
}

#content {  
	width: 998px;
    height: auto;
    padding-bottom: 30px;
    float: left;
}

#left {  
	padding:20px 20px 20px 0;
	width:630px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	float: left;
	background:url(../images/content-bg.jpg) top right no-repeat;
	display: inline;
}

#right {  
	float: left;
	padding-bottom:50px;
	width:297px;
	display: inline;
}

#footer {
	clear: both;
	position: relative;
	z-index: 10;
	height: 133px;
	margin-top: -133px; 
	background-image: url(../images/footer_bg.jpg); 
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 13px;
	letter-spacing: 0.05em;
}

#footer_content {  
	width: 998px;
	letter-spacing: 0.1em;
	height: 133px;
	margin: 0 auto;
	background: url(../images/footer.jpg) 0 0 no-repeat; 
	line-height: 18px;
	color: #dfdfdf;
}

#footer_content a {
  color: #dfdfdf;
  text-decoration: none;
  font-weight: bold;
}

#footer_content a:hover,
#footer_content a:active {
  color: #ffffff;
}

#footer_left {
  float: left;
  width: 350px;
  margin: 30px 0 0 0px;
}

#footer_center {
  float: left;
  width: 300px;
  margin: 30px 0 0 20px;
}

/****************************************************************/

#left ul {
	margin-left: 20px;
	line-height: 1.8em;
}

/****************************************************************/

.navi {
	float: right;
	text-align: right;
	width: 252px;
	margin: 0 20px 0 0;
}

.navi ul {
	list-style: none;
	text-align: right;
	float:right;
}

.navi ul li {
	display: block;
}

.navi ul li a,
.navi ul li.empty  {
	text-decoration: none;
	text-align: left;
	float: left;
	color: #000;
	display: block;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.1em;
	height: 34px;
	width: 232px;
	padding: 18px 0 0 20px;
	margin-top: 5px;
	background: url(../images/menue.jpg) 0 0 no-repeat;
}

.navi ul li a:hover,
.navi ul li.active a,
.navi ul li.empty:hover {
	background: url(../images/menue.jpg) 0 -52px no-repeat;
	color: #000;
	cursor: pointer;
}
/****************************************************************/

.navi_bottom {
	float: right;
	text-align: right;
	width: 200px;
	margin: 30px 20px 0 0;
}

.navi_bottom ul {
	list-style-type: none;
	text-align: right;
	float:right;
	display: inline;
}

.navi_bottom ul li {
	margin: 0;
	padding: 0;
}

.navi_bottom ul li a,
.navi_bottom ul li.empty  {
	text-decoration: none;
	color: #dfdfdf;
	display: block;
	font-weight: normal;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 13px;
}

.navi_bottom ul li a:hover,
.navi_bottom ul li.active a,
.navi_bottom ul li.empty a{
	color: #fff;
	cursor: pointer;
}

#lang {
    text-align: left;
    padding: 250px 0 0 10px;
}

#lang a img {
    border: none !important;
    margin-right: 15px;
}
