@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #595959;
	background-color: #d9d5c4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/hg.jpg);
	background-repeat: repeat-x;
}
#logo{
	position: absolute;
	width: 363px;
	height: 55px;
	left: 50%;
	margin-left: -340px;
	z-index: 5;
	background-image: url(../images/logo_alpenmoto_web.png);
	background-repeat:no-repeat; 
}
#meta{
	position: absolute;
	width: 350px;
	left: 50%;
	margin-left: 0px;
	z-index: 10;
	text-align: right;
	top: 30px;
}
#lang{
	position: absolute;
	width: 80px;
	left: 50%;
	margin-left: -315px;
	z-index: 20;
	top: 43px;
}
#main{
	position: absolute;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	margin-top: 60px;
	z-index: 1;
	padding: 10px;
	background-color: #6d7064;
}
#mutter{
	background-color: #FFFFFF;
	padding: 4px;
	height: 100%;
}
#bild{
	background-image: url(../images/header.jpg);
	background-repeat:no-repeat;
	height: 250px;
	margin-bottom: 3px;
}

#content{
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 140%;
}
#news{
	margin-top: 10px;
	background-color: #efefef;
	padding: 3px;
}
#l{
	float: left;
	width: 48%;
}
#r{
	float: right;
	width: 48%;
}
.bodytext{
	padding: 0px;
	margin: 0px;
}
a img{
	border: 0px;
}
a{
	color: #bfcc91;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.contentelement{
	clear: both;
}
.clear{
	clear: both;
}
h1{
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #bfcc91;
	font-size: 18px;
	font-weight: normal;
}
h2{
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #bfcc91;
	font-size: 13px;
	font-weight: normal;
}
h3{
	margin: 0px;
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: normal;
	color: #bfcc91;
}

