@import "design.css";
@import "links.css";

body
{
	margin-top: 10px;
	margin-bottom: 0px;
	background-color:#DFEAF7;
	overflow:hidden;
	color:#004C92;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	text-align:center;
}

h3
{
	margin-bottom:30px;
	font-size:1.3em;
}

.ueber
{
	font-size:1.25em;
	font-weight:bold;
	margin-top: 20px;
	margin-bottom:20px;
}

.ueber2
{
	font-size:1.1em;
	font-weight:bold;
}

.ueber3
{
	font-size:1.25em;
	font-weight:bold;
}

.akt_ueber
{
	font-size:1.25em;
	font-weight:bold;
	margin-bottom:20px;
	float:left;
	width:80%;
}

.akt_datum
{
	font-size:1.25em;
	font-weight:bold;
	margin-bottom:20px;
	float:right;
	text-align:right;
	width:20%;
}

.akt_text
{
	margin-bottom:20px;
	float:left;
	text-align:justify;
	width:100%;
	padding-bottom:20px;
}

.weingut
{
	width:100%;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}

.weingut_adresse
{
	text-align:center;
	width:50%;
	float:right;
	line-height:20px;
}
.weingut_logo
{
	text-align:center;
	float:left;
	width:40%;
}

p
{
	text-align:justify;
}

hr
{
	border:solid #004C92 0px;
	height:1px;
	background-color:#004C92;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
}

hr.weingut
{
	width:60%;
}

hr.veranstaltung
{
	width:40%;
}

hr.tus
{
	width:60%;
	margin-top:30px;
	margin-bottom:30px;
	padding:0px;
}



.button 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
	background-color: #5c85c3;
	margin-top:20px;
	padding: 2px;
	border: 1px solid #004c92;
}
	
.form {
	width:430px;
	overflow:hidden;
	margin-bottom:0px;
	margin:auto;
}

.tab_left {
	width:60px;
	padding-right:3px;
	text-align:right;
}
.tab_right {
	width:300px;
	float:left;
	text-align:left;
}