* {
margin: 0;
padding: 0;
}

body {
background: #333 url("img/back.gif") repeat;
text-align: center;
font: normal 11px/18px verdana, arial, tahoma, sans-serif;
color: #333;
}

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

#header {
width: 580px;
height: 210px;
background: #ce863c url("img/header.jpg") no-repeat;
background-position: top right;
}

#wrapper {
width: 580px;
background: #fff url("img/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #fff;
margin: 20px auto;
text-align: left;
}

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

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

h2 {
width: 419px;
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;
}

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

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

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

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

#sidebar {
width: 134px;
background-color: #ce863c;
float: left;
position: relative;
left: -4px;
margin-left: -147px;
border-top: 1px solid #fff;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
color:#C10000;
}
#sidebar a {
text-decoration: none;
color:#C10000;
}
.img{margin-bottom: 20px;
}

img {
border: none;
}

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

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

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

p {
margin-bottom: 20px;
}

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

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


#galerie{
	position:relative;
	display:block;
	width:410px;
	float: right;
	left:-4px;
	top:0px;
}




















