/************************************** HTML **************************************/
html {
	scrollbar-base-color:#DFDFDF; //Basisfarbe der Scroll-Leiste
	scrollbar-3d-light-color:#FFFFFF; // Farbe für 3D-Effekte
	scrollbar-arrow-color:#FFFFFF; // Farbe für Verschiebepfeile
	scrollbar-darkshadow-color:#000000; //  Farbe für Schatten
	scrollbar-face-color:#DFDFDF; //  Farbe für Oberfläche
	scrollbar-highlight-color:#FFFFFF; //  Farbe für oberen und linken Rand
	scrollbar-shadow-color:#000000; //  Farbe für unteren und rechten Rand
	scrollbar-track-color:#DFDFDF; //  Farbe für freibleibenden Verschiebeweg
}


/************************************** BODY **************************************/
body {
	background-color: #DFDFDF;
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
	
	scrollbar-base-color:#DFDFDF; //Basisfarbe der Scroll-Leiste
	scrollbar-3d-light-color:#FFFFFF; // Farbe für 3D-Effekte
	scrollbar-arrow-color:#FFFFFF; // Farbe für Verschiebepfeile
	scrollbar-darkshadow-color:#000000; //  Farbe für Schatten
	scrollbar-face-color:#DFDFDF; //  Farbe für Oberfläche
	scrollbar-highlight-color:#FFFFFF; //  Farbe für oberen und linken Rand
	scrollbar-shadow-color:#000000; //  Farbe für unteren und rechten Rand
	scrollbar-track-color:#DFDFDF; //  Farbe für freibleibenden Verschiebeweg
}
/************************************** BUTTON **************************************/
.button {
}
/************************************** LINK ****************************************/
a:link { 
	text-decoration:none;
	color: #FF0000;
}
a:visited { 
	text-decoration:none;
	color: #FF0000;
}
a:hover {
	text-decoration:none;
	color: #FF0000;
}
a:active { 
	text-decoration:none;
	color: #FF0000;
}
a:focus { 
	text-decoration:none;
	color: #FF0000;
}
/************************************** IMAGE ***************************************/
img { 
	text-decoration:none;
	border-style: none;
}
/************************************** TABLE ***************************************/

table {
	width:100%;
	empty-cells:show;
	border-style:none;
	border-collapse: collapse;
	border-spacing: 0px;
}
tr {
	border-style: none;
	border-collapse: collapse;
	border-spacing: 0px;
}
td {
	border-style: none;
	border-collapse: collapse;
	border-spacing: 0px;
}
/************************************** HEADER AREA **********************************/
.table_main {
	position:absolute; top:0px; left:0px;

}
.table_header_left {
	height:150px;
	width:auto;
}
.table_header_right {
	height:150px;
	width:auto;
}
.table_menue_middle {
	height:150px;
	width:790px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

/************************************** CONTENT AREA *********************************/
.table_main_content_left {
	width:auto;
}
.table_main_content_right {
	width:auto;
}
.table_main_content_middle {
	background-image: url(../images/main_background.jpg);
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	vertical-align: top;
	width:790px;
}

/************************************** FOOTER AREA **********************************/
.table_footer_left {
	height:15px;
	width:auto;
}
.table_footer_right {
	height:15px;
	width:auto;
}
.table_footer_middle {
	empty-cells:show;
	height:25px;
	width:790px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	text-align:center;
	font-size: 8pt;
	font-weight: bold;
	background-color: #000000;
	color: #FFFFFF;
}
/************************************** BOTTOM AREA **********************************/
.table_bottom_left {
	height:30px;
	width:auto;
}
.table_bottom_right {
	height:30px;
	width:auto;
}
.table_bottom_middle {
	empty-cells:show;
	height:30px;
	width:790px;
	border-style: none;
	border-color: #000000;
	text-align:center;
}
/************************************** MAINBODY AREA *******************************/
.content {
	width: 560px;
	vertical-align: top;
}
.navi {
	width: 230px;
	vertical-align: top;
}

/************************************** NAVI AREA ***********************************/
.navi_table {
	width: 200px;
	margin-left: 15px;
}

.navi_td {
	width: 200px;
	margin-top: 10px;
	margin-left: 15px;
	text-align: center;
	vertical-align:middle;
	background-image: url(../images/white_1x1.png);
	background-repeat: repeat;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
}
.navi_link {
	width: 200px;
	height: 140px;
	margin-top: 10px;
	margin-left: 15px;
	text-align: center;
	vertical-align:middle;
	background-image: url(../images/white_1x1.png);
	background-repeat: repeat;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
}
.login {
	font-size: 8pt;
}
/************************************** NEWS AREA ***********************************/
.news_form {
	margin-left: 25px;
	margin-top: 20px;
}
.news_table {
	width: 470px;
	margin-left: 20px;
	margin-bottom: 25px;
}
.news_left {
	width: 140px;
	vertical-align: top;
	background-image: url(../images/white_1x1.png);
	background-repeat: repeat;
	border-left-style: solid;
	border-width: 2px;
	border-color: #000000;
}
.news_right {
	width: 330px;
	vertical-align: top;
	background-image: url(../images/white_1x1.png);
	background-repeat: repeat;
	border-right-style: solid;
	border-width: 2px;
	border-color: #000000;
}
.news_middle {
	background-image: url(../images/white_1x1.png);
	background-repeat: repeat;
	border-left-style: solid;
	border-right-style: solid;
	border-width: 2px;
	border-color: #000000;
}
.news_top {
	height: 20px;
	border-style: none;
	background-image: url(../images/white_1x1.png);
	background-repeat: repeat;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-width: 2px;
	border-color: #000000;
}
.news_bottom {
	height: 25px;
	text-align: right;
	vertical-align: top;
	color: #FF0000;
	background-image: url(../images/white_1x1.png);
	background-repeat: repeat;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-width: 2px;
	border-color: #000000;
}
.news_prepic {
	margin-left: 15px;
}
.news_pretext {
	margin-left: 15px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.news_headline {
	font-size: 12pt;
	font-weight: bold;
	margin-left: 15px;
	color: #000000;
}
.news_date {
	font-size: 8pt;
	font-weight: normal;
	margin-left: 15px;
	padding-bottom: 5px;	
}
.news_more {
	margin-right: 20px;
	margin-bottom: 20px;
	color: #FF0000;
}
.news_details_table {
	width: 470px;
	margin-top: 25px;
	margin-left: 25px;
	margin-bottom: 25px;
}
.news_details_headline {
	font-size: 11pt;
	font-weight: bold;
	margin-left: 30px;
	margin-right: 40px;
}
.news_details_date {
	font-size: 8pt;
	margin-left: 30px;
	padding-bottom: 5px;	
}
.news_text {
	margin-left: 30px;
	margin-right: 40px;
	margin-top: 10pt;
	margin-bottom: 10pt;
}
.news_text_wpic {
	margin-top:2px;
	margin-left: 30px;
	margin-right: 40px;
	font-size: 8pt;
	font-style: italic;
	font-weight: normal;
}
.news_pic {
	margin-bottom:5px;
	margin-left: 30px;
	margin-right: 40px;
}
.back {
	height: 30px;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-top: 2px;
	color: #FF0000;
}
.no_news {
	margin-left: 25px;
	margin-top: 20px;
	color: #FF0000;
	font-weight: bold;
}
.freespace {
	height: 20px;
}
/************************************** LINK AREA ***********************************/
.link_table {
	width: 500px;
	margin-top: 25px;
	margin-left: 20px;
	margin-bottom: 20px;
	background-image: url(../images/white_1x1.png);
	background-repeat: repeat;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
}
.link_top {
	height: 30px;
}
.link_middle {
	height: 80px;
}
.link_bottom {

	height: 15px;
}
.link_image {
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.link_headline {
	padding-left: 15px;
	margin-top: 25px;
}
/************************************** MAIL AREA ***********************************/
.mail_table {
	width: 450px;
	margin-top: 25px;
	margin-left: 20px;
	background-image: url(../images/white_1x1.png);
	background-repeat: repeat;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
}
.mail_td {
	margin-left: 15px;
	margin-right: 15px;
	vertical-align: top;
}
/************************************** TOUR AREA ***********************************/
.tour_table {
	width: 520px;
	margin-top: 25px;
	margin-left: 20px;
	background-image: url(../images/white_1x1.png);
	background-repeat: repeat;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
}
.tour_details_table {
	width: 470px;
	margin-top: 25px;
	margin-left: 20px;
	background-image: url(../images/white_1x1.png);
	background-repeat: repeat;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
}
.tourdate_details_td {
	vertical-align: top;
}
.tourdate_details_lines {
	margin-left: 25px;	
}
.tourdate_details_info {
	margin-right: 25px;
}
.tour_headline {
	margin-left: 10px;
	margin-top: 10px;
}
.tour_top {
	height: 30px;
	width: 520px;
	border-style: none;
	font-size: 11pt;
	font-weight: bold;
}
.tour_bottom {
	height: 15px;
	width: 520px;
	border-style: none;
}
.tour_date_td {
	width: 130px;
	overflow: hidden;
	vertical-align: top;
	margin-bottom: 12px;
}
.tour_city_td {
	width: 160px;
	overflow: hidden;
	vertical-align: top;
	margin-bottom: 12px;
}
.tour_club_td {
	width: 200px;
	overflow: hidden;
	vertical-align: top;
	margin-bottom: 12px;
}
.tour_info_td {
	width: 30px;
	vertical-align: top;
	margin-bottom: 12px;
}
.tour_date_headline {
	margin-left: 10px;
}
.tour_city_headline {
	margin-left: 2px;
	margin-right: 2px;
}
.tour_club_headline {
	margin-left: 2px;
	margin-right: 2px;
}
.tour_info_headline {
	margin-left: 1px;
	color: #FF0000;
}
.tour_date {
	margin-left: 10px;
}
.tour_city {
	margin-left: 2px;
	margin-right: 2px;
}
.tour_club {
	margin-left: 2px;
	margin-right: 2px;
}
.tour_info {
	margin-left: 1px;
}
.tour_details_headline {
	margin-top: 10px;
	margin-left: 10px;
}
/************************************** ADMIN **************************************/
.admin_table {
	width: 520px;
	margin-top: 25px;
	margin-left: 20px;
	background-image: url(../images/white_1x1.png);
	background-repeat: repeat;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
}
/************************************** HELP **************************************/
.help_table {
	width: 520px;
	margin-top: 25px;
	margin-left: 20px;
	background-image: url(../images/white_1x1.png);
	background-repeat: repeat;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
}
.help_td {
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	vertical-align: top;
}

/************************************** MEDIA_DOWNLOAD ****************************/
.media_download_table {
	width: 520px;
	margin-top: 25px;
	margin-left: 20px;
	background-image: url(../images/white_1x1.png);
	background-repeat: repeat;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
}
.media_picture_td {
	width: 135px;
}
.media_link_td {
	vertical-align: top;
}
.media_picture {
	margin-top: 15px;
	margin-left: 10px;
}
.media_link {
	margin-top: 15px;
	margin-left: 10px;
}
/************************************** MESSAGE AREA **********************************/
.message_table {
	width: 470px;
	margin-top: 25px;
	margin-left: 20px;
	margin-bottom: 25px;
}
.message_middle {
	background-image: url(../images/white_1x1.png);
	background-repeat: repeat;
	border-left-style: solid;
	border-right-style: solid;
	border-width: 2px;
	border-color: #000000;
}
.message_top {
	height: 20px;
	border-style: none;
	background-image: url(../images/white_1x1.png);
	background-repeat: repeat;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-width: 2px;
	border-color: #000000;
}
.message_bottom {
	height: 25px;
	text-align: right;
	vertical-align: top;
	color: #FF0000;
	background-image: url(../images/white_1x1.png);
	background-repeat: repeat;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-width: 2px;
	border-color: #000000;
}
.message {
	margin-left: 25px;
	margin-top: 20px;
	color: #FF0000;
	font-weight: bold;
}
/************************************** BAND AREA **************************************/
.history_table {
	width: 520px;
	margin-top: 25px;
	margin-left: 20px;
	background-image: url(../images/white_1x1.png);
	background-repeat: repeat;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
}
.member_table {
	width: 520px;
	margin-top: 25px;
	margin-left: 20px;
	background-image: url(../images/white_1x1.png);
	background-repeat: repeat;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
}
.member_td {
	width: 100px;
	vertical-align: top;
}
.member_headline {
	margin-left: 15px;
}
.member_content {
	margin-left: 15px;
	margin-right: 15px;
}
.member_pic_td {
	width: 165px;
	vertical-align: top;
	text-align:right;
}
.member_pic {
	margin-right: 15px;

}
.crew_pic_td {
	width: 165px;
	vertical-align: top;
}
.crew_content {
	vertical-align: top;
}
.crewbanner_td {
	width: 520px;
	vertical-align: top;
}
.history_headline_top {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 14pt;
}
.history_headline {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 12pt;
}
.history_backline {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 14pt;
	text-align: center;
}
.history_paragraph {
	margin-left: 15px;
	margin-right: 15px;
}