@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;	
}

h1 {
	display:block;
	width:405px;
	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 0 50px;
}

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

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

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

ul {
	float:left;
	margin:20px 0 20px 50px;
	padding:0;
	list-style:none;
	width:470px;
}

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

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

ul li a:hover {
	color:#900105;
}

ul li a.active {
	color:#900105;
}

.mainpic {
	position:relative;
	float:right;
	margin-top:-300px;
	margin-right:30px;
}

#footer {
	width:100%;
	height:auto;
	background:url(../images/deko.gif) center top no-repeat;
	padding-top:30px;
	margin-top:60px;
	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 {
	float:right;
	padding:5px;
	border:1px dashed #ccc;
	margin-right:40px;
	margin-top:50px;
}

a {
	color:#640204;
	
}

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