/* CSS Document */

body {
background-color: #000;
margin: 0;
padding: 0;
font-family: "square 721bt", "Lucida Grande", Geneva, Verdana, Arial, sans-serif, "Helvetica CE";
font-size: 12px;
color: #ffffff;
}
h1 {
font-size: 26px;
color: #fff;
}
.clearboth {
clear: both;
}
.dot {
color: #555;
font-size: 10px;
}
img.sofort {
margin: 20px 0 15px 5px;
}
/* -----------------top--------------------- */
#upcontainer {
margin-left: auto;
margin-right: auto;
width: 884px;
}
#header {
width: 100%;
text-align: left;
}
#logo {
margin: 0;
}
.border {
margin: 0;
padding: 0;
width: auto;
height: 4px;
}
/* -----------------maintable--------------------- */
#container {
margin-left: auto;
margin-right: auto;
width: 884px;
background-image: url(images/bg_main.jpg);
background-repeat: repeat-y;
border-right: 1px solid #333;
}
table#main {
width: 884px;
padding: 0;
}
td#left {
width: 184px;
padding: 0 0 0 1px;
}
td#right {
width: 700px;
padding: 0;
}
#gallery {
margin: 70px 0 100px 30px;
}
/* -----------------hmenu--------------------- */
#hmenu {
background-image: url(images/topmenu_bg.jpg);
background-repeat: repeat-x;
width: auto;
height: 22px;
text-align: left;
padding: 7px 0 0 10px;
clear: both;
}
#hmenu ul {
margin: 0;
padding: 0;
}
#hmenu li {
display: inline;
list-style-type: none;
background-image: none;
padding: 0;
margin: 1px 4px 1px 4px;
}
#hmenu li a {
text-decoration: none;
color: #ffffff;
border-left: 1px solid #000;
border-right: 1px solid #000;
padding: 3px 3px 3px 3px;
margin: 0;
}
#hmenu a:hover {
color: #ffffff;
background-color: #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
padding: 3px 3px 3px 3px;
margin: 0;
}
#active a {
color: #ffffff;
background-color: #000;
padding: 5px 3px 5px 3px;
border-left: 1px solid #000;
border-right: 1px solid #000;
margin: 0;
}
/* -----------------vertical menu--------------------- */
#menu-left {
float: left;
margin: 0;
}
.menu {
width: 184px; 
height: auto;
position: relative;
padding: 10px 0 0 0;
}
.menu ul li a {
display:block; 
text-decoration:none; 
color:#fff; 
width:174px; 
height:19px; 
text-align:left;  
line-height:17px;
margin: 0;
padding: 3px 0 3px 10px;
border-bottom: 1px solid #000;
}
.menu ul {
padding:0;
margin:0;
list-style-type: none; 
 }
.menu ul li {
float:left; 
margin-right:1px; 
position:relative;
}
.menu ul li ul {
display: none;
}
.menu ul li:hover a {
color:#fff; 
background-color: #000;
margin: 0;
padding: 3px 0 3px 10px;
border-bottom: 1px solid #000;
}
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:0; left:185px; 
width:132px;
}
.menu ul li:hover ul li a.hide {
color:#fff;
}
.menu ul li:hover ul li:hover a.hide {
width:132px;
}
.menu ul li:hover ul li ul {
display: none;
}
.menu ul li:hover ul li a {
display:block; 
color:#fff; 
width:132px;
}
.menu ul li:hover ul li a:hover { 
color:#999;
}
.menu ul li:hover ul li:hover ul {
display:block; 
position:absolute; 
left:200px; top:0; 
color:#000;
}
.menu-current {
color:#fff; 
background-color: #000;
margin: 0;
}
.arrow {
color: #ccc;
padding-left: 6px;
font-size: 14px;
}

/* -----------------bottom and footer--------------------- */
#bottomouter {
margin-left: auto;
margin-right: auto;
width: 884px;
}
#bottom {
width: 884px;
height: 23px;
background-image: url(images/bottom_bg.jpg);
background-repeat: repeat-x;
text-align: right;
padding-top: 6px;
color: #787878;
}
#bottom ul {
margin: 0 15px 0;
padding: 0;
}
#bottom li {
display: inline;
list-style-type: none;
background-image: none;
padding: 0;
margin: 1px 5px 1px 5px;
}
#bottom li a {
text-decoration: none;
color: #ffffff;
border-left: 1px solid #000;
border-right: 1px solid #000;
padding: 3px 2px 3px 2px;
margin: 0;
}
#bottom a:hover {
color: #ffffff;
background-color: #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
}
#footer {
margin: 5px 0 10px 0;
text-align: center;
font-size: 10px;
color: #aaa;
}