@CHARSET "UTF-8";

body {
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
}

a {
	border: none;
		text-decoration: none;
	color: #483a26;
}

a:active {
	outline: none;
}

img {
	border: none;
}

.button {
	background-repeat: no-repeat;
}

.button:hover {
	background-position: 100% 0;
}

#menu .flag {
	display: block;
	width: 30px;
	height: 20px;
	margin: 6px 0 0 5px;
}

#flag_eng {
	background-image: url(../img/flag_eng.gif);
}

#flag_deu {
	background-image: url(../img/flag_deu.gif);
}

#flag_fre {
	background-image: url(../img/flag_fre.gif);
}

#menu .menu_btn {
	display: block;
	width: 105px;
	height: 33px;
	margin: 0 35px 0 0;
}

#here {
	position: absolute;
	width: 5px;
	height: 5px;
	left: 90px;
	top: 84px;
}

#user {
	float: right;
	margin-top: 2px;
	color: #483a26;
}

#feedback_btn {
	margin-top: 20px;
}

#sponsors_top {
	margin-top: 5px;
	width: 202px;
	height: 13px;
	background-image: url(../img/cmbox_up.gif);
	background-repeat: no-repeat;
}

#sponsors {
	width: 202px;
	background-image: url(../img/cmbox_middle.gif);
	background-repeat: repeat-y;
	text-align: center;
	margin: 0;
	padding: 0;
}

#sponsors a {
	margin: 3px;
}

#sponsors_title {
	margin: 0 0 5px 0;
	color: #483a26;
}
	
#sponsors_bottom {
	width: 202px;
	height: 13px;
	background-image: url(../img/cmbox_down.gif);
	background-repeat: no-repeat;
}

#feed {
	float: left;
	margin-top: 2px;
	margin-left: 15px;
	padding-left: 18px;
	background-image: url(../img/feed.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	font-size: 0.9em;
	color: #483a26;
}

#footer {
	float: right;
	margin-top: 2px;
	font-size: 0.9em;
	color: #483a26;
}

.gallery {
	margin: 5px auto;
}

.gallery .photo {
	float: left;
	margin: 3px;
	background-position: center;
	background-repeat: no-repeat;
}

.gallery .photo:hover {
	background-color: #f2e1c7;
}

#ariane {
	border-bottom: 1px dashed black;
	margin-bottom: 10px;
}

.comment_title {
	margin: 15px 15px 0 15px;
	padding: 0 10px;
	border-bottom: 1px dashed #a6865a;
}

.comment {
	margin: 0 20px 15px 20px;
	padding: 0 15px;
}

ul, ol {
	margin-left: 25px;
}

