* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

a img {
    border: 0;
}

a {
	color: #fe7300;
	outline: none;
}

h2 {
	color: #efca00;
}

body {
    font-size: 11.5px;
	line-height: 1.6em;
    color: #ececec;
	background: url('../pics/bg_body.jpg') fixed;
}

#frame {
    margin: 0 auto;
	position: relative;
	background: url('../pics/bg_frame_shadow.png') center repeat-y;
	width: 886px;
}

#innerFrame {
	margin: 0 19px;
	width: 848px;
	background: url('../pics/bg_frame.jpg') center 198px repeat-y; /*  auf Höhe des Contentbereichs geschoben, wegen BG Content */
}


/******* Header *******/

#header {
	height: 170px;
	background: center no-repeat;
}

body.aktuelles #header {
	background-image: url('../pics/h_aktuelles.jpg');
}

body.weinverkostung #header {
	background-image: url('../pics/h_weinverkostung.jpg');
}

body.weinbergfuehrung #header {
	background-image: url('../pics/h_weinbergfuehrung.jpg');
}

body.weinshop #header {
	background-image: url('../pics/h_weinshop.jpg');
}

body.weinlexikon #header {
	background-image: url('../pics/h_weinlexikon.jpg');
}

body.kontakt #header, body.agb #header {
	background-image: url('../pics/h_kontakt.jpg');
}



/******* Navi *******/

#navi {
	font-size: 1.1em;
	color: #e78c40;
	height: 21px;
	padding: 4px 12px 3px;
	background: url('../pics/bg_navi.png') #fe7300 center repeat-x;
	border: 1px solid #0f2822;
	border-width: 1px 0;
}

#navi a {
	color: #fff;
	margin: 0 8px;
}

#navi a.act {
	color: #efca00;
}

#hotline {
	color: #fff;
	font-size: 1.2em;
	cursor: default;
	position: absolute;
	left: 20px;
	top: 10px;
}

/******* Inhalt *******/

#content {
	background: url('../pics/bg_content.jpg') top center no-repeat;
	padding: 60px 40px 10px 40px;
	position: relative;
}

#content h2 {
	margin-bottom: 0;
}

.contentBox {
	width: 550px;
	border: 1px solid #1b3227;
	padding: 10px;
	background: url('../pics/bg_contentCol.png');
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 3em;
}

.boxedImage {
	border: 1px solid #1b3227;
	padding: 2px;
	margin: 10px;
}



/***** Weinlexikon *****/

.lexikon {
	background:url('../pics/buch.png') center no-repeat;
	width: 581px;
	height: 420px;
	
	font-size: .9em;
	color: #000;
	line-height: 1.5em;

}

.lexikon .leftPage {
	float: left; 
	width: 175px;
	height: 320px;
	overflow: auto;
	margin: 60px 0 0 65px;
}

.lexikon .rightPage {
	float: right; 
	width: 200px;
	height: 320px;
	overflow: auto;
	padding-right: 5px;
	margin: 60px 100px 0 0;
}

#content a.act {
	font-weight: bold;
	color: #f8ab26;
}

/***** Weinshop *****/

.boxed {
	border: 1px solid #1b3227;
	padding: 5px;
	background: url('../pics/bg_contentCol.png');
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: .7em;
}

#shop_menu { 
	float: left;
	width: 270px; 
}

#shop_menu a.menuItem {
	display: block;
	margin: 0 -5px;
	padding: 5px 8px; 
	color: silver;
}

#shop_menu a.menuItem strong {
	color: #ececec;
}

#shop_menu a.menuItem:hover {
	background: url('../pics/bg_menuItem.png') bottom;
	text-decoration: none;
}

#shop_menu a.menuItem.active {
	background: url('../pics/bg_menuItem_act.png') bottom #ec7a27 repeat-x;
	text-decoration: none;
}


#shop_products {
	float: right;
	width: 460px;
}

#shop_products .product{
	padding: 8px;
}

#shop_products .image {
	float: left;
	margin-right: 10px;
	width: 130px;
	overflow: hidden;
	text-align: center;
}

#shop_products .image img {
	max-width: 100px;
}

#shop_products .description {
	float: left;
	width: 300px;
}

td, th {
	font-size: 11.5px;
	padding: 2px;
	line-height: 1.6em;
}


/***** Footer *****/

#footer {
	clear: both;
	color: #c8c8c8;
	font-size: .9em;
	text-align: right;
	width: 950px;
	margin: 0 auto;
	margin-top: -7px;
}

#footer a {
	color: #c8c8c8;
}




/******* Formulare *******/

.colLabel {
	width: 9em;
	font-weight: bold;
	float: left;
	padding: 5px 5px 5px 0;
}

.colInput {
	float: left;
	padding: 3px;
}

.colInputText {
	float: left;
	padding: 5px;
}


.colError {
	float: left;
	padding: 5px;
	color:  #AA1D1B;
}

.wColImpressum {
    float: left;
    width: 5.5em;
	font-weight: bold;
}

/***** HTML Tags *****/

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    display: block;
    font-weight: normal;
    margin: .8em 0;
}

p:first-of-type {
	margin-top: 0;
}

p:last-of-type {
	margin-bottom: 0;
}

h2 {
	margin: 10px 0 10px 0;
	padding-bottom: .2em;
	font-size: 1.4em;
}

h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin: .7em 0 .7em 0;
}

h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 1em 0 0 0;
}

h4:first-of-type {
	margin-top: 1em;
}

ul {
    margin-top: .5em;
	margin-left: 1.5em;
    padding-left: 0;
    list-style-type: none;
}

ul li {
    padding-left: 1em;
    position: relative;
	background: url('../pics/li_item.png') 0 .65em no-repeat;
}

fieldset {
	border: 1px dashed #E3DFD1;
	padding: 10px;
}

legend {
	font-weight: bold;
}

select {
    font-size: 1em;
    /*min-width: 237px;*/
}

option {
	padding-right: 9px;
}

input[type=text], input[type=password], textarea {
    border: 1px solid #ccc8be;
    background: #fafafa;
    margin-top: 0px;
    padding: .2em;
    font-size: 1em;
    width: 100px;
}

input, textarea {
	font-size: 1em;
	padding: .2em;
}

input[type=submit], input[type=button] {
    font-weight: bold;
    font-size: 1em;
}

input[type=checkbox] {
    margin: 0 .45em .3em 0;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	background: #fffaec;
}

textarea {
	height: 60px;
}

input.require, textarea.require, select.require {
    background: url(../pics/bg_error.png) repeat-x scroll 0 0 !important;
	border: 1px solid #feca31;
}


/******* Allgemeine Klassen *******/

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    overflow: auto;
	clear: both;
}

.hidden {
	display: none;
}

.invisible {
	visibility: hidden;
}

.gray {
    color: gray;
}

.silver {
    color: silver;
}

.red {
	color: #900020;
}

.green {
    color: darkgreen;
}

.asterisk {
    font-size: .9em;
	color: red;
	vertical-align: top;
}


/******* Clearfix *******/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}