@charset "utf-8";
/* CSS Document */

body {
background: #552200;
color: #552200;
font-size: 14px;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin:0px;
}

#wrapper {
margin: 0px auto;
width: 774px;
}

#header {
background-image:url(img/header.jpg);
height:195px;
}

#titel {
height:61px;
}

#content {
background-image:url(img/content_bg.jpg);
text-align:center;
}

#bar {
background-image:url(img/bar.jpg);
height:38px;
width:774px;
text-align:left;
clear:both;
}

#anweisung {
text-align:left;
padding:10px 0px 0px 40px;
font-size:16px;
color:#FFFFFF;
}

#etikettenwrapper {
padding:10px 0px 0px 20px;
}


#etikettenbild {
width:240px;
height:260px;
text-align:center;
float:left;
}

#contentwrapper {
padding:20px 0px 40px 40px;
text-align:left;
}

#footer {
background-image:url(img/footer.jpg);
height:38px;
clear:both;
}

#copyright {
font-size:0.8em;
text-align:center;
color: #884422;
margin-bottom: 10px;
}
#copyright a{
color: #884422;
text-decoration:none;
}
#copyright a:hover{
color: #BB7744;
text-decoration:underline;
}

#tabelle {
text-align:left;
margin:10px 0px 20px 28px;
}

table {
	background-color:#FFFFFF;
	width: 700px;
}

td {
text-align: left;
padding: 5px;
}

tr {
padding: 5px;
margin: 5px;
}

.textklein {
	font-size:9px;
	font-weight:normal;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin-right: 40px;
}

#header {
background-color:#990000;
}

#popup a span {display: none;}
/* the IE correction rule */
#popup a:hover	{
text-indent: 0; /* added the default value */
}

#popup a:hover span{
display: block;
position: absolute;
top: 0px;
left: 20px;
width: 345px;
margin: 0px;
padding: 0px;
color: #335500;
font-weight: normal;
text-align: left;
border: 1px solid #666;
}





