@CHARSET "ISO-8859-1";

body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	font-face: lucida sans, verdana, arial;
	font-size: 13px;
	color: #ddd;
}

input, textarea { border:1px solid #101010; background-color: #353535; color: #ddd; }
fieldset { border:1px solid #101010; }
a:link, a:visited { color: #fa7600; text-decoration: none; }
a:hover, a:active { color: #fff; }

#navigation { width: 766px; height: 37px; }
#content { background-color: #101010; width: 766px; }

#button_foxtown, #button_board, #seperate_buttons, #button_gallery, #button_imprint { display:block; float:left; }
a#button_foxtown:link, a#button_foxtown:visited { background-image: url(images/buttons/foxtown.png); width: 108px; height: 37px; }
a#button_foxtown:hover, a#button_foxtown:active { background-image: url(images/buttons/foxtown_hover.png); }
a#button_board:link, a#button_board:visited { background-image: url(images/buttons/forum.png); width: 82px; height: 37px; }
a#button_board:hover, a#button_board:active { background-image: url(images/buttons/forum_hover.png); }
#seperate_buttons { background-image:url(images/buttons/seperate_buttons.jpg); width:372px; height:37px; }
a#button_gallery:link, a#button_gallery:visited { background-image: url(images/buttons/gallery.png); width: 89px; height: 37px; }
a#button_gallery:hover, a#button_gallery:active { background-image: url(images/buttons/gallery_hover.png); }
a#button_imprint:link, a#button_imprint:visited { background-image: url(images/buttons/impressum.png); width: 114px; height: 37px; }
a#button_imprint:hover, a#button_imprint:active { background-image: url(images/buttons/impressum_hover.png); }

#button_gbook, #button_charts, #button_wish {	display: block;
												margin-bottom: 1px;
												width: 100px;
												height: 30px;
												opacity: 0.85;
												background-color: #141110;
												border: 1px solid #fa7600;
												cursor: pointer;
												background-repeat: no-repeat;
												background-position: center;
}

#button_gbook { background-image: url(images/buttons/gbook.png); }
#button_gbook:hover { background-image: url(images/buttons/gbook_hover.png); }
#button_charts { background-image: url(images/buttons/charts.png); }
#button_charts:hover { background-image: url(images/buttons/charts_hover.png); }
#button_wish { background-image: url(images/buttons/wishes.png); }
#button_wish:hover { background-image: url(images/buttons/wishes_hover.png); }

.box_outer { 
	width: 182px;
	background-color: #252525;
	background-image: url(images/bg/box_outer.png);
	background-repeat: no-repeat;
	padding-bottom:15px;
	background-position: bottom;
}

.box_inner {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	background-image: url(images/bg/box_inner.png);
	background-repeat: no-repeat;
}

.font_box_head {
	color: #fff;
}

#shoutbox-messages {
	height: 200px;
	overflow: auto;
}
#foot {
	background-image: url(images/foot.jpg);
	width: 766px;
	height: 49px;
}