 /* www.fotowerkstatt.net - foto seidl graz +++ stylesheet_screen version 0.11_05  +++ 2005-11-17 */
/* website design + programmierung: markus loder-taucher (markus |at| loder-taucher.com) */


/* +++ general +++ ------------------------------------------------------------ */

body {
	margin: 0;
	padding: 0;
	background-image: url(../layout_gen/bg_site_body.jpg);
	background-repeat: repeat-y;
	}
	
#site-bg{
	position: fixed;
	height: 581px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-image:url(../layout_gen/bg_verl_03.jpg);
	z-index:0;
}	

img	{
	border: 0;
	}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	margin-top: 1.2em;
	margin-bottom: 0em;
	color: #666666;

}

h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 1em;
	color: #336699;
	margin-left: -0.5em;
	padding-top: 0.5em;
}

.section {
	padding-left: 0.8em;
	border-top: 1px solid #666666;
	border-right: 1px none #666666;
	border-bottom: 1px none #666666;
	border-left: 1px none #666666;
	margin-top: 3em;
	margin-left: 1em;
	margin-right: 1em;
	z-index:10;
}

h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #705c49;
	background-color: #CCC4BA;
	text-indent: 0.3em;
	margin-top: 1em;
	font-weight: normal;
}

a#nav {
	text-decoration: none;
	color: #336699;
}

.content-body {
	position: absolute;
	border: 1px none #FF0000;
	width: 580px;
	top: 0px;
	left: 200px;
	right: auto;
	background-color: #F4F2DA;
	z-index:10;
}

.navigation {
	position: fixed;
	height: 450px;
	width: 200px;
	left: 0px;
	top: 0px;
	z-index:10;
}

#galerie {
	border: 0;
	margin-right: 1em;
	margin-bottom: 1em;
}


em {
font-size: 0.7em;
font-style:normal;
}

.nav-list{ 
	margin-left: 20px;
	margin-top: 150px;
	list-style: none;
	font-family:"Trebuchet MS", san-serif;
	font-size: 1.0em;
	/*font-weight: bold;*/
}

.nav-list li{ 
	padding: 0;
	margin: 0;
}

.nav-list a{
	display: block;
	height: 1.4em;
	padding: 0.3em 0.2em 0.1em 0.8em;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	color: #336699;
	background-color: #F4F2DA;
	text-decoration:none;
}

.nav-list a:hover{						/*Rollover-farbe der Links*/
	color: #444;
	background-color: #DDDDDE;
}	
	
.adress {
	margin-left: 72px;
	margin-top: 25px;
	font-family:"Trebuchet MS", san-serif;
	font-size: 0.8em;
	line-height: 1em;
}

