* {
margin: 0;
padding: 0;
}

html {
	height: 100%; // Scroll-Leiste immer anzeigen
}

body {
background: #999999;
/*text-align: right;*/
font: normal 11px/18px verdana, arial, tahoma, sans-serif;
color: #333;
padding:0 0 0 0;
}

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

a:visited {
text-decoration: underline;
}

a:hover {
color: #ccc;
}


#header {
width: 900px;
height: 150px;
background: #999 url("../img/header.jpg") no-repeat;
background-position: center;
float:right;
}

#wrapper {
width: 1000px;
background-position: 0 0;
margin: 0 0 0 0;
text-align: left;
float:left;
}

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

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

h2 {
width: 300px;
height: 30px;
position:absolute;
top:250px;
left:235px;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
color: #fff;
text-transform: uppercase;
}

#links {
font-size:16px;
line-height:20px;
width:671px;
height:347px;
background:url(../../../../_inhalte/0090_links/backimg.jpg) no-repeat;
}

#about {
font-size:14px;
line-height:20px;
width:671px;
height:347px;
background:url(../../../../_inhalte/0040_about/backimg.jpg) no-repeat;
}

#impress {
font-size:12px;
line-height:20px;
width:671px;
height:347px;
background:url(../../../../_inhalte/0099_impressum/backimg.jpg) no-repeat;
}

#nav {
list-style: none;
list-style-image:url(../img/navi.jpg);
z-index: 0;
height: 80px;
width: 750px;
text-transform: uppercase;
position:absolute;
left: 255px;
top: 170px;
float:right;
}

#nav li {
float: left;
width: 145px;
height: 24px;
}

#nav li a {
color: #fff;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
padding-left: 0;
text-decoration: none;
}

#nav li a:hover {
color: #666666;
}

#current a {
background-repeat: no-repeat;
background-position: 100% 50%;
}



img {
border: none;
}

a img {
border: none;
}

a:hover img {
border-color: none;
}

#content {
position:relative;
float: left;
width: 580px;
margin: 30px 0 0 115px;
top:150px;
}

p {
margin-bottom: 20px;
}

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

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

div.categorycontainer {
    	font-size: 16px;
    	padding: 0;
		background: #999999;
    	text-align: left;
		line-height:37px;
		color: #FFFFFF;
	    margin-top: 30px;
		margin-right: 150px;
		margin-bottom: 20px;
		width:200px;
        height:40px;
        background: url(../img/gallerieback.jpg) no-repeat ;
		background-position:left;
}

div.categorycontainer a:hover {

color:#666666;

}



div.imagecontainer {   
		margin-right: 10px;
		margin-bottom: 10px;
}
a.catlink:link, a.catlink:active, a.catlink:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#sidebar {
width: 120px;
height:600px;
float: left;
position:relative;
left: 0;
top:0;
z-index:10;
margin-left: 0;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding:0;
}

.sidebar_element {
    display: block;
    height: 15px;
    width: 100%;
    background-color: #999999;
    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: #999999;
    text-decoration: none;
}
img.sidebar_preview_image {
		margin-left: 0;
}
