/************
 * globals
 ***********/

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}

body {
	background-color: #000000;
	width: 100%;
	height: 100%;
	cursor: default;
}

#boxTop, #boxBottom {
	background: transparent url(../img/box_top.gif) no-repeat top center;
	text-align: center;
	}

#boxBottom {
	background: transparent url(../img/box_bottom.gif) no-repeat bottom center;
	}
	
a
{
color:#90A0DD;
}

a:hover
{
text-decoration:underline;
}

p
{
line-height:140%;
font-size:13px;
}

img
{
border:0;
}

/*********************
 * splash page
 ********************/

/* 836 x 570 container size */
#splash #outerWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -418px;
	margin-top: -285px;
	background: #ffffff;
	width: 836px;
}

#splash #boxTop {
	height: 85px;
	}

#splash #boxBottom {
	padding-top: 20px;
	height: 65px;
	}

#splash #boxMiddle {
	height: 380px;
}

#splash #boxInner {
	margin: 0 34px;
	height: 380px;
	background: #000000 url(../img/splash.gif) no-repeat top right;
}

#splashLogo {
	background: url(../img/logo_splash.gif) no-repeat 20px 20px;
	height: inherit;
}

#splashLogo a {
	display: block;
	height: inherit;
}

#splashLogo span {
	display: none;
}

#splash li {
	display: inline;
	border-left: 1px solid #000000;
}

#splash li.menuFirst {
	border: none;
}

#splash li a {
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	padding: 0 8px;
}

/*********************
 * page rules
 ********************/

#page {
	background: #000000 url(../img/page_head.jpg) repeat-x top center;
	padding: 88px 0 20px 0;
}

#page #outerWrapper {
	margin: auto;
	background: #ffffff url(../img/left.gif) no-repeat 5px 35px;
	width: 836px;
}

#page #boxTop {
	padding: 9px;
	background:transparent url(../img/box_top.gif) no-repeat scroll center -4px;
	}
	
#page #boxBottom {
	height: 34px;
	}

#page #boxInner {
	margin: 0 34px;
	background: #000000 url(../img/page.gif) no-repeat top right;
}

/********************
 * content rules
 *******************/

#content {
	padding: 20px 70px 20px 30px;
}

#content p {
	color: #ffffff;
	/* margin: 20px 5px; */
	line-height: 140%;
	font-family: verdana, sans-serif;
	font-size:10pt;
	}

#content h1, #content h1 a {
	color: #FFEAAA;
	margin: 5px;
	font-size: 24px;
	font-family: Georgia, serif;
	font-weight: normal;
	letter-spacing: 1.5px;
	}
	
#content h2, #content h2 a {
	color: #9E9C9C;
	margin: 5px;
	font-size: 16px;
	font-family: Georgia, serif;
	font-weight: normal;
	letter-spacing: 1.5px;
	}

img#ensemble {
	margin-top: 15px;
}

#tabelledardanus td
{
padding-bottom:8px;
}

#teamtabelle td
{
padding:5px;
}
	
/**************
 * main menu
 *************/

#menu li {
	display: inline;
	padding-left: 3px;
	border-left: 1px solid #000000;
}

#menu li.menuFirst {
	border: 0px none;
}

#menu li a {
	color: #000000;
	font-size: 12px;
	padding: 2px 6px;
	background: transparent;
	text-decoration: none;
}

#menu li a:hover, #menu li a:focus {
	color: #ffffff;
	background: #1B1B1B url(../img/menu_hover.gif) repeat-x center;
}

#menu li a:active, #menu li a.active {
	color: #ffffff;
	background: #1B1B1B url(../img/menu_active.gif) repeat-x center;
}

a.node {
    /* border: solid 1px #808080; */
    text-decoration:underline !important;
}
/**************
 * submenu
 *************/

#submenu {
	text-align: center;
	padding-top: 10px;
}

#submenu li {
	display: inline;
	padding-left: 5px;
	border-left: 1px solid #ffffff;
}

#submenu li.menuFirst {
	border: 0px none;
}

#submenu li a {
	padding: 1px 5px;
	background: transparent;
	color: #ffffff;
	text-decoration: none;
}

#submenu li a:hover, #submenu li a:focus, #submenu li a:active, #submenu li a.active {
	color: #000000;
	background: #ffffff;
}

/**************
 * sub-submenu
 *************/

#subSubMenu {
    padding-top: 5px;
    margin-top: 5px;
    /* border-top: 1px solid #A0A0A0; */
}
#submenu #subSubMenu li {
    display: inline;
    padding-left: 5px;
    border-left: 1px solid #A0A0A0;
}
#submenu #subSubMenu li a {
	color: #A0A0A0;
	font-size: 90%;
}
#submenu #subSubMenu li.menuFirst {
    border: 0px none;
}
#submenu #subSubMenu li a:hover, 
#submenu #subSubMenu li a:focus, 
#submenu #subSubMenu li a:active, 
#submenu #subSubMenu li a.active {
    color: #000000;
    background: #A0A0A0;
}



/******************
 * gallery images
 *****************/
#galleryPage img {
    float: left;
    margin: 0 10px 10px 0;
    border: solid #404040 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/*****************
* kontakformular
*****************/

#kontaktformular input,
#kontaktformular textarea {
    color: #000000;
} 
