* {
margin: 0;
padding: 0;
}

html {
	height: 100.1%; // scroll-leiste
}

body {
background: #333 url('../img/back.gif');
text-align: center;
color: #333;
padding-top: 40px; font-style:normal; font-variant:normal; font-weight:normal; line-height:18px; font-size:11px; font-family:verdana, arial, tahoma, sans-serif
}

a {
color: #666;
text-decoration: none;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #ccc;
}

#header {
width: 780px;
height: 210px;
background: #000 url('../img/header.jpg') no-repeat right top;

}

#wrapper {
width: 780px;
background: #fff url('../img/sidebar.gif') repeat-y 0 0;
border: 2px solid #fff;
margin: 0 auto;
text-align: left
}

h1 {
width: 170px;
height: 30px;
background-color: #333;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}

h1:first-letter {
color: #f00;
text-decoration: underline;
}

h2 {
width: 589px;
height: 30px;
background-color: #333;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
text-transform: uppercase;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 210px;
width: 180px;
text-transform: uppercase;
}

#nav li a {
color: #fff;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 170px;
height: 24px;
background-color: #000;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #333;
}

#current a {
/*background-image: url("../imag/bullet.gif");*/
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
width: 164px;
background-color: #ccc;
float: left;
position: relative;
left: -4px;
margin-left: -177px;
border-top: 1px solid #fff;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

img {
border: none;
}

a img {
border: 1px solid #fff;
}

a:hover img {
border-color: #f00;
}

#content {
float: left;
width: 580px;
margin: 10px 0 0 10px;
}

p {
margin-bottom: 20px;
}

p:first-line {
font-weight: bold;
}

#footer {
text-align: center;
clear: both;
width: 600px;
margin-left: 163px;
}

div.categorycontainer {
    padding: 10px;
    border: 1px solid #000000;
    background: #333333;
    text-align: center;
    color: #FFFFFF;
		margin-right: 25px;
		margin-bottom: 16px;
}
div.imagecontainer {   
		position: center;
		margin-right: 8px;
		margin-bottom: 8px;
}
a.catlink:link, a.catlink:active, a.catlink:visited {
    color: #ffffff;
    text-decoration: none;
}
.sidebar_element {
    display: block;
    height: 15px;
    width: 100%;
    background-color: none;
    cursor: pointer;
    border: 0px solid #000000;
}
.sidebar_element a:link {
    color: #000000;
    text-decoration: none;
}
.sidebar_element a:active {
    color: #000000;
    text-decoration: none;
}
.sidebar_element a:visited {
    color: #000000;
    text-decoration: none;
}
.sidebar_element a:hover {
    color: #FFFFFF;
    background-color: #969696;
    text-decoration: none;
}
img.sidebar_preview_image {
    border: 1px solid #000000;
		margin-left: 6px;
}
