﻿body 
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	background: #eb5c03 url('../img/bg.png') repeat-x;
}

a
{
	color: #eb5c03;
	text-decoration: none;
	font-weight: bold;
}

div#wrapper
{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -467.5px;
	width: 935px;
}

div#top
{
	position: relative;
	top: 0px;
	left: 0px;
	background: url('../img/top.png') no-repeat;
	width: 935px;
	height: 201px;
}

div#menu
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 63px;
}

div#menu a
{
	display: block;
	padding: 13px 17px;
	border-right: #666666 1px solid;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

div#menu a:hover
{
	color: #FFFFFF;
	background: url('../img/menu_over.png') repeat-x;
}

div#menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px 5px;
	font-size: 12px;
	color: #333333;
}

div#menu ul li
{
	padding: 0px;
	position: relative;
	float: left;
}

div#menu ul li ul
{
	position: absolute;
	top: 40px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	border-top: #666666 1px solid;
	display: none;
}

div#menu ul li:hover ul
{
	display: block;
}

div#menu ul li ul li a
{
	width: 220px;
	background: #e8e8e8;
	border-left: #666666 1px solid;
	border-bottom: #666666 1px solid;
	padding: 5px 17px;
}

div#logo
{
	position: relative;
	top: 85px;
	left: 0px;
	padding: 0px 50px;
}

table#table_logo td#table_logo_text
{
	padding-left: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
}

div#middle
{
	position: relative;
	top: 0px;
	left: 1px;
	right: 1px;
	background: url('../img/h.png') repeat-y;
	min-height: 300px;
	padding: 10px 20px;
}

div#home_top
{
	border-bottom: #CCCCCC 1px solid;
}

div#home_left
{
	float: left;
	width: 580px;
	padding-right: 10px;
}

div#home_right
{
	float: right;
	text-align: left;
	width: 280px;
	padding-left: 20px;
	padding-bottom: 20px;
	border-left: #CCCCCC 1px solid;
}

div#clear
{
	clear: both;
}

div.events
{
	
}

div.news
{
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	padding: 10px 0px;
	border-bottom: #CCCCCC 1px solid;
}

table.admin
{
	width: 100%;
}

table.kalender td
{
	width: 200px;
	height: 200px;
	border: #eb5c03 1px solid;
	color: #000000;
	padding: 10px;
	vertical-align: top;
	text-align: center;
}

td.admin_text
{
width: 150px;
vertical-align: top;
}

p.right
{
	text-align: right;
}

p.subtitle
{
	margin: 0px;
	padding: 0px;
	font-style: italic;
	color: #666666;
	margin-bottom: 5px;
}

div#bottom
{
	position: relative;
	top: 0px;
	left: 1px;
	background: url('../img/bottom.png') no-repeat;
	width: 935px;
	height: 48px;
	margin-bottom: 30px;
}

div.error
{
border: #ee1515 1px solid;
background: #ffa8a8 url("../img/16-message-warn.png") no-repeat;
line-height: 16px;
padding-left: 20px;
color: #ee1515;
font-weight: bold;
width: 485px;
margin: 5px 0px;
}

input.text
{
width: 300px;
}

textarea.textarea
{
width: 300px;
height: 150px;
}

h1
{
	color: #eb5c03;
	margin: 0px 0px 5px;
	padding: 0px;
}

h2
{
	color: #ef8f52;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

h3
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 30px;
	margin: 0px;
	padding: 0px;
}

h4
{
	color: #999999;
	font-weight: bold;
	font-size: 30px;
	margin: 0px;
	padding: 0px;
}


img
{
	border: none;
}