/* HTML */
HTML, BODY {
	height: 100%;
}
BODY {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
IMG {
	border: none;
}
ACRONYM {
	border: none;
	cursor: help;
	margin: 0px;
}
A {
	color: #000;
}
P, H1, H2, H3 {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
H1 {
	font-weight: bold;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}
H2, LEGEND {
	font-weight: bold;
	font-size: 13px;
	color: #6D2527;
	margin: 0px 0px 2px 0px;
}
FIELDSET {
	border: none;
	padding: 0px;
	margin: 0px;
	float: left;
	clear: both;
	width: 100%;
}
LABEL {
	margin: 0px;
	padding: 0px;
}
INPUT, TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Navigationen */
.s_fusszeile UL {
	margin: 0px;
	padding: 0px;
}
.s_fusszeile LI {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.s_fusszeile A {
	text-decoration: none;
}
.s_fusszeile UL, .s_fusszeile LI, .s_fusszeile A {
	display: inline;
}

/* Struktur */
.s_nav, .s_logo, .s_fusszeile {
	display: none;
}
.s_aussen {
	margin: 0px auto;
}
.s_header {
	height: 122px;
	border-bottom: 25px solid #154F1F;
	margin-bottom: 10px;
}
.s_header IMG {
	width: 655px;
	height: 90px;
}
.s_mitte {
}
.s_inhalt {
}

/* Inhalte */
.i_inhalt {
	width: 100%;
	float: left;
	clear: both;
}
.i_text {
	width: 50%;
	float: left;
	padding-right: 20px;
}
.i_bild {
	width: 40%;
	text-align: right;
	float: left;
}
.i_bild IMG {
	border: 3px solid #AECBB3;
	margin-bottom: 10px;
}
.i_wein .i_bild {
	text-align: left;
}
.i_bild A {
	margin-bottom: 10px;
	display: block;
}
.i_intro {
	width: 100%;
	float: left;
	clear: both;
	text-align: center;
	padding: 28px 0px 20px 0px;
}
.i_2col {
	width: 100%;
	float: left;
	clear: both;
}
.i_links {
	width: 49%;
	float: left;
	margin-right: 20px;
}
.i_rechts {
	width: 49%;
	float: left;
}
.i_2col .i_inhalt {
	width: 100%;
}
.c_text {
	width: 100%;
	float: left;
	clear: both;
}
.i_2col .i_inhalt .i_text {
	width: 100%;
}
.i_2col .c_text {
	width: 100%;
}

/* Mailform start */
.mf-item {
	padding-bottom: 10px;
	float: left;
	clear: both;
}
.mf-input, .mf-select, .mf-textarea, .mf-submit {
	width: 350px;
	height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #666;
}
.mf-input {
}
.mf-select {
	width: 352px;
	height: 17px;
}
.mf-textarea {
	height: 150px;
}
.mf-submit {
	width: 150px;
	height: 17px;
}
/* Mailform ende */

.zoomin {
	cursor: url("fileadmin/templates/img/zoomin.cur");
}
.zoomout {
	cursor: url("fileadmin/templates/img/zoomout.cur");
}
.nl_name, .nl_email, .nl_submit, .nl_anrede {
	width: 100px;
	height: 14px;
	padding: 1px;
	margin: 0px;
	border: 1px solid #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.nl_submit, .nl_anrede {
	height: 18px;
	padding: 0px;
	width: 104px;
}
.linie {
	border-bottom: 1px solid #666;
	margin-bottom: 7px;
}
