@charset "utf-8";
/* ***********************************************************************                    
                                                                                                                                
          Project:	Stubaier Freitagsmusig                                             
          Author:	Norbert Taeubl -  www.buntstift.at                    
          Version: 	1.0                                                   
          Date: 	19/03/2010                                       
                                                                         
 *********************************************************************** */

html, body  {
	background: #43441f url(../img/bg-body.gif) repeat-x;
	height:100%;
	}
body  {
	font: 81.25% Arial, Helvetica, sans-serif;
	text-align: center; 
	color: #161609;
	line-height:1.4em;
	}
a:link, a:visited {color:#C46209;text-decoration:none;}
a:hover {color:#990000;}
#wrapper {
	width:750px;
	margin: 0 auto;
	text-align:left;
	padding: 0px 33px 0 33px;
	background: url(../img/bg-header-1.gif) 0 0 no-repeat;
	min-height:600px;
	}

/* Header */
.header {
	position:relative;
	height:101px;
	overflow:hidden;
	}
.header h1 a {
	display:block;
	position:absolute;
	top:23px;
	left:30px;
	width: 320px;
	height:75px;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
	}


/* Navigation */
.navItem {
	width: 130px;
	height: 113px;
	border:1px solid #686431;
	text-align:right;
	padding:0px 5px 0 5px;
	background:#c8c5a9; 
	float:left;
	margin-right:10px;
	overflow:hidden;
	}
.nav-last {
	margin-right:0;
	}
.navigation .nav-neuigkeiten {background: rgba(200, 197, 169, 0.8) url(../img/bg-link5.gif) 3px 22px no-repeat;}
.navigation .nav-ueber-uns {background: rgba(200, 197, 169, 0.8) url(../img/bg-link1.gif) 3px 22px no-repeat;}
.navigation .nav-termine {background: rgba(200, 197, 169, 0.8) url(../img/bg-link2.gif) 3px 22px no-repeat;}
.navigation .nav-fotos {background: rgba(200, 197, 169, 0.8) url(../img/bg-link3.gif) 3px 22px no-repeat;}
.navigation .nav-gaestebuch {background: rgba(200, 197, 169, 0.8) url(../img/bg-link4.gif) 3px 22px no-repeat;}
/* .navigation .nav-kontakt {background: rgba(200, 197, 169, 0.8) url(../img/bg-link5.gif) 3px 22px no-repeat;} */

/* Sub Navigation */
.subMenu {
	/* border-bottom:1px solid #8e8e64; */
	padding: 0 0 5px 0;
	}
.subMenu ul {
	margin:0;
	padding:0;
	text-align:center;
	}
.subMenu li {
	display:inline;
	}
.subMenu li a {
	float:left;
	display:block;
	padding: 2px 20px 2px 0px;
	font-size:0.95em;
	}
	
/* Content */
.content {
	position:relative;
	background:#c5c5ab url(../img/bg-content.jpg) 0 bottom no-repeat;
	border:1px solid #686431;
	padding: 5px 40px 20px;
	margin: 20px 0 0 0;
	}
.content .player {
	position:absolute;
	right:0px;
	top:10px;
	width:60px;
	height:60px;
	}
.headline {
	text-align:center;
	font-size:40px;
	padding: 10px 0 5px;
	color:#C46209;
	font-weight:bold;
	}
.js .headline {
	visibility:hidden;
	}
.content h2 {
	font-size:1.2em;
	padding: 10px 0 5px;
	color:#C46209;
	font-weight:bold;
	}
.content p {
	padding: 0 0 15px 0;
	}
img.portrai {
	float:left;
	padding: 0 10px 5px 0;
	}
a.orderLink:link,
a.orderLink:visited {
	background:#d46602;
	display:block;
	/* margin:0 0 0 534px; */
	margin: 2px 0 0px;
	padding: 3px 10px;
	width:100px;
	text-align:center;
	color:#FFF;
    -moz-border-radius: 5px; /* FF1+ */
  	-webkit-border-radius: 5px; /* Saf3+, Chrome */
    border-radius: 5px; /* Opera 10.5, IE 9 */
	text-transform:uppercase;
	}
a.orderLink:hover {
	background:#C46209;
	}
  
		
/* News */
h2.headlineNews {
	display:block;
	width:169px;
	height:44px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../img/headline-neuigkeiten.gif) no-repeat;
	margin: 20px 0 0px 230px;
	padding:0;
	}
	
.address {
	text-align:center;
	padding:5px 0;
	font-size:0.8em;
	color:#c8c5a9;
	}
.sharing {
	padding: 20px 0px 10px 530px; 
	}

/* Contact form */
.containerContactForm,
.containerOrderForm {
	margin:10px 80px;
	}
.containerContactForm input.itxt,
.containerContactForm textarea.txtarea,
.containerOrderForm input.itxt,
.containerOrderForm textarea.txtarea {
	border:1px solid #666;
	width:300px;
	padding: 2px 5px;
	}
.containerContactForm textarea.txtarea,
.containerOrderForm textarea.txtarea {
	height:200px;
	}
.containerOrderForm input.inbr  {
	width:30px;
	border:1px solid #666;
	padding: 2px 5px;
	}
input.btn {
	background:#d46602;
	display:block;
	/* margin:0 0 0 534px; */
	padding: 3px 10px;
	color:#FFF;
    -moz-border-radius: 5px; /* FF1+ */
  	-webkit-border-radius: 5px; /* Saf3+, Chrome */
    border-radius: 5px; /* Opera 10.5, IE 9 */
	text-transform:uppercase;
	border:none;
	cursor:pointer;
	}
.containerContactForm form div,
.containerOrderForm form div {
	clear:left;
	padding: 15px 0 0 0;
	}
.containerContactForm form div label,
.containerOrderForm form div label {
	float:left;
	width:110px;
	}
.containerContactForm .formMeta {
	margin: 20px 0 0 110px;
	}
p.account {
	margin-left:80px;
	font-weight:bold;
	font-style:italic;
	color:#000;
	}

/* ------------------------------------
		Default stuff
------------------------------------ */
.box_shadow {
     -moz-box-shadow: 0px 0px 8px #44441f; /* FF3.5+ */
 	 -webkit-box-shadow: 0px 0px 8px #44441f; /* Saf3.0+, Chrome */
     box-shadow: 0px 0px 8px #44441f; /* Opera 10.5, IE 9.0 */
}
.imgCenter {margin: 10px auto;display:block;padding:5px;border: 1px solid #686431;}
.alignCenter {display:block;margin:5px auto;}
.fltrt {float: right; margin-left: 8px;}
.fltlft {float: left; margin-right: 8px;}
address {font-style: normal;}
a:focus, a:active {outline: none;}
.clearfloat {clear:both; height:0; font-size: 1px; line-height: 0px;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
 .clearfix {
	display: inline-block;
	}
html[xmlns] .clearfix {
	display: block;
	}
* html .clearfix {
	height: 1%;
	}
	
		
#login {
	font-size: 10px;
	}
#person {
	font-size: 12px;
	}
#guestbook_header  {
	font-size: 12px;
	}
#date  {
	font-size: 10px;
	border-top: 0px solid #666;
	color:#FFFFFF;
	padding: 0 0 0 2px;
	background: #000 url(images/blau.gif);
	}
#date2  {
	font-size: 10px;
	border-top: 1px solid #666;
	color:#000;
	background-image:url(images/grau.gif);
	}
#text  {
	font-size: 12px;
	}
#comment  {
	font-size: 11px;
	font-style:italic;
	color:#666;
	}
#seiten {
	font-size: 11px;
	}
input.txt, textarea.txt {
	padding: 2px 4px;
	margin:2px 0;
	border:1px solid #666;
	width:300px;
	}
input.capt {
	padding: 2px 4px;
	margin:2px 0;
	border:1px solid #666;
	}
.guestbookAdmin {
	padding: 10px;
	background: #c8c6a9;
	}
