@charset "UTF-8";
/* CSS Document */

/****************************************/
/*            GLOBAL RESET              */
/****************************************/

* {
	margin: 0px;
	padding: 0px;
}

/****************************************/
/*            MAIN SETTINGS             */
/****************************************/

body,td,th {
	font-family: /*Arial,*/ Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

body {
	background-color: #000000;
	background-image: url(../images/backdrop.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 100%;
}

td {
	color: #333333;
	padding: 5px;
}

a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}

#content h1 {
	font-weight: bold;
	font-size: small;
	margin-left: 15px;
}

a img {
	border: none;
	outline: none;
}

/****************************************/
/*              DIV BOXES               */
/****************************************/

#wrapper {
	width: 1000px;
	margin: 25px auto 25px;
	color: #333333;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}

#header {
	height: 170px;
	width: 980px;
	padding: 10px 10px;
}

#links {
	float: right;
	width: 89px;
	border: none;
}

#navi {
	height: 25px;
	width: 1000px;
	position: absolute;
	z-index: 20;
}

#newsticker {
	height: 280px;
	width: 1000px;
	margin-top: 25px;
	z-index: 10;
	overflow: hidden;
}

#newsticker img {
	border: none;
}

#content {
	width: 970px;
	padding: 25px 15px 0px;
	background-color: #FFFFFF;
	color: #333333;
	background-image: url(../images/newsticker_footer.jpg);
	background-repeat: repeat-x;
	float: left;
}

#content_left {
	width: 630px;
	float: left;
}

#content_left img {
	border: none;
}

#content_left p {
	padding-left: 10px;
	line-height: 1.5;
}

#content_right {
	width: 315px;
	margin-left: 650px;
}

#content_right p {
	padding-left: 10px;
}

#footer {
	clear: both;
	height: 16px;
	padding-top: 14px;
	width: 1000px;
	color: #CCCCCC;
	font-size: 90%;
	background-image: url(../images/footer.png);
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	color: #FF0000;
}

/****************************************/
/*               KONTAKT                */
/****************************************/

#entername {
	width: 300px;
	margin-left: 10px;
}

#enteremail {
	width: 300px;
	margin-left: 10px;
}

#enterbetreff {
	width: 300px;
	margin-left: 10px;
}

#entercomment {
	width: 615px;
	margin-left: 10px;
}

#submitbutton {
	margin-left: 10px;
}

/****************************************/
/*               CLASSES                */
/****************************************/

.floatleft {
	float: left;
	padding-right: 15px;
}

.floatright {
	float: right;
	padding-left: 15px;
}

.content_right_title {
	height: 15px;
	width: 295px;
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 5px 10px;
	display: block;
	font-weight: bold;
	font-size: medium;
}

.content_left_title {
	height: 15px;
	width: 610px;
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 5px 10px;
	display: block;
	font-weight: bold;
	font-size: medium;
	margin-bottom: 5px;
	clear: both;
}

.news_title {
	font-size: medium;
	font-weight: bold;
	color: #CC0000;
	padding-bottom: 10px;
	display: block;
}

.news_title_padded {
	font-size: medium;
	font-weight: bold;
	color: #CC0000;
	padding-bottom: 10px;
	padding-left: 10px;
	display: block;
}

.news_title_right {
	font-size: medium;
	font-weight: bold;
	color: #CC0000;
	margin-top: 10px;
	padding-left: 10px;
	display: block;
}

.news_title_right_padded {
	font-size: medium;
	font-weight: bold;
	color: #CC0000;
	margin-top: 20px;
	padding-left: 10px;
	padding-bottom: 15px;
	display: block;
}

.content_div_bottomborder {
	position: relative;
	padding: 20px 0px;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	clear: both;
}

.content_div_nobottomborder {
	position: relative;
	padding: 20px 0px;
	padding-bottom: 25px;
	border: none;
	clear: both;
}

.tinywriting {
	font-size: x-small;
	color: #CC0000;
}

/****************************************/
/*     NAVIGATION & DROP-DOWN MENU      */
/****************************************/

#navbar {
	height: 25px;
}

#navbar li {
   list-style: none;
   float: left;
}

#navbar li a {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
   height: 25px;
   color: #fff;
   text-decoration: none;
}

#navbar span {
	display: block;
	height: 25px;
}

#home a {
	height: 25px;
	width: 120px;
}

#ueber_uns a {
	height: 25px;
	width: 150px;
}

#sponsoren_sponsoring a {
	height: 25px;
	width: 220px;
}

#galerie a {
	height: 25px;
	width: 120px;
}

#presse a {
	height: 25px;
	width: 120px;
}

#online_shop a {
	height: 25px;
	width: 150px;
}

#kontakt a {
	height: 25px;
	width: 120px;
}

#navbar li a:hover {
   background-image: url(../images/navi/75_trans_grey.png);
   background-repeat: repeat;
}

#navbar li ul {
	clear: both;
   display: none;
   background-image: url(../images/navi/75_trans.png);
   background-repeat: repeat;
}

#dropdown_1 {
	width: 150px;
}

#dropdown_2 {
	width: 220px;
}

#dropdown_3 {
	width: 120px;
}
   
#navbar li:hover ul, #navbar li.hover ul {
   display: block;
   position: absolute;
}
   
#navbar li:hover li, #navbar li.hover li {
   float: none;
}

#navbar li li a:hover {
   background-image: url(../images/navi/50_trans.png);
}