html {
        height:100%;
		overflow-y: scroll;
		background: url(bilder/back_os.jpg) no-repeat top fixed;
		-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}
body {
	height: 100%;
	padding: 0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #1B1702;
}
td {
	font-family: Verdana, Arial, Helvetica, Sans-serif; font-size: 11px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #6C3F99;
}

h1 {
	font-size: 16px;
}

.ecken { border-radius: 5px; }
.button {padding:2px 5px 2px 5px;}
.meldung {FONT-WEIGHT: bold; COLOR: #FF0000; border: 2px solid #F00; padding: 5px;}
.erfolg {FONT-WEIGHT: bold; COLOR: #093; border: 2px solid #093; padding: 5px;}
.klein { font-size: 9px; }
.grau {COLOR: #666666;}
.weiss {COLOR: #FFFFFF;}
.gold {COLOR: #AF986C;}
.rot {COLOR: #FF0000;}
.artikel_uebersicht {position:relative; border:1px solid #CCCCCC; background-color:#E1E2E4;}
.flagge_ausverkauft{position:absolute; left:2px; top:2px; padding:0 4px;border:solid 1px #cd5033; border-radius:4px; -webkit-border-radius:4px; -o-border-radius:4px; -moz-border-radius:4px; background-color:#cd5033; color:#fff;}
.zahlungsart {border: #666666 1px solid; margin: 1px;}

#wrapper {
	width:1000px;
	position:absolute;
	left: 50%;
	margin-left:-500px;
}

#header {
	position: fixed;
	margin-top: -5px;
	width: 1000px;
	background: #E1E2E4;
	z-index:99;
	-webkit-box-shadow:0 3px 5px 0px #252525;
	-moz-box-shadow:0 3px 5px 0px #252525;
	box-shadow:0 3px 5px 0px #252525;
} 


#container {
	width:1000px;
	min-height:900px;
	margin-top:110px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#FFFFFF;
	-webkit-box-shadow:0 3px 5px 0px #252525;
	-moz-box-shadow:0 3px 5px 0px #252525;
	box-shadow:0 3px 5px 0px #252525;
}

#menue {
	margin-left: 10px;
	width: 200px;
	font-size:13px;
	text-align:left;
	float:left;
}

#suche {
	position:absolute;
	left:227px;
	top:19px;
	width:762px;
	height:50px;
	z-index:100;
}
#inhalt {
	margin-top: -10px;
	margin-left: 220px;
	width: 770px;
}

#footer {
	position:relative;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 1000px;
	height: 60px;
	background: #E1E2E4;
	-webkit-box-shadow:0 3px 5px 0px #252525;
	-moz-box-shadow:0 3px 5px 0px #252525;
	box-shadow:0 3px 5px 0px #252525;
}

#adresse {
	position:absolute;
	top:0px;
	left:10px;
	width:400px;
	height:60px;
	z-index:101;
}

#adresse a {
	color:#A69272;
	font-size:10px;
	font-weight:bold;
}

#facebook {
	margin-left:795px;
	width:225px;
	height:40px;
	z-index:101;
}


/* TABS */

.htabs {
	height: 27px;
	line-height: 15px;
	border-bottom: 1px solid #cccccc;
	margin-right: 3px;
}
.htabs a {
	color: #003399;
	background: #999999;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 6px 10px 5px 10px;
	float: left;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	margin-right: 4px;
    
	-moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    -khtml-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}
.htabs a.selected {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding-bottom: 6px;
	background: #FFFFFF;
}
.tab-content {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 20px 20px 20px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	
	-moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;
    -khtml-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
}

/* BLINKEN */
.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
