@CHARSET "ISO-8859-1";

/*  
	Version 0.1
	Author: Urs Wettstein
*/


/********************** Basic Layout ******************************/

body {
	margin: 0;
	padding: 1em 0;
	
	color: black;
	background: url('../images/bg/back.png');
	
	font-family: "Trebuchet MS", Arial, Sans-serif;
	text-align: center; /* centering for IE */
}
	
div#site {
	width: 895px;
	margin: 0 auto;      /* center */
	
	text-align: left;
}

div#header {
	width: 893px;
	height: 198px;
	border: solid 1px silver;

}

ul#navigation {
	margin: 5px 0 5px 0;
	padding-left: 0px;
	border: solid 1px silver;
	background: white;
	
	float: left; width: 218px;
	
	list-style: none;
}

div#content {
	margin-top: 5px;
	margin-left: 225px;
}

div#footer {
	margin-top: 5px;
	padding: 1px;
	
	color: #555;
	
	font-size: small;
	text-align: center;
	
	clear: both;
}


/********************** Navigation ******************************/

.mainmenu li {
	padding-left: 16px;
}

.mainmenu li:hover {
	background-image: url('../images/bg/navihover.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.mainmenu .active {
	background-image:url('../images/bg/naviactual.png');
	background-repeat:no-repeat;
	background-position: top left;
}

.submenu {
	margin-left: 0;	
	padding-left: 0;
	
	list-style: none;
}

.submenu li {
	padding-left:16px;
}

.submenu li:hover {
}

#navigation a {
	display: block;
	
	color: black;
	
	text-decoration: none;
}

/********************** Content ******************************/



div.col11 {
	width: 660px;
	padding: 4px;
	margin-bottom: 5px;
	border: solid 1px silver;
	
	background: white;
	
	text-align: left;
	
	overflow: auto; /* expand div when it contains more divs */
}

div.col31 {
	width: 212px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 3px;
	border: solid 1px silver;
	
	background: white;
	
	float: left;
}

div.col32 {
	width: 212px;
	margin-right: 5px;
	margin-bottom:5px;
	padding: 3px;
	border: solid 1px silver;
	
	background: white;
	
	float:left;
}

div.col33 {
	width: 212px;
	margin-bottom: 5px;
	padding: 3px;	
	border: solid 1px silver;
	
	background: white;
	
	float: left;
}

.center {
	text-align: center;
}

a {
	color: #B30;
	
	text-decoration: none;
}

a:hover {
	color: #F50;
	
}

h1 {
	margin: 2px 160px 0.8em 10px;
	padding: 0px 5px;
	border-bottom: dashed 1px silver;
	
	font-size: x-large;
}

h2 {
	margin: 0.2em 0;
}

h2 span {
	font-size: 0.6em;
	font-weight: normal;
}

h3 {
	font-size: 1em;
}

a img {
	border: 0;
}

div.newline {
	width: 100%;
	
	float: left;
}

.error {
	color: red;
}

td {
	margin: 0;
	padding: 0;
}

.imgRight {
	margin:8px;
	float:right;
}
/********************** Forms ******************************/
input.formField {
	background: #F7F7F7;
	border: solid 1px silver;
}

textarea.formField {
	font-family: "Trebuchet MS", Arial, Sans-serif;
	background: #F7F7F7;
	border: solid 1px silver;
}

select.formField {
	background: #F7F7F7;
	border: solid 1px silver;
}

.separator {
	margin-top: 8px;
	margin-bottom: 8px;
	border-bottom:solid 1px silver;
}

/********************** Contact ******************************/

.contactmap {
	margin: 30px 5px 5px 5px;
}

/********************** Gallery ******************************/

div#imgview {
	display:none;
	position: fixed;
	z-index: 2;
	/*top: 100px;
	left: 200px;*/
	
	/* width and height must be written in div as style="width/height" */
	
	padding: 9px; 
	
	border: solid 1px silver;
	
	text-align: center; 
	
	overflow: auto;
	
	background: white;
}

div#imgspace {
	width: 640px;
	height: 480px;
}
div#imgdesc {
	width:100%;
	/*height: 30px;*/
}

div.preview {
	color: gray;
	font-size: small;
	text-align: center;
}

div#prevBtn {
	display: none;
}

div#prevBtnInact {
	display: inline;
}

div#nextBtn {
	display: none;
}

div#nextBtnInact {
	display: inline;
}

/********************** Calender Guestbook/News ******************************/

.cal {
	float: left;
	width: 50px;
	height: 65px;
	margin: 5px 5px 25px 5px;
	text-align: center;
}

.calwday {
	font-size:11px;
	border:solid 1px #999;
	background-color: rgb(255,102,0);
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.calday {
	font-size:25px;
	font-weight:bold;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
}

.calmonth {
	font-size:12px;
	border:solid 1px #999;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

/********************** Guestbook ******************************/

.gbentry {
	float:left;
	width: 550px;
	margin-left:15px;
}

.gbentrytitle {
	border-bottom:solid 1px silver;
	color: gray;
	font-style: italic;
}

.gbentryname {
	color: black;
	font-weight:bold;
	font-style: normal;
}

/********************** News ******************************/

.newsentry {
	float:left;
	width: 550px;
	margin-left:15px;
}

.newsentrytitle {
	color: gray;
	border-bottom:solid 1px silver;
	font-style:italic;
}

.newstitle {
	color: black;
	font-weight:bold;
	font-style: normal;
}

/********************** End style ******************************/
