


* {
	border: 0;
	margin: 0;
	padding: 0px;
}

html{
height: 100%;
margin: 0; padding: 0;
}

body{
padding:0;
margin:0;
font:76% tahoma, verdana, sans-serif;
/*background:#e0e0e0;*/
background:#000000 url(images/bgground.jpg) center top no-repeat;
color:#303030;
height: 100%;
}

a{
text-decoration:none;
color:#663300;
}

a:hover{
text-decoration:underline;
}

#toptabs{
margin:10px auto -13px auto;
font-size:0.8em;
width:760px;
}

#toptabs p{
text-align:right;
color:#808080;
}

.toptab{
padding:3px 5px 3px 5px;
margin:0 0 0 4px;
text-decoration:none;
background:#f0f0f0 url(images/corner2.gif) top right no-repeat;
color:#808080;
border-bottom:1px solid #e0e0e0;
}

.toptab:hover{
background:#fafafa url(images/corner2.gif) top right no-repeat;
border-bottom:1px solid #eaeaea;
color:#505050;
text-decoration:none;
}

.activetoptab{
padding:3px 5px 3px 5px;
margin:0 0 0 4px;
color:#505050;
text-decoration:none;
background:#ffffff url(images/corner2.gif) top right no-repeat;
border-bottom:1px solid #ffffff;
}

.activetoptab:hover{
text-decoration:none;
}

#container{
/*float: left;*/
margin:0 auto 15px auto;
width:730px;
padding:5px 20px 20px 20px;
background:#ffffff;

overflow: auto; /*fixed "wrap" background problem in firefox*/
	overflow: display important!;
	min-height: 100%;

}

* html #container
{
height: 100%;
padding-bottom: 0;
}


#containeroutside{
border: solid #eda;
	border-width: 1px 0;
	
margin:0 auto 15px auto;
width:1400px;
padding:5px 20px 20px 20px;
background:#000000 url(images/bgground.jpg) center no-repeat;
}
#containerleft{
float: left;
height: 600px;
border: solid #eda;
	border-width: 1px 0;
	
margin:0 auto 0px auto;
width:366px;
padding:0px 0px 0px 0px;
background:#000000 url(images/groundleft.jpg) top right no-repeat;
}
#containerright{
float: left;
height: 600px;
border: solid #eda;
	border-width: 1px 0;
	
margin:0 auto 0px auto;
width:366px;
padding:0px 0px 0px 0px;
background:#000000 url(images/groundright.jpg) top right no-repeat;
}

#logo{
margin:15px 0 0 0;
}

#logo h1 a{
color:#303030;
}

#logo h1 a:hover{
text-decoration:none;
}

#navitabs{
clear:both;
}

.navitab{
padding:4px 8px 4px 8px;
margin:0 0 4px 0;
text-decoration:none;
letter-spacing:1px;
background:#e0e0e0 url(images/corner.gif) top right no-repeat;
border-bottom:1px solid #ffffff;
border-left:1px solid #ffffff;
}

.navitab:hover{
text-decoration:none;
background:#d0d0d0 url(images/corner.gif) top right no-repeat;
}

.activenavitab{
padding:4px 8px 5px 8px;
color:#ffffff;
margin:0 0 5px 0;
text-decoration:none;
background:#663300 url(images/corner.gif) top right no-repeat;
}

.activenavitab:hover{
text-decoration:none;
}

#desc{
height:208px;
color:#ffffff;
padding:0;
background:#663300 url(images/fronta.jpg) top left no-repeat;
/*background:#505050 url(images/front.jpg) top left no-repeat;*/
clear:both;
margin:5px 0 10px 0;
}

#desc p{
width:290px;
font-size:1em;
line-height:1.3em;
padding:0 0 0 15px;
}

#desc h2{
padding:15px 15px 0 15px;
color:#ffffff;
}

#desc a{
color:#ffffff;
text-decoration:underline;
}

#main{
width:560px;
float:left;
padding:0 15px 0 0;
border-right:1px solid #d0d0d0;
height: 100%;
}

.block{
background:#f0f0f0;
/*background:#663300 ;*/
padding:15px;
}

#sidebar{
width:140px;
float:right;

height: 100%;
/*background:#000000 url(images/groundside.jpg) top left no-repeat;*/
}

#sidebar p{
font-size:0.9em;
line-height:1.3em;
margin:0 0 12px 0;
}

.sidelink{
text-align:left;
display:block;
width:120px;
background:#f0f0f0 url(images/corner.gif) top right no-repeat;
padding:3px 4px 3px 8px;
margin:5px 10px 5px 0;
}

.sidelink:hover{
background:#e0e0e0 url(images/corner.gif) top right no-repeat;
text-decoration:none;
}


#footer{
clear:both;
position: relative;
/*float: left;*/

  	margin-top: -30px; 
/*    part of the fix to get the footer to stick at the bottom*/

background:#fafafa;
color:#808080;
font-size:0.9em;
padding:8px 0 8px 0;
border-top:1px solid #d0d0d0;
border-bottom:1px solid #d0d0d0;
text-align:center;
}


/*
#footer {
clear: both;
position: relative;
float: left;
  	margin-top: -30px; 
	color: #999;
	font-size: 9px;
	padding: 0px 0 10px 0;
	width: 100%;
	text-indent: 185px;
	text-align: center;
}
*/

#footer a{
color:#808080;
}

h1{
margin:0 0 20px 0;
font-size:2.1em;
font-weight:normal;

}

h2{
margin:0 0 20px 0;
font-size:1.6em;
font-weight:normal;
}

h3{
margin:20px 0 10px 0;
font-size:1.4em;
font-weight:normal;
}

p{
margin:0 0 15px 0;
line-height:1.5em;
text-align:left;
}

.right{
text-align:right;
}

a img{
border:0;
}

.photo{
padding:5px;
display:block;
margin:0 auto 15px auto;
background-color:#663300;
}

.hide{
display:none;
}

.tx-guestbook-list-header
{
padding:5px; 
background: #663300; /*#fafafa;*/
color:#101010;
text-decoration:none;
}

.tx-guestbook-form-inputfield-med { border-style: solid; border-width: 1pt; border-color:#663300; font-size:12; color:#101010; background: #eda;}
.tx-guestbook-form-inputfield-big { border-style: solid; border-width: 1pt; border-color:#663300; font-size:12; color:#101010; background: #eda;}
.tx-guestbook-form-textarea { border-style: solid; border-width: 1pt; border-color:#663300; font-size:12; color:#101010; background: #eda;}
.tx-guestbook-list-rowleft { padding:5px; }

/*
.tx-guestbook-list-header { background-color: #539521; color: #FFFFFF; font-weight:bold; }
    .tx-guestbook-list-row { background-color: #FFFFFF; }
    .tx-guestbook-list-rowleft { background-color: #EEEEEE; }
    .tx-guestbook-list-entrycomment-title {font-weight: bold; }
    .tx-guestbook-list-entrycomment { font-style: italic; }
    .tx-guestbook-list-small { font-size: 9px; color: #666666; }
    .tx-veguestbook-pi1-browsebox TD { font-size: 9px; color: #666666; }
    .tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }
    .tx-veguestbook-pi1-browsebox-SCell { background-color: #EEEEEE; }
    .tx-guestbook-latest-header { background-color: #539521; color: #FFFFFF; font-weight:bold; }
    .tx-guestbook-latest-row { background-color: #FFFFFF; }
    .tx-guestbook-latest-small { font-size: 9px; color: #666666; }
    .tx-guestbook-form-inputfield-med { border-style: solid; border-width: 1pt; border-color:#539521; font-size:12; color:#333333; width:100; height:20; }
    .tx-guestbook-form-inputfield-big { border-style: solid; border-width: 1pt; border-color:#539521; font-size:12; color:#333333; width:150; height:20; }
    .tx-guestbook-form-textarea { border-style: solid; border-width: 1pt; border-color:#539521; font-size:12; color:#333333; width:250; }
    .tx-guestbook-form-obligationfield { color: #CC0000; }
    .tx-guestbook-form-error { color: #CC0000; }
*/

.csc-mailform-field { font-size:12; color:#101010; background: #eda;}
.csc-mailform-submit { font-size:12; color:#101010; }


#nav, #nav ul {
	float: left;
	width: 730px;
	list-style: none;
	line-height: 1em;
	background: white;
	color: #000;
	font-weight: bold;
	padding: 0;
	border: solid #eda;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}
 
#nav a {
	display: block;
	width: 7em;
	color: #7C6240;
text-align:center; 
	text-decoration: none;
	padding: 0.25em 0em;
}
 
#nav a.menuparent  {
	background: url(arrow.gif) no-repeat 90% 40%;
}
 
#nav li {
	float: left;
	padding: 0;
	width: 7em;
}
 
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0 0 0 -1em;
		
}
 
#nav li li {
 
	width: 9em
}
 
#nav li ul a {
	width: 7em;
	padding-left: 1em;
}
 
#nav li ul ul {
	margin: -1.75em 0 0 8em;
}
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
 
#nav li:hover, #nav li.sfhover {
	background: #eda;
	color: white;
}

.csc-firstHeader{
color: #663300;
text-decoration:none;
border-color: #663300;
text-color: #663300;
}

.csc-header csc-header-n1{
color: #663300;
text-decoration:none;

}

#tx-lzgallery-pi1-fotonav{
border-color: #663300;
text-decoration:none;
}

#tx-lzgallery-pi1-title{
border-color: #663300;
text-decoration:none;
}
#tx-lzgallery-pi1-fotos
{
border-color: #663300;
text-decoration:none;
}

