html, body {
	background-image: url(../img/bg.png);
	height: 98%;
	min-height: 98%;
	max-height: 98%;
}

body, td {
	font-family: sans-serif;
}

h3 {
	margin-top: 15px;
	margin-bottom: 0px;
}

h4 {
	margin-top: 10px;
	margin-bottom: 0px;
}

p {
	margin-top: 5px;
	margin-bottom: 0px;
}

a {
	font-family: sans-serif;
	text-decoration: none;
}

a:link {
	color: #600000;
}
a:visited {
	color: #600000;
}
a:hover {
	color: #FFCBCB;
}
a:active, a:focus {
	color: #4c0000;
	outline: 0;
}

a.active{
	font-weight: bold;
	color: white;
}

a.special {
	font-size: smaller;
}

a.special_active {
	font-size: smaller;
	font-weight: bold;
	color: white;
}

p.gallery_date {
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

img.gallery {
	display: inline;
	margin: 2px;
	border: 1px solid 
}

img.spacer {
	width: 20px;
	height: 0;
}

img.noborder {
	border: none;
}

/* VORSTAND page */
div#board {
	padding: 0px;
	border: 1px solid;
}

div#function {
	vertical-align: top;
	font-weight: bold;
	border-right: 1px dotted;
	border-bottom: 1px dotted;
}

div#specs {
	vertical-align: top;
	border-bottom: 1px dotted;
}

/* NEWS page */
div#newstitle {
	position: relative;
	padding: 2px;
	border: 1px solid #000000;
	background-image: url(../img/newstitle.png);
}

div#newscontent {
	position: relative;
	padding: 5px;
	border-left: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	border-right: 1px dotted #000000;
	background-image: url(../img/newscontent.png);
}

div#newsauthor {
	position: relative;
	text-align: right;
	padding: 0px;
	border: none;
	font-size: 10px;
}

div#newsspacer {
	position: relative;
	height: 10px;
}

/* NOBORDER for "shoot-times" tables */
table#noborder {
	border: 0;
	padding: 0;
	margin-bottom: 0px;
}

/* HORIZONTAL RULE */
hr {
	border: 0px;
	border-top: solid 1px #000000;
	border-bottom: transparent;
}

/*div {
	border: 1px solid #000000;
}*/

/* MAIN PAGE!! */
div#container {
	position: relative;
	height: 100%;
}

div#logo {
	position: absolute;
	width: 200px;
	height: 200px;
	background-image: url(../img/logo4.png);
	background-repeat: no-repeat;
}

/* TITLE */
div#title_container {
	position: absolute;
	left: 225px;
	width: 683px;
	height: 120px;
	background-image: url(../img/bg_title.png);
}

div#title {
	position: absolute;
	top: 50%;
	width: 683px;
	height: 60px;
	margin-top: -30px;
	text-align: center;
	font-family: sans-serif;
	font-size: 56px;
}

div#logojs {
	position: absolute;
	left: 933px;
	width: 200px;
	height: 200px;
	background-image: url(../img/logoJSK11.png);
	background-repeat: no-repeat;
}

/* MAIN menu */
div#menu_main_container {
	position: absolute;
	top: 120px;
	left: 225px;
	width: 681px;
	height: 30px;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	background-image: url(../img/bg_menu.png);
}

div#menu_main {
	position: absolute;
	top: 50%;
	width: 681px;
	height: 20px;
	margin-top: -13px;
	font-size: 20px;
	text-align: center;
}

/* SUB menu */
div#menu_sub {
	position: absolute;
	top: 210px;
	left: 20px;
	width: 210px;
	height: auto;
	font-size: 16px;
}

/* CONTENT */
div#content {
	position: relative;
	top: 151px;
	left: 225px;
	width: 661px;
	height: auto;
	border: 1px solid #000000;
	background-color: #FF9797;
	padding: 10px;
	text-align: justify;
}

/* DISCLAIMER */
div#disclaimer_holder {
	position: relative;
	top: 146px;
	left: 225px;
	width: 683px;
	height: 119px;
	background-image: url(../img/bg_disclaimer.png);
}

p#disclaimer {
	position: relative;
	width: auto;
	text-align: center;
	padding-top: 20px;
	filter: alpha(opacity=30);
	-moz-opacity: .30;
	opacity: .30;
}
