@charset "utf-8";
/* CSS Document */

body, html, * {
	margin:0;
	padding:0;
}

img {
	border:none;
}

body {
	background-image:url(../media/images/bg.gif);
	background-color:#494901;
	min-width:777px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

a {
	text-decoration:none;
	color:#333333;
}

#side {
	width:777px;
	margin-left:50%;
	position:absolute;
	left:-388px;
	margin-top:40px;
	
	
	
}

#sidetop {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='media/images/bgTop.png');
  width:777px;
  height:19px;
 
}

html > body > #side > #sidetop {
	width:777px;
	height:19px;
	background-image:url(../media/images/bgTop.png);
	background-repeat:no-repeat;
	
}

#sidebottom {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='media/images/bgBottom.png');
  width:777px;
  height:22px;
 
}

html > body > #side > #sidebottom {
	width:777px;
	height:22px;
	background-image:url(../media/images/bgBottom.png);
	background-repeat:no-repeat;
	
}

#sidecenter {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='media/images/bgCenter.png',sizingMethod='scale');
  width:777px;
}

html > body > #side > #sidecenter  {
	background-image:url(../media/images/bgCenter.png);
	background-repeat:repeat-y;
	width:777px;
	
}

#content {
	margin-left:20px;
	min-height: 500px;
    height: auto !important;
    height: 500px;
	
}
#einhornbottom {
	position:absolute;
	left:546px;
	top:124px;
}

#menu {
	position:absolute;
	top:151px;
	left:-20px;
	font-size:14px;
}

.mnormal a{
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='media/images/bgMenu.png');
  width:158px;
  height:36px;
  display:block;
  padding-left:50px;
  padding-top:8px;
  margin-bottom:4px;
}

.mnormal a:hover {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='media/images/bgMenuActive.png');
  width:158px;
  height:36px;
  display:block;
  padding-left:50px;
  padding-top:8px;
}

html > body > #side > #menu .mnormal a{
	width:158px;
	height:36px;
	background-image:url(../media/images/bgMenu.png);
	background-repeat:no-repeat;
	margin-bottom:4px;
}

html > body > #side > #menu .mnormal a:hover{
	width:158px;
	height:36px;
	background-image:url(../media/images/bgMenuActive.png);
	background-repeat:no-repeat;
}

.mactive a{
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='media/images/bgMenuActive.png');
  width:158px;
  height:36px;
  display:block;
  padding-left:50px;
  padding-top:8px;
  margin-bottom:4px;
}

html > body > #side > #menu .mactive a{
	width:158px;
	height:36px;
	background-image:url(../media/images/bgMenuActive.png);
	background-repeat:no-repeat;
	margin-bottom:4px;
}

#innercontent {
	width:350px;
	margin-left:150px;
	padding-top:28px;
}

.picdescription {
	float:right;
	font-size:11px;
	padding-top:2px;
	padding-bottom:15px;
}

h1 {
	font-weight:normal;
	font-size:18px;
}

h2 {
	font-weight:normal;
	font-size:16px;
	padding-top:10px;
}
p {
	text-align:justify;
}
#kontakt {
	
}

#kontakt a {
	color:#669933;
}
#kontakt .label {
	color:#669933;
	width:80px;
	float:left;
}

#weihnachten {
position:absolute;
right:25px;
top:270px;
background-image:url(../media/images/weihnachten_bg.gif);
	background-repeat:no-repeat;
	width:205px;
	height:220px;
	display:block;
	padding:5px;
}