/************************************************
*                                               *
*  Copyright    :       (c) 2008				        *
*                                               *
*  Website by   :       Stukje Design           *
*                       www.stukjedesign.nl     *
*                                               *
*  Contact name :       B. Kreleger             *
*                                               *
*************************************************/

/**************
*  HTML TAGS  *
**************/

body {
	background-color: #020203;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana;
	font-size: 0.8em;
	text-align: center;
}

/**************
*   STYLING   *
**************/

h1 {
	text-transform: uppercase;
}

h1, h2 {
	font-size: 1.4em;
	color: #ba0406;
}

h1 {
	margin-top: 0;
}

h2 {
	font-size: 110%;
}

a {
	color: #222222;
}

img {
	border: 0;
}

/**************
*    FORMS    *
**************/

textarea, input, select {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 100%;
	background-color: #F5F5F5;
	border: 1px solid #5A005A;
	margin-bottom: 2px;
}

fieldset {
	border: 1px solid #05550D;
}

legend {
	color: #05550D;
}

/**************
*   LAYOUT    *
**************/

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#content {
	text-align: left;
}

#main {
	width: 900px;
}

#main #left {
	float: left;
	width: 452px;
	padding: 10px 0px 0 20px;
}

#main #right {
	float: right;
	width: 377px;
	padding: 50px 50px 0 0px;
}

/**************
*   IMAGES    *
**************/

.img_left {
	float: left;
	margin: 0 5px 0 0;
}

.img_right {
	float: right;
	margin: 0 0 10px 10px;
}

.img_border {
	border: 1px solid #000000;
}

/**************
*    MENU     *
**************/

#menu {
	font-family: Impact, Arial, Verdana;
	font-size: 1.1em;
	padding: 50px 5px 0 315px;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#menu li {
	height: 23px;
	float: left;
	padding: 3px 8px 0 8px;
}
#menu a {
	color: #fff;
	text-decoration: none;
}
#menu .here {
	color: #ba0406;
}
.menu_seperator {
	margin: 6px 0 0 224px;
	background: url("/img/main/menu-seperator.gif") bottom left no-repeat;
}

/**************
*   CONTENT   *
**************/

.content_box {
	line-height: 1.5em;
	background-color: #F1F1F1;
	padding: 2px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 3px solid #ba0406;
	margin-bottom: 20px;
	width: 376px;
}

.content_box li {
	background: url("/img/icon/music.gif") top left no-repeat;
	padding-left: 20px;
	margin-left: -15px;
}

.guestbook_msg {
	padding-bottom: 5px;
	border-bottom: 1px dotted #333333;
}

.small {
	font-size: 80%;
	color: #B2B2B2;
}
