body {
    margin:0;
	padding:0px 0;
    text-align: center;
	background-color: #006600;
	font: 13px/21px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
	color: #000000;
}

div.center {
    text-align: left;
    margin: 0 auto;
    width: 971px;
    padding: 0;
}

div.Seite {
    text-align: left;
    margin: 0 auto;
    width: 971px;
	min-height: 101%;
    padding: 0;
	position: absolute;
	background: url("../images/bg_main.jpg") 52px 0  repeat-y;
}

div.bg_top {
	width: 100%;
	height: 106px;
	background-image: url("../images/bg_top.jpg");
}

div.bg_bottom {
	width: 100%;
	height: 65px;
	position: fixed;
	bottom: 0px;
	background-image: url("../images/bg_bottom.jpg");
	padding-top: 20px;
}

div.main {
	width: 915px;
	margin-left: 53px;
	padding-top: 120px;
	z-index: 0;
}

div.text {
	margin-left: 170px;
	margin-bottom: 100px;
	width: 600px;
}

div.navi {
	z-index: 1;
	width: 162px;
	float:left;
}

div.grafik_center {
	margin-left: 130px;
	background-image: url("../images/weinstuben.jpg");
	width: 470px;
	height: 90px;
	z-index: 1;
	float:left;
}

div.frankentipps_grafik {
	float: left;
	padding-right: 15px;
	padding-bottom: 5px;
}

div.frankentipps_text {
	
}

div.frankentipps_datum {
	font-size: smaller;
}

div.frankentipps_name {
	font-weight: bold;
}

h1 {
	font-size: 15px;
	background-color: #F6BA71;
	color: #ffffff;
	padding: 5px;
}

h2 {
	padding-top: 10px;
}

p {
	text-align: justify;
	margin-top: 12px;
}

.video {
	background-color: #ffffff;
	height: 150px;
	padding-right: 20px;
}

.video:hover {
	background-color: #F6BA71;
}

td.gal {
	width: 150px;
	border: 1px solid #000000;
	margin: 7px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	text-align: center;
	float: left;
}

td.gal:hover {
	border: 1px solid #000000;
}

ul {
	list-style: square;
	margin-left: 30px;
}

.inputText {
	height: 20px;
	width: 200px;
	border: 1px solid rgb(204,204,204);
	background: url(../images/form_bg.png) repeat-x white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	padding-top: 2px;
	padding-left: 3px;
	margin: 3px;
}

.inputText:hover {
	border: 1px solid #000000;
}

.inputText:focus {
	border: 1px solid #000000;
}

.inputText.short {
	width: 147px;
}

.inputText.veryshort {
	width: 50px;
}

.textarea {
	height: 100px;
	width: 200px;
	border: 1px solid rgb(204,204,204);
	background: url(../images/form_bg.png) repeat-x white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	padding-top: 2px;
	padding-left: 3px;
}

.textarea:hover {
	border: 1px solid #000000;
}

.textarea:focus {
	border: 1px solid #000000;
}

.select {
	background: #F6BA71;
	padding: 5px 15px 5px 15px;
	border: 0;
}

.button {
	border: 1px solid rgb(204,204,204);
}

.button:hover {
	border: 1px solid #000000;
}

.button:focus {
	border: 1px solid #000000;
}

div#error {
	color: red;
	font-weight: bold;
}

div#success {
	color: green;
	font-weight: bold;
}

div.menu {
	border:5px solid #F6BA71;
	padding: 10px;
	width: 570px;
	/*background-color: #000000;*/
}
