﻿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
{
	position: relative;
	border-bottom: #CCCCCC 1px solid;
}

div#home_top_left
{
	float: left;
	width: 500px;
}

div#home_top_right
{
	float: right;
	width: 375px;
}

div#clear
{
	clear: both;
}

div.events
{
	width: 250px;
	margin-right: 10px;
}

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;
}

/**
 * FancyUpload Showcase
 *
 * @license		MIT License
 * @author		Harald Kirschner <mail [at] digitarald [dot] de>
 * @copyright	Authors
 */

/* CSS vs. Adblock tabs */
.swiff-uploader-box a {
	display: none !important;
}

/* .hover simulates the flash interactions */
a:hover, a.hover {
	color: red;
}

#demo-status {
	padding: 10px 15px;
	width: 420px;
	border: 1px solid #eee;
}

#demo-status .progress {
	background: url(assets/progress-bar/progress.gif) no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
	vertical-align: middle;
}

#demo-status .progress-text {
	font-size: 0.9em;
	font-weight: bold;
}

#demo-list {
	list-style: none;
	width: 450px;
	margin: 0;
}

#demo-list li.validation-error {
	padding-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	color: #8a1f11;
	cursor: pointer;
	border-bottom: 1px solid #fbc2c4;
	background: #fbe3e4 url(assets/failed.png) no-repeat 4px 4px;
}

#demo-list li.file {
	border-bottom: 1px solid #eee;
	background: url(assets/file.png) no-repeat 4px 4px;
	overflow: auto;
}
#demo-list li.file.file-uploading {
	background-image: url(assets/uploading.png);
	background-color: #D9DDE9;
}
#demo-list li.file.file-success {
	background-image: url(assets/success.png);
}
#demo-list li.file.file-failed {
	background-image: url(assets/failed.png);
}

#demo-list li.file .file-name {
	font-size: 1.2em;
	margin-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}
#demo-list li.file .file-size {
	font-size: 0.9em;
	line-height: 18px;
	float: right;
	margin-top: 2px;
	margin-right: 6px;
}
#demo-list li.file .file-info {
	display: block;
	margin-left: 44px;
	font-size: 0.9em;
	line-height: 20px;
	clear
}
#demo-list li.file .file-remove {
	clear: right;
	float: right;
	line-height: 18px;
	margin-right: 6px;
}
