@font-face {
    font-family: 'CantarellRegular';
    src: url('/fonts/Cantarell-Regular-webfont.eot');
    src: url('/fonts/Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Cantarell-Regular-webfont.woff') format('woff'),
         url('/fonts/Cantarell-Regular-webfont.ttf') format('truetype'),
         url('/fonts/Cantarell-Regular-webfont.svg#CantarellRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CantarellOblique';
    src: url('/fonts/Cantarell-Oblique-webfont.eot');
    src: url('/fonts/Cantarell-Oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Cantarell-Oblique-webfont.woff') format('woff'),
         url('/fonts/Cantarell-Oblique-webfont.ttf') format('truetype'),
         url('/fonts/Cantarell-Oblique-webfont.svg#CantarellOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CantarellBold';
    src: url('/fonts/Cantarell-Bold-webfont.eot');
    src: url('/fonts/Cantarell-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Cantarell-Bold-webfont.woff') format('woff'),
         url('/fonts/Cantarell-Bold-webfont.ttf') format('truetype'),
         url('/fonts/Cantarell-Bold-webfont.svg#CantarellBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CantarellBoldOblique';
    src: url('/fonts/Cantarell-BoldOblique-webfont.eot');
    src: url('/fonts/Cantarell-BoldOblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Cantarell-BoldOblique-webfont.woff') format('woff'),
         url('/fonts/Cantarell-BoldOblique-webfont.ttf') format('truetype'),
         url('/fonts/Cantarell-BoldOblique-webfont.svg#CantarellBoldOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
	margin: 0;
	padding: 0;
	font-size: 15px;
    font-family: 'CantarellRegular';
    font-weight: normal;
    font-style: normal;
	color: #666;
}
#page, #page-bottom {
	/*
	border: 1px black;
	border-style: none solid;
	*/
}
/* Beginn CSS für Sticky Footer */
html {
	overflow: scroll;
}

html, body {
	height: 100%;
}

hr {
	border: 0px;
	border-bottom: 1px dashed #333;
	margin-top: 10px;
	margin-bottom: 10px;
}

#page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px; /* the bottom margin is the negative value of the footer's height */
background-color:rgba(255,255,255,.7) !important;
background-color:rgb(255,255,255);
filter: alpha(opacity=70);
-moz-opacity: .70;
z-index: 1;
}
#page-bottom, #push {
	height: 120px; /* .push must be the same height as .footer */
}
/* Ende CSS für Sticky Footer */

body {
	background-color: #ccc;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -430px;
	width: 862px;
}

img.hintergrundbild {
	min-height: 100%;       
	min-width: 1024px;
	width: 100%;            
	height: auto;
	position: fixed;        
	top: 0;
	left: 0;
	z-index: -1;

}
@media screen and (max-width: 1024px) {
	img.hintergrundbild {
	left: 50%;                
	margin-left: -512px;
}

}

#content {
	margin-top: -20px;
	padding: 20px;
}
#content p{
	font-size: 13px;
}

#content-top {
	float: left;
	width: 820px;
	margin-bottom:10px;

}

#content-bottom {
	float: left;
	width: 820px;
	margin-top:10px;
	margin-bottom:10px;

}

#push {
	clear: both;
}

#content-kontakt img {
	float: right;
}

#page-bottom {
	clear: both;
}

#footer {
	float: right;
	margin-right:20px;
	height: 100px;
}

#copyright {
	clear: both;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background-color: #861538;
	color: #ccc;
	font-size: 10px;
}

#nav 
{	position: relative;
	width: 850px;
	left: 12px;
	top: -80px;
	line-height: 40px;
}

#menu li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: center;
}

#menu a {
	display: block;
}

#menu li a:hover, p a:hover, #menu li a.active {
	color: white;
	text-decoration: none;
}

#menu li a, p a {
	text-decoration:none;
}

div b {
	
	color: #861538;
    font-weight: bold;
}

h2 {

	color: #861538;
	font-weight: bold;
}

h2, #menu li, #menu li a, p a {
	color: #bbb;
}

h4 {
	color: #861538;
	font-size: 14px;
    font-weight: bold;
}

#content  a {
	font-size: 13px;
	color: #861538;
	text-decoration: none;
}
#content a:hover {
	color: #666;
	text-decoration: none;
}

form {
	
	width: 360px; /* Breite des Formulars */
	padding: 20px;
	border: 1px solid #8c8c8c;
	min-height: 386px;
	height: auto !important;
	height: 386px;
}

#lang a {
	position: absolute;
	top: 20px;
	display: block;
	width: 16px;
	height: 11px;
	min-height: 11px;
}

#lang #lang-de-selected {
	background: url("/img/flags.png") no-repeat;
	background-position: 0 0;
	right: 40px;
}

#lang #lang-de {
	background: url("/img/flags.png") no-repeat;
	background-position: -16px 0;
	right: 40px;
}

#lang #lang-it-selected {
	background: url("/img/flags.png") no-repeat;
	background-position: 0 -11px;
	right: 20px;
}

#lang #lang-it {
	background: url("/img/flags.png") no-repeat;
	background-position: -16px -11px;
	right: 20px;
}

#logo2 {
	position: relative;
	top: -3px;
}

#fb-like {
	position: absolute;
	top: 20px;
	left: 20px;
}
.err
{
	color: red;
}
.center
{
	text-align: center;
}
#menue{
	text-align: center;

}
ul#text{
    margin: 20px;
  }
  
ul#thumbs
{
    
  }

ul#thumbs li{
    list-style-type: none;
	display:inline;
  }
#left {
	position: relative;
	text-align:center;
	float: left;
	width: 400px;
	margin-right:10px;
}

#left p {
	color: #861538;
	font-size: 14px;
}
#right {
	position: relative;
	text-align:center;
	float: left;
	width: 400px;
	margin-left:10px;
}
#right p {
	color: #861538;
	font-size: 14px;
}

#center {
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}
#center p {
	color: #861538;
	font-size: 14px;
}
.left{ 
   position:relative; 
   text-align:center; 
   float: left; 
   width: 300px; 
}
.middle{ 
   position:relative; 
   text-align:center; 
   float: left; 
   width: 200px; 
}
.right{ 
   position:relative; 
   text-align:center; 
   float: left; 
   width: 300px; 
}