@import url(typo3.css);

html {
	height: 100%;
	min-height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	height: 100%;
	min-height: 100%;
	font-size: 0.8em;
	color: #333;
	text-align: center;
	background-image: url(../../images/bg_body.jpg);
	background-position: left;
}
	body.candavero {
		background-image: url(../../images/bg_body_candavero.jpg);
	}

/*
L A Y O U T
*/

div#container {
	width: 908px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: auto;
	min-height: 100%;
	background-color: #fff;
	background-image: url(../../images/bg_container.gif);
	background-repeat: repeat-y;
	background-position: left;
}
	body.candavero div#container {
		background-image: url(../../images/bg_container_candavero.gif);
	}


/* IE Win only \*/
* html div#container {
 	height:100%;
}
/* End IE Win */

div#header {
	margin: 0px 10px 0px 10px;
  	padding: 0px;
	height: 254px;
	background-image: url(../../images/bg_header_logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
	body.candavero div#header {
		background-image: url(../../images/bg_header_logo_candavero.jpg);
	}
	
	/*
	div#logo {
		padding: 75px 0px 0px 10px;
		width: 200px;
		font-family: Georgia, Times, serif;
		color: #ad821b;
	}
	*/
	
div#leftcol {
	margin: 0px 0px 0px 10px;
  	padding: 0px;
	width: 210px;
	min-height: 350px;
	float: left;
	display: inline;
	background-image: url(../../images/bg_leftcol.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
	body.candavero div#leftcol {
		background-image: url(../../images/bg_leftcol_candavero.jpg);
	}
	div#langselect {
		margin: 0px 0px 0px 10px;
		padding: 0px;
	}

/* IE Win only \*/
* html div#leftcol {
 	height:350px;
}
/* End IE Win */

div#maincol {
	margin: 0px;
  	padding: 0px;
	margin-left: 10px;
	width: 660px;
	float: left;
	display: inline;
}

div#content {
	margin: 0px;
  	padding: 0px;
	position:relative;
	top:-15px;
	width: 520px;
}

div.menu {
	margin: 0px;
	padding: 0px;
	position:relative;
	top:-15px;
	width: 200px;
}

div.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 180%;
}

div.menu li {
	list-style: none;
	margin: 0px;
	padding-left: 10px;
	font-weight: bold;
}

div.menu li.act, div.menu li.act a:link, div.menu li.act a:visited, div.menu li.act a:active, div.menu li.act a:hover{
	font-weight: bold;
	color: #F7941D;
}

div.menu li.small {
	margin: 15px 0 0 0;
	font-size: 0.85em;
	font-weight: normal;
}

div.menu li.level2 {
	list-style: none;
	margin: 0px;
	padding-left: 20px;
	font-size: 0.85em;
	background-image: none;
}
div.menu li.level2act {
	list-style: none;
	margin: 0px;
	padding-left: 20px;
	font-size: 0.9em;
	background-image: none;
	font-weight: bold;
}

div#footer {
	margin: 0px;
  	padding: 0px;
	font-size: 11px;
}
.author {
	display: none;
}


/* LINKS */

a:link, a:visited, a:active, a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #0A4FA4;
}

.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	color: #333;
}
.menu a:hover {
	color: #F7941D;
}


/* FORMAT */

h1 {
	font-size: 18px;
	font-family: Georgia, Times, serif; 
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 25px;
	color: #ad821b;
}

h2 {
	font-size: 15px;
	font-family: Georgia, Times, serif; 
	font-style: italic;
	margin: 0px;
	margin-bottom: 15px;
	color: #D0AC53;
}

h3, h4, h5 {
	font-size: 1em;
	margin: 0px;
	margin-bottom: 5px;
}

.bodytext, p {
	font-family: Verdana, sans-serif;
	line-height : 1.4em;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
div#subheader p {
	margin: 0px;
	line-height: 1.1em;
}

div#content td {
	font-size: 12px;
	background-color: #E5C683;
	vertical-align: top;
}
.contenttable td {
	margin: 0px;
	padding: 5px;
	background-color: #E5C683;
	vertical-align: top;
	border: 2px solid #fff;
}
.contenttable th {
	margin: 0px;
	padding: 5px;
	background-color: #b0914d;
	vertical-align: top;
	border: 2px solid #fff;
	color: #fff;
}
.contenttable p {
	margin: 0px;
	padding: 0px;
}



/* FORMS */

input {
	border: 1px solid #ccc;
	margin-bottom: 4px;
	margin-top: 2px;
}
textarea {
	border: 1px solid #ccc;
	margin-bottom: 5px;
	margin-top: 2px;
}
select {
	border: 1px solid #ccc;
	margin-bottom: 5px;
	margin-top: 2px;
}
.submitbutton {
	background-color:#86C6F9;
	color: #fff;
	font-weight: bold;
	border: 1px solid #3184C6;
}

fieldset {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
	background: none;
}
div#content img {
	border: 1px solid #D0AC53;
}
div#content .noImgBorder img {
	border: 0px;
}
div#content .tx-photogals-pi1 img {
	border: 0px;
}

/* Twitter */

#tweets ul {
margin: 0;
padding: 0;
list-style-type: none;
font-weight: bold;
}

#tweets ul li {
padding: 10px 0 10px;
border-bottom: 1px solid #B0914D;
}

/* GUESTBOOK */

    .tx-veguestbook-pi1 {
        font-size:100%;
    }
  
    /* error handling */
	.tx-veguestbook-pi1 p.tx-guestbook-form-error {
		font-weight:bold;
		color:#990000;
	}
	
	/* display of result count */
	.tx-veguestbook-pi1 .tx-guestbook-result {
		font-weight:bold;
		float:left;
		margin: 0 0 5px 0;
	}
	
	/* pagination */
	.tx-veguestbook-pi1 .tx-guestbook-pagination {
		font-size:75%;
		font-weight:bold;
		float:right;
	}
	
	/* styles for list mode */
	.tx-veguestbook-pi1 h2.tx-guestbook-header {
		clear:both;
		background:#E0E6DC;
		color:#707D6B;
		display:block;
		font-size:100%;
		font-weight:bold;
		padding: 5px;
		margin: 0;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-main {
		background:#FFF;
		padding: 5px;
	}
	
	/* styles for latest mode */
	.tx-veguestbook-pi1 .tx-guestbook-latest p,
	.tx-veguestbook-pi1 .tx-guestbook-main p {
		padding: 0;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date,
	.tx-veguestbook-pi1 .tx-guestbook-right p.tx-guestbook-date {
        font-weight: bold;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-right h3 {
		font-size:100%;
		color:#990000;
		font-weight:bold;
		background:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment {
		font-size:75%;
		color:#333;
		font-style: italic;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest {
		display:block;
		padding:0.25em;
		clear:both;
	}
	
	/* form styles */
	.tx-veguestbook-pi1 .tx-guestbook-field {
		clear:both;
		width:100%;
		display:block;
		padding: 1em 0;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field label {
		clear: both;
		display: block;
		float: left;
		width: 10em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
		float:left;
		width:10em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
		float:left;
		width:20em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
		width: 30em;
		display: block;
		float: left;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
		color:#990000;
	}
	
	.tx-veguestbook-pi1 fieldset {
		border:none;
	}
	
	.tx-veguestbook-pi1 legend {
	font-size: 15px;
	font-family: Georgia, Times, serif; 
	font-style: italic;
	margin: 0px;
	margin-bottom: 15px;
	color: #D0AC53;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap {
		float:left;
		display:block;
		background:#F7F7F7;
		border:1px solid #CCC;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-freecap {
		margin-left:2.25em;
	}
 
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap img {
		float:left;
		display:block;
		padding-left:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap input {
		float:left;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap label {
		clear:both;
		display:block;
		float:none;
		width:10em;
		margin-bottom:0.5em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap p {
		font-size:75%;
		padding:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap h3 {
		display:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap span.tx-srfreecap-pi2-cant-read {
		color:#990000;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-clear {
		clear:both;
		display:block;
		height: 3px;
	}
	
	.tx-veguestbook-pi1 input.tx-guestbook-submit {
		width:auto;
		display:block;
		border: 1px solid #3184C6;
		background-color: #86C6F9;
		color: #fff;
		font-weight: bold;
		padding: 0 6xp 0 6px;
	}
