body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/header.jpg) no-repeat top center;
	font-size: 80%;
	font-family: Verdana, Tahoma, sans-serif;
}
/* Formular definitions */
fieldset {
	border: 1px solid #ccc;
}
label {
	clear: both;
	display: block;
	float: left;
	margin: 3px;
	text-align: right;
	width: 9em;
}
input, textarea, select {
	border: 1px solid #ccc;
	font-size: 100%;
	margin: 3px;
}
input.hover, textarea.hover, select.hover {
	border: 1px solid #000;
}
table {
	border-collapse: collapse;
}
tr.odd {
	background: #fff;
}
tr.even {
	background: #eee;
}
th {
	text-align: center;
}
td {
	padding: 1px 4px;
	vertical-align: top;
}
img {
	border: 0;
}

h1, h2 {
	margin: 5px 0 15px 0;
}
#header, #container, #footer {
	margin: 0 auto;
	width: 1000px;
}
#header {
	padding-top: 150px;
	position: relative;
}
#session {
	color: #fff;
	font-weight: bold;
	position: absolute;
	right: 2px;
	top: 2px;
}
#session a {
	color: #fff;
}
#menu, #menu ul {
	background: #c91f1f;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu {
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
	padding-left: 5%;
	position: relative;
	width: 95%;
}
html > body #menu {
	float: left;
}
#menu li {
	float: left;
	position: relative;
	width: 10em;
}
#menu li a {
	color: #fff;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 110%;
	padding: 0.2em 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
#menu a:hover {
	background: #600;
}
#menu ul {
	border: 1px solid #900;
	border-top: 0;
	display: none;
	z-index: 1000;
}
#menu ul li, #menu ul li a {
	float: none;
}
/* Hover effect, hover class is set with javascript */
#menu li.hover ul {
	display: block;
	left: -1px;
	position: absolute;
	top: 1.4em;
}
#news {
	background: #890f0f;
}
#container {
	background: url(../images/logo_container.jpg) no-repeat #fff;
	clear: both;
	overflow: hidden;
	text-align: justify;
}
#inner_container {
	margin-left: 150px;
}
#content {
	background: url(../images/logo_content.jpg) no-repeat;
	float: left;
	line-height: 150%;
	min-height: 450px;
	padding: 10px;
	width: 670px;
}
* html #content {
	height: 450px;
}
#sitebar {
	margin-left: 690px;
	padding: 10px 0;
	text-align: left;
}
#sitebar h3 {
	background: #c91f1f;
	color: #fff;
	padding: 2px 4px;
}
#sitebar div.box {
	margin: 0px;
}
#sitebar div.box ul {
	list-style: none;
	padding: 0;
}
#footer {
	color: #777;
	font-size: 0.9em;
	text-align: center;
}
#resize {
	background: #222;
	display: none;
	height: 100%;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 1000;
}
#resize.show {
	display: block;
}
#resize div {
	text-align: right;
}
#resize div a {
	color: #fff;
	font-weight: bold;
}
#resize img {
	background: #fff;
	margin-top: 7px;
	padding: 7px;
}

table.full {
	width: 100%;
}
table.halb td {
	width: 50%;
}
table.center td {
	text-align: center
}
table.team img {
	height: 120px;
	width: 90px;
}
th.nobrake, td.nobrake {
	white-space: nowrap;
}

ul.dates {
	list-style: none;
}

#special {
	background: #fff;
	border: 1px solid #ccc;
	list-style: none;
	margin: 0;
	padding: 0;
}
#special h2 {
	background: url(../images/arrow_down.gif) no-repeat 98% 50% #c91f1f;
	border-bottom: 1px solid #fff;
	color: #fff;
	margin: 0;
	padding: 5px;
}
#special li.active h2 {
	background: #c91f1f;
}
#special div {
	padding: 5px;
}

#flash li.notice {
	color: #0f0;
}
#flash li.error {
	color: #f00;
}

p.important, td.important {
	color: #f00;
}

ul.cols {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
li.left, li.right {
	width: 50%;
}
li.left {
	float: left;
}

img.left, div.image {
	float: left;
	margin: 0 5px 5px 0;
}
div.image {
	display: inline;
	text-align: center;
}
p.center {
	text-align: center;
}

div.workshop {
	background: #fff;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 5px;
}
div.workshop table {
	background: #ccc;
}

div.news_block {
	background: #fff;
	border: 1px solid #ccc;
	margin: 5px 5px 5px 40%;
	padding: 5px;
}

