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

body  {
	background: #fff url(images/bg.gif) repeat-x top left;
	color:#666;
	font: 14px/150% "Lucida Grande", "Lucida Sans", "LucidaSans", "Lucida Sans Unicode", "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
#head {
	margin-top: 30px;
	height:78px;
	margin-right: auto;
	margin-left: auto;
	width: 768px;
	text-align: left;
}
#main {
	background: #fff url(images/bg-logo.gif) no-repeat top left;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: left;
}
#textlinks {
	z-index:1000;
	margin-top: 16px;
	padding: 0;
	float:left;
	width:380px;
	height:455px;
	overflow:auto;
	text-align: left;
}
#zweispaltig, #zweispaltig1 {
	padding: 0;
	float:left;
	width:160px;
	text-align: left;
}
#footer {
	margin-top:28px;
	height:20px;
	text-align: left;
}
#textlinks li {	
	margin: 0 0 0 -40px;
	padding: 0 0 0px 18px;
	list-style: none;
	background: url(images/bullet.gif) no-repeat 0px 5px;
}
h1  { 
	color: #862214; 
	font:  48px/100% "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Light", Helvetica, "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-shadow: 0 0 6px #ccc;
	margin: 0 0 18px -2px;
}
h2  { 
	color: #862214; 
	font:  28px/100% "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Light", Helvetica, "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-shadow: 0 0 3px #ccc;
	margin: 0 0 0 0;
}
h3  { 
	color: #862214; 
	font:  20px/100% "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Light", Helvetica, "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	letter-spacing:1px;
	margin: 0 0 12px 0;
}
h4  { 
	color: #333; 
	font:  18px/100% "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Light", Helvetica, "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	letter-spacing:1px;
	margin: 16px 0 12px 0;
}
small { 
	color: #666; 
	font: 11px/150% "Lucida Grande", "Lucida Sans", "LucidaSans", "Lucida Sans Unicode", "Trebuchet MS", Verdana, sans-serif;
}
em {
	font: 14px/150% "Lucida Grande", "Lucida Sans", "LucidaSans", "Lucida Sans Unicode", "Trebuchet MS", Verdana, sans-serif;
	color: #862214;
}
p {
	margin: 0 0 12px 0;
}
a:link, a:visited { 
	color: #862214; 
	text-decoration: none;
	border-bottom: 1px dotted #660;
}
a:active { 
	color: #111; 
	text-decoration: none;
	border-bottom: 1px solid #862214;
}
a:hover { 
	color: #111; 
	text-decoration: none;
	border-bottom: 1px solid #862214;
	padding:1px 2px 0 2px;
	margin:-2px;
}
a:focus {
	outline-style: none;
}
hr {
	width: 100%;
	height: 1px;
	border: none;
	border-top: 1px dotted #666;
	margin: 12px 0 12px 0;
}
