/* Alle Stile der Seitenstruktur */
body {
	text-align:center;
	background-color:#CCCCCC;
	margin:0;
	padding:5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:100%;
}
#webwerkstatt {
	text-align:left;	
	position:absolute;
	bottom:5px;
	left:10px;
	width:300px;
	z-index:200;
}
#webwerkstatt a {
	color:#DDDDDD;
	font-size:60%;
}
#page {
	text-align:left;
	width:785px;
	padding:10px;
	border:1px solid #999999;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}
#foto {
	width:785px;
}
#content {
	width:785px;
	color:#333333;
	padding-top:20px;
}
h1 {
	font-size:180%;
	padding-bottom:12px;
	margin:0;
	color:#AF2A42;
	font-weight:normal;
}
h1 a {
	color:#AF2A42;
	text-decoration:none;
}
h2 {
	font-size:120%;
	padding:5px;
	color:#FFFFFF;
	background-color:#AF2A42;
	font-weight:normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
h2 a {
	color:#FFFFFF;
	text-decoration:none;
}
p {
	font-size:110%;
	padding:0px;
	color:#333333;
	line-height:140%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
a {
	text-decoration:none;
	color:#666666;
}
a:hover {
	text-decoration:underline;
}

/* *** Float containers fix:*/ 
.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clear{display: inline-table;}

/* Hides from IE-mac \*/
* html .clear{height: 1%;}
.clear{display: block;}
/* End hide from IE-mac */
