@charset "UTF-8";

@import url("standard.css");
@import url("content_base.css");
@import url("suche.css");

body {
	background: url(../images/bg.gif);
	text-align:center;
	padding:0;
	margin:0;
}

#page {
	text-align:left;
	width:960px;
	height:auto;
	margin:0 auto 0 auto;
	background:#fff url(../images/page-pg.gif) center repeat-y;
	min-height:600px;
}

h1 {
	display:block;
	width:225px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:60px;
	color:#222;
	font-weight:normal;
	padding:30px 0 0 50px;

}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color:#222;
	font-weight:normal;
	padding:15px 0 15px 50px;
	width:700px;
}

p  {
	margin-left:50px;
	width:840px;
	text-align:left;
}

.weininfo {
	margin-top:20px;
	float:left;
}

hr {
	border:none;
	background:url(../images/line.gif) bottom  left repeat-x;
	margin-left:50px;
	width:860px;
}

ul {
	float:right;
	margin:71px 20px 10px 20px;
	padding:0 0 20px 20px;
	list-style:none;
	width:320px;
	border-left: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

ul li {
	margin:0;
	padding:0;
	line-height:20px;
}

ul li a {
	color:#222;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;	
}

ul li a:hover {
	color:#75af19;
}

ul li a.active {
	color:#75af19;
}

.mainpic {
	float:left;
	margin-left:-20px;
	margin-top:-20px;
	margin-right:5px;
}

#footer {
	width:100%;
	height:auto;
	background:url(../images/deko.gif) center top no-repeat;
	padding-top:30px;
	margin-top:80px;
	text-align:center;
	padding-bottom:10px;
}

#footer p {
	width:860px;
	color:#999;
	text-decoration:none;
	font-size:11px;
	text-align:center;
}

#footer a {
	color:#999;
	text-decoration:none;
	font-size:11px;
}

#footer a:hover {
	text-decoration:underline;
}

#banner {
	position:absolute;
	float:right;
	padding:5px;
	border:1px dashed #ccc;
	margin-right:40px;
	margin-top:50px;
	margin-left:980px;
}

a {
	color:#486d0d;
	
}

.addthis_button {
	position:absolute;
	top:95px;
	margin-left:450px;
}
