/* Page */

#content {
	float: right;
	width: 590px;
	height: 620px;
    background: #fffae8;
}
.contenttext {
	padding-left: 20px;
	padding-top: 20px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #505050;
}
#sidebar {
	float: left;
	width: 150px;
	padding-left: 0px;
}

/* Menu */

#menu {
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 5px 15px;
	border-bottom: 0px solid #212121;
	text-decoration: none;
	color: #fffae8;
}

#menu a:hover {
	background: #cc0000;
	color: #f5f5f5;
	font-weight: bold;
}

#menu .active a {
	background: #;
	color: #ffffff;
}

/* Rest */

.logo_text {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #505050;
}
.kop_text {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #212121;
}
.slogan_text {
	font-family: Verdana, Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFAE8;
	font-variant: small-caps;
}
.navi_text {font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 11px;}
.style1 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #505050;
}
.style2 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fffae8;
	padding-left: 10px;
}
.style3 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fffae8;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cc0000;
}
a:hover {
	text-decoration: none;
	color: #fffae8;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #505050;
}
body {
	background: #cc0000 url('../img/bkground.jpg');
}

/* Inlinelinks */

.inline a:link {
	color: #212121;
	text-decoration: none;
}
.inline a:visited {
	text-decoration: none;
	color: #cc0000;
}
.inline a:hover {
	text-decoration: none;
	color: #666666;
	font-weight: none;
}
.inline a:active {
	text-decoration: none;
	color: #505050;
}

/* Footer */

#footer {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: none;
	font-color: #c0c0c0;
	background: #212121;
}
.footer_text {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #c0c0c0;
	background: #212121;
	padding-left: 10px;
}
.footer_text2 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #fffae8;
	background: #212121;
	width:50px;
}
.h1 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #cc0000;
	background: #212121;
	padding-left: 10px;
}