body{
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	background:url(../images/bg-grau.jpg) repeat-x 0 0;
}

a{
	color:#fff;
}

/************** Layout: Header ************/

#header-outer{
	width:100%;
	background: url(../images/bg-ahorn.jpg) no-repeat top right;
	height:200px;
}

#header-inner{
	width:600px;
	height:200px;
}

#header-inner #logo{
	float:left;
	width:200px;
}

#header-inner #navi-lang{
	float:right;
	width:200px;
	text-align:right;
	padding: 10px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#header-inner #navi-lang a{
	text-decoration:none;
}

#header-inner #navi-lang a:hover{
	color:#333;
}

/************** Layout: Images ************/

#images-outer{
	width:100%;
	background: url(../images/bg-orange.jpg) repeat-x;
	height:200px;
}

#images-inner{
	width:600px;
}

/************** Layout: Spruch ************/

#spruch-outer{
	width:100%;
	background: #C0B527;
	height:150px;
}

#spruch-inner{
	width:600px;
	text-align:left;
}

#spruch-outer #button{
	width:100px;
	height:100px;
	float:right;
}

#spruch-outer #button a{
	width:100px;
	height:150px;
	background: url("../images/arrow-next.gif") no-repeat right 45px;
	display:block;
}

#spruch-outer #button a:hover{
	background: url("../images/arrow-next-hover.gif") no-repeat right 43px;
}

#spruch-inner h1{
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#333333;
	padding: 30px 0 10px 0;
	margin:0;
	font-weight:normal;
}

#spruch-inner h1 a{
	color:#333333;
	text-decoration:none;
}

#spruch-inner h1 a:hover{
	color:#fff;
	text-decoration:none;
}

#spruch-inner p{
	padding:0;
	margin:0;
}

/************** Layout: Footer ************/

#footer{
	/*color:#A09721;*/
	color: #333333;
	width:600px;
	font-size:11px;
	padding: 30px 0 30px 0;
	text-align:right;
}

#footer p{
	font-size:11px;
	line-height:140%;
}

#footer a{
	color:#333333;
}

#footer a:hover{
	color:#A09721;
}


/*
grün: #C0B527

*/