/**
 * 12.04.2008, 2c, Basic Layout
 */
 
/* Standard Template fuer KUONI.CH */
/* 05.07.2007 2c, First Layout */
/* 27.03.2008 2c, No h3 on order pages */
/* 28.04.2008 2c, Taken for Lapicidae */

body {
	/* background: #fff url(/img/temp_preview.jpg) no-repeat; */
	background: #000 url(../images/main_bg.jpg) no-repeat; 
	color: #E1DDDD;
	margin: 0;
	padding: 0;
	font: 12px/15px verdana, arial, helvetica sans-serif;
	/* width: 983px; */
	}
	
frameset {
	border: 1px solid red;
}
	
#lfooterframe {
	background: #000 url(../images/bg_footer.jpg) no-repeat; 
}

#lmusicframe {
	background: #000 url(../images/bg_music.jpg) no-repeat; 
}

#wrapper {
	background: transparent;
	position: absolute;
	width: 1000px;
	height: 605px;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	/*
  height: 590px; 
  width: 950px;   
  padding: 15px 50px 0 15px;
  margin: -300px 0 0 -480px;
  top: 50%; 
  left: 50%;
  overflow: visible;
  */
}

#header {
	height: 135px;
	width: 100%;
	background: transparent url(../images/lapicidae_logo.gif) no-repeat 18px 0;
	position: absolute;
	top: 10px;
	left: 0;
}
#logolink a {
	position: absolute;
	top: 0;
	left: 20px;
	width: 400px;
	height: 120px;
}

#breadcrumbs {
	width: 870px;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 0;
}

#navTools {
	display: none;
}


#mainnavigation {
	display: inline;
	position: absolute;
	right: 120px;
	top: 106px;
	width: 825px;
}

.moduletable_menu {
	margin-top: 20px;
}

#maincontent {
	position: absolute;
	top: 165px;
	left: 31px;
	padding: 40px 60px;
	width: 730px;
	height: 300px;
	overflow: hidden;
}

.content {
	width: 500px;
}
#navBeta {
	position: absolute;
	top: 40px;
	left: 580px;
	width: 245px;
}

.buttonheading {
	display: none;
}

.articleinfo {
	font-size: 8px;
	line-height: 10px;
}

#footer {
	position: absolute;
	top: 575px;
	left: 0;
	font-size: 10px;
	line-height: 12px;
	width: 981px;
	text-align: right;
	padding: 0;
	color: #acacac;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #AAA;	
}

.moduletable_menu h3 {
	display: none;
}

#mainnavigation ul {
	list-style: none;
	margin: 0 0 0 20px;;
	padding: 0;
	border: 0;
	}

#mainnavigation li	{
	text-align: left;
	padding: 0;
	margin: 0;
	border: 0;
	font: 12px/22px Bigfish, verdana, arial, helvetica, sans-serif;
	color: #B6B6b6;
	float: right;
	/*
	background: transparent url(../images/bg_menu.png) no-repeat -10px -8px;
	padding: 0 10px 0 0;
	*/
	}

#mainnavigation li a {
	margin: 0;
	font-weight: bold;
	padding: 0 0 0 20px;
	text-decoration: none;
	text-align: center;
	background: transparent url(../images/bg_menu_left.png) no-repeat top left;
	display: block;
	color: #000;
}

#mainnavigation li a span {
	margin: 0;
	font-weight: bold;
	padding: 8px 20px 14px 0;
	text-decoration: none;
	text-align: center;
	background: transparent url(../images/bg_menu.png) no-repeat top right;
	display: block;
	color: #000;
}

	

#mainnavigation li a:hover,
#mainnavigation li.sactive a {
	background: transparent url(../images/bg_menu_left.png) no-repeat left -50px;
	color: #FFF;
}	

#mainnavigation li a:hover span,
#mainnavigation li.sactive a span {
	background: transparent url(../images/bg_menu.png) no-repeat right -50px;
	color: #FFF;
}	


#mainnavigation li.active a {
	text-decoration: none;
	background: transparent url(../images/bg_menu_left.png) no-repeat top left;
	color: #FFF;
}

#mainnavigation li.active a span {
	text-decoration: none;
	background: transparent url(../images/bg_menu.png) no-repeat top left;
	color: #FFF;
}


/*  standard tags  ------------------------------------------------ */


img {
	border: 0;
	}

p {
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.3em;
	}
	
th,td {
	padding: 2px 10px 2px 10px;
	font: 12px/16px helvetica, arial, sans-serif;
	}
	
b {
	font-weight: bold;
	}
	
th {
	text-align: left;
	font-weight: bold;
	}
	
a, a:link, a:visited {
	font-weight : normal; 
	text-decoration : none;
	color: #CB421B;
	background: transparent; 
	}

/* a:visited { color: #E4B4BE; } */

a:hover {
	font-weight : normal; 
	text-decoration : underline;
	color: #7E2A47;
	background: transparent; 
	}

a:active {
	font-weight : normal; 
	text-decoration : none;
	color: #BE8225;
	background: transparent;  
	}
	
.sactive a { color: #CB421B; text-decoration: none;}
.sactive a:link { color: #CB421B; text-decoration: none;}
.sactive a:visited { color: #CB421B; text-decoration: none; }
.sactive a:hover { color: #7E2A47; text-decoration: underline; }
.sactive a:active { color: #CB421B; }


address	{
	font:10px/15px arial, helvetica, sans-serif;
	color: #AAA;
	background:transparent; 
	}

acronym	{
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px dotted #ccc;
	}

em {
	font-weight : normal; 
	font-style : normal; 
	text-decoration : none;
	color: #CB421B;
	background: transparent;  
	}
	
em a {
	text-decoration : underline;
	}
	
code {
	text-transform: uppercase;
	font-size : 0.9em; 
	color: #fafafa;
	background: transparent;  
	padding-left: 5px;
	}




/*  headlines  ------------------------------------------------ */


h1, h2, h3, h4, h5, h6	{
	font-weight: normal;
	color: #F0F2F1;
	}
	
h1	{
	clear: both;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
	font-size: 18px;
	line-height: 22px;
	}

h2	{
	margin-top: 0;
	margin-bottom: 18px;
	font-size: 14px;
	line-height: 17px;

    }

h3	{
	font-size: 12px;
	line-height: 1.1em;
	margin-top: 11px;
	margin-bottom: 3px;
	font-weight: bold;
    }

h4	{
	font-size: 12px;
	line-height: 1.1em;
	margin-top: 3px;
	margin-bottom: 4px;
	letter-spacing: 1px;
	}

h5	{
	font-size: 10px;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
	}

/* helpers */

.hide {
	display: none;
}

.clearall {
	clear: both;
}

#galleryTeaser h2 {
	display: none;
}

#musicplayer {
	position: absolute;
	top: 1px;
	left: 875px;
}

.leftcolumn {
	width: 49%;
	display: block;
	float: left;
}

.rightcolumn {
	width: 49%;
	display: block;
	float: left;
}

/* Kontakt Page */

.contactform {
	margin: 0;
	padding: 0;
}

p.warning {
	padding: 15px 0 0 0;
	height: 15px;
}

.contactform label {
	display: block;
	float: left;
	margin-right: 15px;
	width: 60px;
	padding-top: 3px;	
}

.contactform input {
	float: left;
	margin: 0 20px 2px 0;
	width: 145px
}

.contactform input#firma {
	width: 390px;
}

*html .contactform input#firma {
	width: 391px;
}
*+html .contactform input#firma {
	width: 391px;
}

.contactform input.required,
.contactform textarea.required {
	background-color: #FFF6CF;
}

.contactform label.required {
	text-decoration: underline;
}

.contactform input.submit {
	margin-left: 222px;
	width: 100px;
	margin-top: 10px;
}

.contactform textarea {
	width: 390px;
}

*html .contactform textarea {
	width: 391px;
}
*+html .contactform textarea {
	width: 391px;
}


.contactform .clearall {
	height: 4px;
}

/* Gallery Frame */
#galleryframe {
	padding-bottom: 20px;
	background: transparent none repeat-x scroll 0 0;
	background-image: url("/images/bg_galleryoverlay.png");
	height:420px;
	left:20px;
	padding-bottom:20px;
	padding-left:125px;
	position:absolute;
	top:0;
	width:688px;
	display: none;
    -webkit-border-radius: RADIUS;    /* for Safari */
    -moz-border-radius: RADIUS;       /* for Firefox */
}

#galleryframe iframe {
	width: 608px;
	height: 392px;
}

#galleryframe #iframeclose {
	position: absolute;
	top: 8px;
	right: 95px;
}