/* ===================================================================
Stylesheet für Bildschirmausgabe www.pizzuti-fotografie.com
Datei: screen_test.cs
Datum: April 010
Autor: Rebekka Brandstätter-Tritthart

Aufbau: 	1. Kalibrierung und allgemeine Styles
			2. Styles für Layoutbereiche
			3. Sonstige Styles
			
=====================================================================*/

/*===================================================================
	1.Kalibrierung und allgemeine Styles
======================================================================*/
* { padding: 0; margin: 0; }
html, body {
	height:100%;
}
body {

	background: white url(../img/hg.jpg) no-repeat fixed center center;
	text-align: center;
	font-size:16px;
}
h1 { font-size: 1.1em; }
h2 { font-size: 1.1em; }
h3 {
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 5px;
}

p {
	color: #333;
}

address {
	margin-top: 4px;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: right;
	color: #5a5a5a;

}
address a {
	color: #5a5a5a;
}
address img {
	border: none;
	margin-bottom: -2px;

}
/* Hyperlinks allgemein */
a {
	color: #333;
}
a:hover {
	color: black;
}
/* Allgemeine Klassen */
.druck { display: none; }
.handheld { display: none; }

/*Spezielle Klasen*/
.scrolltext { overflow: auto;
text-align: justify;
width:550px;
padding-right:15px;
 }
 .fotobox {
text-align: right;
width:550px;
padding-right:15px;
 }
/*=================================================================
	2.Styles für Layoutbereiche
==================================================================*/
#zentrierhilfe { 
		width:1px;
		height:50%;
		background-color: #ffffff;
		margin-bottom: -230px; /* halber wrapper */
		float:left;
		}


#wrap {	
position: relative;
margin: 0 auto; 
background-image: url(../img/hg2.jpg);
background-repeat: no-repeat;
width: 940px;
height: 460px;
clear:left;}

#topmenu {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	height: 22px;
	width: 770px;
}
#contentbox {
	height: 400px;	
}
#left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 210px;
	height: 398px;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	color: #c1627a;
	/*line-height: 1.4em;*/
}
h1#logo {
width:250px; height:127px;
					position:relative;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px; margin-left: -60px; margin-top: -68px; float: left;

}
#left h2 {
	/*padding-top: 110px;
	padding-right: 15px;
	padding-left: 50px;
	font-variant: normal;
	font-style: normal;*/
}
#left p {
	clear: both;
	white-space: normal;
	padding-top: 50px;
	padding-right:25px;
	padding-left: 10px;
	text-align: left;
	color: #c1627a;
}
#left a {
	color: #c1627a;
}

p#copyright {
	/*position: absolute;
	top: 360px;
	left:0px;
	width:210px;
	font: 0.68em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;*/
}
#left span {
	font-weight: bold;
}

#biografie #left p {
	font-size: .7em;
}
#index #left p {
	color: #c1627a;
}
#index #left span {
position: relative;
top:20px;
left: 30px;
	font-weight: normal;
}
#right {
font: .8em Verdana, Arial, Helvetica, sans-serif;
margin-top: 5px;
margin-left: 200px;
height:390px;
color: #333;
}
#biografie #right {
	height: 390px;
}
#index #right {
	/*height:400px;
	padding-top:200px;
	border: 1px solid yellow;*/
}
#right h2 {
	font-size: 1.8em;
	padding-top: 40px;
	padding-bottom: 40px;
}
#right p {
	color: #333;
}

#fotosammlung {
	width:550px;
	/*margin-left:10px;*/
	padding:0;
	height:402px;
	overflow:auto;
	color: #333;

}
#fotosammlung ul {
	margin:0;
	padding:0;
	list-style: none;
	white-space:nowrap;
	display:table-row;
}
#fotosammlung ul li {
	display:table-cell;
	padding:0 15px;
	/*background: white;*/
	vertical-align: top;

}
#fotosammlung ul li img {
	border: 1px solid #555;
	margin: 30px 0 10px 0;
}
#fotosammlung p {
	margin:0;
	padding: 5px 0;
	font-size: 10px;
}
#footer {
	/*text-align: justify;
	margin-top: 10px;*/
	margin-right: 30px;
	
	height: 30px;
	line-height: 30px;
	clear:both;
	
}

/*=================================================================
	3.Sonstige Styles
==================================================================*/
/* Kontaktformular*/
form {
	width: 400px;
	padding: 70px 20px 20px 20px;
	margin-left: 20px;
}
label { 
	display: block;
	cursor: pointer;}
	
input#absender, textarea {
	width: 320px;
	border: 1px solid gray;
	margin-bottom: 1em;

}
textarea { 
	height: 7em;}
input#absender:focus, textarea:focus {
	background-color: #d688af;
}







