* {
	margin: 0;
	padding: 0;
}
html {
witdh: 100%;
height: 100%;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
background: #969696;
background-image:url(bilder/layout/bg.jpg);
background-repeat:repeat-x;
height: 100%;
weight: 100%;
scrollbar-3dlight-color: #eaeaea;
scrollbar-arrow-color: #fff;
scrollbar-darkshadow-color: #eaeaea;
scrollbar-face-color: #97938a;
scrollbar-highlight-color: #eaeaea;
scrollbar-shadow-color: #eaeaea;
scrollbar-track-color: #eaeaea;
}
h1, h2, h3 {
background: transparent;
padding: 0;
}
h1 {
	font-family: Verdana, Arial;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	margin 0;
	margin-bottom:30px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px; 
	color:#2710fe;
	font-weight: bold;
	margin: 15px 0;
}
p {
margin: 10px 0 10px 0;
}
table {
	font-size:12px;
}


/* Divs */
#header {
position: absolute;
top: 0;
left: 0;
width: 980px;
height: 130px;
z-index:1;
}
#container {
position: absolute; 
width: 984px;
height: 560px;
left: 50%; 
text-align:left; 
margin-left: -492px; 
}
#content {
position: absolute;
top: 151px;
left: 0;
width: 980px;
background-color:#e9e7ff;
z-index:3;
}
#content li {
list-style-type:square;
list-style-position:outside;
margin:10px 20px;
}
#content a {
color: #2710fe;
}
#content a:hover {
color: #2710fe;
text-decoration: underline;
}
#txt {
	margin-top:30px;
	margin-bottom:30px;
	margin-left:55px;
	margin-right:50px;
}
#navi {
position: absolute;
top: 129px;
left: 0;
width: 980px;
height: 20px;
background-color:#2710fe;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
z-index:2;
}
#navi li {
display: inline;
float: left;
margin-right: 1px;
}
#navi a {
font-size: 16px;
font-family: Verdana;
display: block;
width: 165px;
height: 20px;
border: 0;
line-height: 20px;
text-align: center;
background-color:#2710fe;
color: #fff;
text-decoration: none;
font-weight: normal;
}
#navi a:hover {
display: block;
width: 165px;
height: 20px;
border: 0;
line-height: 20px;
text-align: center;
background: #6757fe;
color: #fff;
text-decoration: none;
font-weight: normal;
}
#topnavi {
position: absolute;
top: 20px;
right: 20px;
background-color: transparent;
z-index:4;
font-size: 11px;
font-family: Verdana;
color: #999999;
text-decoration: none;
font-weight: normal;
}
#topnavi li {
display: inline;
float: left;
margin-right: 5px;
}
#topnavi a, a:link, a:active, a:visited {
font-size: 11px;
font-family: Verdana;
background: transparent;
color: #fff;
text-decoration: none;
font-weight: normal;
}
#topnavi a:hover {
font-size: 11px;
font-family: Verdana;
background: transparent;
color: #fff;
text-decoration: underline;
font-weight: normal;
}
#footer {
background-color:#000;
}


.tr_gebinde {
background:#fff url(bilder/shop/bg-gebinde.jpg) repeat-x top left;
}
.tr_gebinde:focus,.tr_gebinde:hover {
background:#fff url(bilder/shop/bg-gebinde-color.jpg) repeat-x top left;
}


