@import url(background.css);

body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.logo {
	text-align:left;
	margin-bottom:30px;
	color:#cc0000;
}

.foot {
	text-align:right;
	padding-bottom: 20px;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}


/* News ----------------------------------------------------- */

.news{
	margin: 0 auto;
	width:  900px;
	position: relative;
	margin-top: 100px;
	z-index: 1;
	color:  #423f35;
	font-size:  14px;
	line-height:  18px;
	padding: 10px 30px 10px 30px;
	border: #AAA 5px solid;
	-moz-border-radius:10px;
  	-webkit-border-radius:10px;
   	border-radius:10px;
	-moz-box-shadow: 0 0 1em 0.2em hsla(120,0%,50%,1);
	-webkit-box-shadow: 0 0 1em 0.2em hsla(120,0%,50%,1);
	box-shadow: 0 0 1em 0.2em hsla(120,0%,50%,1);
}

.news .links{
	width:  430px;
	float:  left;
	margin:  0px 0px 0px 17px;
	border-right:  1px solid #423f35;
	padding-right:10px;
}

.news .rechts{
	width: 420px;
	margin: 0;
	padding-top:110px;
	padding-left:20px;
	float:  left;	
	}
	
.news .rechts-e{
	width: 430px;
	margin: 0;
	padding-top:92px;
	float:  right;	
	display:  inline;
	}

.news .rechts-i{
	width: 430px;
	margin: 0;
	float:  right;	
	display:  inline;
	}


.news h2 a{
	color: #ccbfb6;
	text-decoration: none;
	font-weight: bold;
	}
	
.news h2 a:hover{
	color:  #fff;
	}


/* Content ----------------------------------------------------- */

h1 {
	color:#c00;
	font-size:14px;
	padding-left:9px;
	text-align:left;
	font-style:normal;
	font-weight:normal;
}

.slogan{
	margin: 1em 20px;
	padding-left: 20px;
	padding-bottom:20px;
	font-style:italic;
	font-size:16px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.impressum{
	overflow:  auto;
	width:  840px;
	height:  340px;
	z-index:1;
}

.impressum h3{
	color:  #fff;
	}

.lang {
	color:  #000;
	text-decoration: none;
	font-size:  12px;
	position: absolute;
	top: 20px;
	left:  48%;
	margin-left:  390px;	
}

.lang a:link {
	color: #900;
	text-decoration: none;
	font-size:  14px;
}

.lang a:hover {
	color:  #666;
	text-decoration: none;
	font-size:  14px;
}

.lang a:visited {
	color: #900;
	text-decoration: none;
	font-size:  14px;
}

.lang a.active {
	color: #666;
	text-decoration: none;
	font-size:  14px;
}

.imp{
	margin: 0 auto;
	width:  900px;
	color:  #000;
	text-decoration: none;
	font-size:  12px;
	position: relative;
}

.imp a {
	color:  #000;
	text-decoration: none;
	font-size:  12px;
}

a:link {
	color: #900;
	text-decoration: none;
	font-size:  14px;
}

a:hover {
	color:  #000;
	text-decoration: none;
	font-size:  14px;
}

a:visited {
	color: #900;
	text-decoration: none;
	font-size:  14px;
}
