@charset "UTF-8";

/*
 * Common Stylesheet
 * VIP Version 2.0
 *
 * Copyright (c) FeMaTi, Verein Jugendfreizeit-Burkau e.V. 2010
 */

/* General styles */
* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
a {
	text-decoration: none;
	color: inherit;
}
.bold { font-weight: bold; }
.italic { font-style: italic; }
.center { text-align: center; }
.clear { clear: both; }
.mail { unicode-bidi: bidi-override; direction: rtl; }
p {	margin: 6px 0px; }
p.bold { margin: 6px 0px 8px 0px; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; text-decoration: none; }
h1 { font-size: 22pt; margin: 14px 0px; }
h2 { font-size: 18pt; margin: 12px 0px; }
h3 { font-size: 16pt; margin: 10px 0px; }
h4 { font-size: 14pt; margin: 8px 0px; }
h5 { font-size: 13pt; margin: 6px 0px; }
h6 { font-size: 12pt; margin: 4px 0px; }
table.layout, table.layout tr, table.layout td {
	border: none;
	border-collapse: collapse;
	vertical-align: top;
}
table.ltab, table.ltab tr, table.ltab td {
	border-collapse: collapse;
	vertical-align: top;
}
table.ltab {
	border: 2px solid #A0A0A0;
	background-color: #DFDEDC;
}
table.ltab td {
	border: 1px solid #A0A0A0;
	padding: 6px;
}

/* Base Layout */
html, body {
	background-color: #000000;
	background-image: url(img/back.png);
	background-repeat: repeat-y;
	background-position: top center;
	height: 100%;
	position: relative;
}
body {
	font-size: 12pt;
	text-align: center; /* for IE6 */
}
div#wrap {
	/* Support for older IEs */
	margin-left: auto;
	margin-right: auto;
	width: 896px;
}

div#header {
	width: 896px;
	height: 192px;
	background-position: 0px 10px;
	background-image: url(img/header4.png);
}

/* Menu */
div#navi {
	width: 896px;
	height: 49px;
	background-image: url(img/navi.png);
}

ul#menu {
	display: block;
	height: 49px;
	margin-left: 20px;
}

/* IE 6 / IE 5.5 */
* html ul#menu { margin-left: 2px; }

ul#menu li {
	display: block;
	float: left;
	list-style: none;
	margin-left: 19px;
	width: 135px;
	height: 49px;
}

ul#menu li a {
	display: block;
	width: 135px;
	height: 49px;
	line-height: 49px;
	font-weight: bold;
	font-size: 14pt;
	color: #FFFFFF;
}
ul#menu li a:hover { color: #FFFF30; }

/* Content */
div#content {
	clear: both;
	padding: 14px 14px 38px 14px;
	width: 876px;
	text-align: left;
}
div#content a:hover { text-decoration: underline; }

/* Image Links */
img.timg { margin: 4px 10px; }
a.imglink img { border: 2px solid #909090; }
a.imglink:hover img { border: 2px solid #C0C0C0; }

/* Copyright */
div#footer {
	/*position: absolute;
	bottom: 6px;*/
	clear: both;
	margin: 4px 0px;
	width: 896px;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}

/** html div#footer {
	position: relative;
	bottom: auto;
}*/