body { padding:0; margin:0; background: #eee; }

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

}


h1 { font: 50px/58px 'CardoRegular', Arial, sans-serif; letter-spacing: 10px; color:#333; }
h2 { font-family: Verdana, Tahoma, Geneva, sans-serif; color:#333; font-size:18px; }
p { font-family:Tahoma, Geneva, sans-serif; color:#333; font-size:12px; line-height:20px; }
p a { font-family:Tahoma, Geneva, sans-serif; color:#333; font-size:12px; text-decoration:none;  }
p a:hover { color:#900; text-decoration: none; }


/* Inhalt div mittig im Browserfenter */
#inhalt { width:750px; height:350px; position:absolute; top:50%; left:50%; margin-top:-250px; margin-left:-400px; background: url(../images/white-trans.png) 0 0 repeat; border-radius:10px; border:1px solid #fff; padding:25px; z-index:500;    }


/* headlines Starseite mittig */
.headlineconstart { width:100%; text-align:center; margin-top:25px; }

/* Formatierung der Inhalt Boxen divs nebeneinander */
.box { width:350px; border:0 solid; float:left; }
.clear { clear:both; }
.boxright { margin-left:50px; height:350px; overflow:hidden;  border-radius:10px; }


/* menu */
#menucon { width:800px; height:50px; position:absolute; bottom:-70px; right:0px; background:url(../images/hgMenuCon.png) 0 -18px no-repeat; }
#menuinner { width:300px; height:50px; margin:0 auto; padding-left:40px}

#btnStartseite { width:50px; height:50px; background:url(images/btnStartseite.png) 0 0 no-repeat; float:left; margin-left:20px; }
#btnStartseite:hover { width:50px; height:50px; background:url(images/btnStartseite.png) 0 -50px no-repeat; float:left; margin-left:20px; }

#btnKnopf { width:50px; height:50px; background:url(images/btnKnopf.png) 0 0 no-repeat; float:left; margin-left:20px; }
#btnKnopf:hover { width:50px; height:50px; background:url(images/btnKnopf.png) 0 -50px no-repeat; float:left; margin-left:20px; }


.clear { clear:both; }



#iframeCon {}

.iframe { border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border:0px #FFFFFF none; margin-left:0; }
	
#email, #name { width:240px !important; }
#fancybox-content div { overflow:hidden !important; }

#impressum { width:500px;}

.btncon { opacity: .9; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter: alpha(opacity=90); display:inline-block; }
.btncon:hover { opacity: 1.0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); }
.btnLeft { background:url(../fancybox/fancy_title_left.png) 0 0 no-repeat; width:15px; height:32px;  padding:4px 8px; margin:0 -1px 0 0; border:0 solid #930}
.btnMitte { background:url(../fancybox/fancy_title_main.png) 0 0 repeat-x; width:90px; height:32px; text-align:center; color:#fff; padding:4px 8px; border:0 solid #930; }
.btnMitte a { color:#fff; text-decoration:none; font-family:Verdana, Geneva, sans-serif; font-size:12px; font-weight:bold; padding:10px 10px; display:compact; }
.btnRight { background:url(../fancybox/fancy_title_right.png) 0 0 no-repeat; width:15px; height:32px; padding:4px 8px; }