/* CSS-Datei von Michael Preidel, http://www.qxm.de */

body  {
	background: #ececec;
	color:#333;
	font: 14px/150% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
i, em {
	font: italic 14px/150% "Lucida Sans", "LucidaSans", "Trebuchet MS", Verdana, sans-serif;
}
#zentriert {
	background: #transparent;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: left;
}
#text {
	padding: 30px 0 0 0;
	text-align: left;
}
#textlinks {
	padding: 0;
	float:left;
	width:360px;
	text-align: left;
}
#textrechts {
	padding: 0;
	text-align: left;
	float:right;
	width:360px;
}
h1, h2, h3, h4, h5, h7 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Lucida Grande", Calibri, "Trebuchet MS", Verdana, sans-serif;
	font-weight: 100;
	line-height:100%
}
h1  { 
	font-size: 44px;
	color: #666; 
	text-shadow: 0 0 6px #ccc;
	margin: 0 0 18px 0;
}
h2  { 
	color: #444; 
	font-size: 28px;
	text-shadow: 0 0 3px #ccc;
	margin: 0 0 0 0;
}

h3  { 
	color: #444; 
	font-size:  18px;
	text-shadow: 0 0 3px #ccc;
	margin: 12px 0 0 0;
}

a:link { 
	color: #660; 
	text-decoration: none;
	border-bottom: 1px dotted #660;
}

a:visited { 
	color: #333; 
	text-decoration: none;
	border-bottom:  1px dotted #666;
}

a:active { 
	color: #656500; 
	text-decoration: none;
	border-bottom: 1px solid #656500;
}

a:hover { 
	color: #656500; 
	text-decoration: none;
	border-bottom: 1px solid #656500;
	padding:1px 2px 0 2px;
	margin:-2px;
	background:#edece1;
}
small { 
	color: #666; 
	font: 10px "Lucida Sans", "LucidaSans", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, sans-serif;
}
.bildrahmen {
	background: #fff;
	padding: 3px; 
	border: solid 1px #aaa;
	border-top:solid 1px #ccc;
	margin:0 0 8px 0;
}
.bildlinksrahmen {
	background: #fff;
	float:left;
	margin:3px 12px 3px 0px;
	padding: 3px; 
	border: solid 1px #d3d3d3;
	border-bottom:solid 1px #aaa;
}
hr {
	width: 100%;
	height: 1px;
	color: #fff;
	border: none;
	border-top: 1px dotted #aaa; 
}
.bildschatten {
	border-top:solid 1px #efefef;
	background: url(images//bildschatten.gif) no-repeat bottom left;
	padding: 3px 4px 13px 4px;
	margin-bottom:4px;
}
.buz {
	text-align:right;
}
