@import url("style-navi.css");
@import url("style-shop.css");

body {
	background: #FFFEED;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;    
	font-size: 80%;
	line-height: 1.4em;
	margin: 0;
	color: #333;    
}
a {
    color: #333;
}
a:hover {
    color: #962;
}
#all {
    position: relative;
    text-align: center;    
    width: 980px;
    margin: 0 auto;    
}
#header {
    height: 170px;
    background: url("bild/schlojologo.gif") no-repeat bottom center;
    text-align: right;            
}

#leiste {
    height: 30px;                
}
#domaene, #domaene3, #domaene4, #domaene5, #domaene6, #domaene7, #domaene8, #webcam,
#onlineshop, #johannisberg, #keller, #besuche, #presse, #kontakt, #anfahrt, #impressum
 {
    height: 540px;            
}
#domaene {
    background: url("bild/bgdomaene.jpg") no-repeat;
}
#domaene3 {
    background: url("bild/bgweinberg.jpg") no-repeat;
}
#domaene4 {
    background: url("bild/bgriesling.jpg") no-repeat;
}
#domaene5 {
    background: url("bild/bgschatzkammer.jpg") no-repeat;
}
#domaene6 {
    background: url("bild/bgflaschen.jpg") no-repeat;
}
#domaene7 {
    background: url("bild/bgrheingau.jpg") no-repeat;
}
#domaene8 {
    background: url("bild/bgamtisch.jpg") no-repeat;
}
#webcam {
    background: url("bild/bgwebcam.jpg") no-repeat;
}
#onlineshop {
    background: url("bild/bgonlineshop.jpg") no-repeat;
}
#johannisberg {
    background: url("bild/bgjohannisberg.jpg") no-repeat;
}
#keller {
    background: url("bild/bgtreppe.jpg") no-repeat;
}
#besuche {
    background: url("bild/bghimmel.jpg") no-repeat;
}
#presse {
    background: url("bild/bgpresse.jpg") no-repeat;
}
#anfahrt {
    background: url("bild/bganfahrt.jpg") no-repeat;
}
#kontakt {
    background: url("bild/bgkontakt.jpg") no-repeat;
}
#impressum {
    background: url("bild/bgimpressum.jpg") no-repeat;
}
#inhaltwrap {
    position: relative;
    float: left;
    width: 510px;
    height: 460px;
    padding: 12px;
    margin-top: 20px;
    margin-left: 65px;
    background: url("bild/bgtrans.png");
}
#inhalt {
    position: relative;
    display: block;    
    overflow: auto;
    width: 100%;
    height: 100%;
    text-align: left;
}

#footer {
    clear: both;    
    font-size: .85em;            
}

h1 {        
    font-size: 1.4em;
    color: #B09556;
}
h2 {    
    font-size: 1.2em;
    color: #635431;
}
.pic, .picright, .picleft {
    padding: 2px;
    border: 1px outset #ddd;
}
.picright {
    float: right;
    margin: 0 0 1em 1em;    
}
.picleft {
    float: left;
    margin: 0 1em 1em 0;    
}
ul.lackfarben li {
    line-height: 1.7em;
}
ul.lackfarben li span {
    display: inline-block;
    width: 10em;
    z-index: 10;
}
.shoptable, .ausland {
	background: #FFFEED;
	width: 60%;
}
td {
    vertical-align: top;
}

.taball {
	width: 99%;	
}
.tab1 {
	padding: 4px;
	background: #FFFEED;
}
.tab1 span {
	font-style: italic;
	margin-right: 7px;
}
.tab1 h2 {
	display: inline;
	font-size: 13px;
}
.tab2 {
	clear: both;
	overflow: auto;	
	padding: 4px;
	margin-bottom: 1em;	
}

* html .tab2 {
    height: 1%;
}


/* Kontaktformular */

label, input, textarea {
    width: 220px;
    float: left;
    margin-bottom: 0.5em;    
}
label {
    text-align: right;
    width: 100px;
    float: left;    
    padding-right: 1em;
}
input:focus {
    background: #EFFCE8;
}
br {
    clear: left;
}
.box {
    width: 35px;
}

#toggle-button {
    z-index: 10000;
    position: absolute;
    top: 170px;
    right: 0;
    background: url('bild/close-button.png') no-repeat scroll top left;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

#toggle-button.closed {
    background-image: url('bild/show-button.png');
}
