@charset "utf-8";
/* CSS Document */

@import url("hack-ie7.css");

ul,html,div,span,p,body{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	background: #fff;
	text-align: center;
}

img {
	margin:0;
	padding:0;
	border: 0;
}

#container {
	width: 870px;
	margin: 0 auto;
	padding:0;
	background:transparent url(img/bg-illu.gif) no-repeat top left;
	background-attachment: scroll;
 	overflow: hidden; 
	text-align: left; 
}

#content {
	width: 864px;
	float: left;
}

#navi {
	margin:0;
	padding:0;
	border: 0;
}

/*  ///---->	#buttons siehe IE-hack  */
#buttons {
	margin:0;
	border: 0;
	display: inline;
	margin: 0 0 24px 216px;
	height: 116px;
	float: left;	
}

#buttons ul li {
	float: left;
	text-decoration: none;
	list-style: none;
	text-align: left;
}

.zitat {
	height: 88px;
	margin-left: 223px;
	width: 640px;
	font: 100% Verdana, Arial, Helvetica, sans-serif normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #009ee0;	
}

.pic {
	width: 385px;
	margin-left: 43px;
	float: left; 
}

.text {
	width: 410px;
	float: right;
	font: 100% Verdana, Arial, Helvetica, sans-serif normal;
	font-size: 12px;
	line-height: 18px;
}

p.head {
	font-size: 18px;
	line-height: 24px;
	color: #009ee0;
}

.textbl {
	color: #009ee0;
}

.textbold {
	font-weight: bold;
	color: #009ee0;
}

.textbold2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	display: list-item;
	list-style: url(img/list-kreuz.gif);
}

p.autor {
	font: 100% Verdana, Arial, Helvetica, sans-serif normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 18px;
	color: #009ee0;
	text-align: right;
}

.textkl {
	font-size: 10px;
	color: #009ee0;
}

.textkl2 {
	font-size: 11px;
	color: #000;
}

a{
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #009ee0;
	text-decoration: underline;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

