/* >>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<< */
/* >>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<< */
/* >>                                                                                         << */
/* >>  Austrian Footbag Masters 2006                                                          << */
/* >>                                                                                         << */
/* >>  [DESIGN/HTML/CSS] Claus Helfenschneider                                                << */
/* >>                                                                                         << */
/* >>  All rights belong to the author (Claus Helfenschneider)                                << */
/* >>  (c) RAW Label                                                                          << */
/* >>  (c) Claus Helfenschneider                                                              << */
/* >>                                                                                         << */
/* >>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<< */
/* >>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<< */


body {
	background-image: url('../images/pattern.gif');
	margin: 0px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 7.5pt;
	color: #222222;
}

a:active, a:focus {
	outline: 0;
}

h1 {
	font-family: arial, verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 15px;
	color: #000000;
	border-bottom: 1px solid #FFFFFF;
	font-variant: small-caps;
}

h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 12px;
	color: #000000;
}

h3 {
	font-family: arial, verdana, sans-serif;
	font-style: italic;
	font-size: 9pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #333333;
}


p {
	margin: 10px 0 15px 0;
}

input {
	font-family: verdana, helvetica, sans-serif;
	font-size: 7.5pt;
	color: #222222;
}

/* ############################################################################################# */
/* ## IMAGES                                                                                  ## */
/* ############################################################################################# */

.imgborder {
	border: 1px solid #666666;
}

.float_right {
	float: right; 
	margin-left: 5px;
}

.float_left {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}

.clear {
	clear: both;
}

a img {
	border: 0px;
}

.clear {
	clear: both;
}

/* ############################################################################################# */
/* ## HEADLINE                                                                                ## */
/* ############################################################################################# */

#headline {
	display: none;
}



/* ############################################################################################# */
/* ## BANNER                                                                                  ## */
/* ############################################################################################# */

#banner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 631px;
	height: 261px;
	background-image: url('../images/header_bg.gif');
}

#afc2007 {
	background-image: url('../images/afc2007.gif');
	width: 131px;
	height: 107px;
	position: absolute;
	left: 95px;
	top: 28px;
}

#headertext {
	position: absolute;
	left: 225px;
	top: 29px;
	line-height: 12px;
}

#polaroids_001 {
	width: 267px;
	height: 517px;
	position: absolute;
	left: 640px;
	top: 14px;
}

.pola_001 {background-image: url('../images/pictures_001.jpg');}
.pola_002 {background-image: url('../images/pictures_002.jpg');}
.pola_003 {background-image: url('../images/pictures_003.jpg');}
.pola_004 {background-image: url('../images/pictures_004.jpg');}
.pola_005 {background-image: url('../images/pictures_005.jpg');}
.pola_006 {background-image: url('../images/pictures_006.jpg');}
.pola_007 {background-image: url('../images/pictures_007.jpg');}
.pola_008 {background-image: url('../images/pictures_008.jpg');}
.pola_009 {background-image: url('../images/pictures_009.jpg');}

/* ############################################################################################# */
/* ## INFOBOX                                                                                 ## */
/* ############################################################################################# */

#crumb_left {
	text-align: right;
	position: absolute;
	width: 90px;
	top: 165px;
	font-weight: bold;
}

#infobox {
	position: absolute;
	left: 97px;
	top: 165px;
}

.grey {
	color: #999999;
}

.red {
	color: #990000;
}

#infobox a {
	text-decoration: none;
	color: #AA6633;
}

#infobox a:hover {
	color: #000033;
}

#infobox .active_link {
	color: #000033;
	text-decoration: underline;
}


/* ############################################################################################# */
/* ## MAIN NAVIGATION                                                                         ## */
/* ############################################################################################# */

#main_navigation {
	position: absolute;
  left: 0px;
  top: 0px;
  font-size: 7.5pt;
}

#main_navigation ul {
	list-style-type: none;
	margin: 0px;
	text-align: right;
	line-height: 13px;
	padding: 29px 27px 20px 28px;
	width: 63px;
	text-transform: uppercase;
}

#main_navigation ul li a {
	color: #000000;
	text-decoration: none;
}

#main_navigation ul li a:hover {
	color: #999999; /* mouseover */
	font-weight: bold;
}

.inactive_mnl {
	cursor: pointer;
	color: #888888;
}

.active_mnl {
	cursor: pointer;
	color: #000000; /* active entry */
	font-weight: bold;
}

/* ############################################################################################# */
/* ## SUBNAVIGATION                                                                           ## */
/* ############################################################################################# */

#subnavigation {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#subnavigation a {
	text-decoration: none;
	color: #AA6633;
}

#subnavigation a:hover {
	color: #000033;
}

#subnavigation .active_sn {
	color: #000033;
	text-decoration: underline;
}



/* ############################################################################################# */
/* ## CONTENT                                                                                 ## */
/* ############################################################################################# */

#content-container {
	background-image: url('../images/content_bg.gif');
	position: absolute;
	top: 260px;
	left: 0px;
	width: 380px;
	padding-left: 97px;
	z-index: 100;
	
}

#content {
	width: 350px;
	padding-bottom: 10px;
	line-height: 13px;
}

#content a {
	border-bottom: 1px dotted #FFFFFF;
	*border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #000066;
}

#content a:hover {
	border-bottom: 1px dotted #000066;
	*border-bottom: 1px solid #000066;
	text-decoration: none;
	color: #000066;
}

#content ul {
	margin-left: 0px;
	margin-top: 0px;
	padding: 0 0 0 25px;
}

.grey_indent {
	margin: 2px 0 7px 10px;
}

#sponsor_logos a {
	text-decoration: none;
	border: 0;
	display: block;
	float: left;
	padding-bottom: 20px;
}

#sponsor_logos a:hover {
	text-decoration: none;
	border: 0;
}

.linklist a {
	letter-spacing: -0.3pt;
}

.linklist a img {
	margin-top: 3px;
	padding-right: 3px;
}

.press_date {
	float: right;
	padding-right: 5px;
	font-weight: bold;
}

.highlighted {
	color: #000066;
	margin: 3px 10px;
	display: block;
}

.center {
	text-align: center;
}

.textinput {
	margin-bottom: 2px;
	width: 160px;
}

.warning {
	color: #990000;
	font-weight: bold;
	background-color: #FFAAAA;
	border: 2px solid #FFFFFF;
	padding: 3px;
}

.warning_sub {
	padding: 5px;
	background-color: #FFFFFF;
}

/* ############################################################################################# */
/* ## TABLES                                                                                  ## */
/* ############################################################################################# */

.timetable {
	width: 95%;
	margin-left: 10px;
	border-top: 1px solid #999999;
	margin-bottom: 20px;
}

.timetable tr td {
	border-bottom: 1px solid #999999;
	padding: 3px 0;
}

.cell_left {
	width: 100px;
	text-indent: 5px;
	background-image: url('../images/pattern_2.gif');
}

.cell_r {
	background-image: url('../images/pattern_2.gif');
}

.cell_x {
	text-align: center;
	text-indent: 5px;
	background-image: url('../images/pattern_2.gif');
}

.cell_y {
	text-indent: 5px;
	background-image: url('../images/pattern_2.gif');
}

.cell_left_2 {
	width: 100x;
	text-indent: 5px;
	background-color: #EEEEEE;
}

.cell_center {
	text-indent: 10px;
	background-color: #EEEEEE;
}

.cell_right {
	text-indent: 10px;
	background-color: #EEEEEE;
}


/* ############################################################################################# */
/* ## NEWS                                                                                    ## */
/* ############################################################################################# */

.news_entry {
	margin-bottom: 15px;
	padding-left: 5px;
	border-left: 4px solid #888888;
}

.news_head {

}

.news_msg {
}

.news_msg a {

}

.news_msg a:hover {

}

.news_upload {

}


/* ############################################################################################# */
/* ## FOOTER & BOTTOM                                                                         ## */
/* ############################################################################################# */

#bottom-container {
	background-image: url('../images/bottom_bg.gif');
	position: relative;
	top: 0px;
	left: -97px;
	width: 477px;
	height: 64px;
	margin-right: -100px;
	z-index: 100;
}

#bottom {
	font-size: 7pt;
	padding-top: 26px;
	padding-right: 30px;
	text-align: right;
	color: #666666;
}

#bottom a {
	text-decoration: none;
	color: #666666;
}

#bottom a:hover {
	text-decoration: none;
	color: #000000;
}


/* ############################################################################################# */
/* ## PLAYERS                                                                                 ## */
/* ############################################################################################# */

.player_name {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 3px;
	margin-top: 10px;
	font-weight: bold;
	background-color: #DDDDDD;
	font-family: arial, verdana, sans-serif;
	font-style: italic;
	font-size: 9pt;
	color: #333333;
}

.player_data {
	padding: 3px;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
	border-top: 0;
}

/* ############################################################################################# */
/* ## IMAGE GALLERY                                                                           ## */
/* ############################################################################################# */

.img_gallery a img {
	border: 1px solid #FFFFFF;
}

.img_gallery a img:hover {
	border: 1px solid #000000;
}

.img_gallery a {
	border: 1px solid #AAAAAA;
}

.img_gallery a:hover {
	border: 1px solid #000000;
}

#content_pics {
	padding: 0 20px 20px 20px;
	position: relative;
	top: -20px;
	font-family: arial, verdana, sans-serif;
	margin: 0px 7px;
}

.gal_single_img {
	border: 1px solid #000000;
}

.pic_link_span {
	background-color: #222222;
	border: 1px solid #000000;
	text-align: center;
	color: #CCCCCC;
	padding: 5px 0px;
	line-height: 20px;
}

.pic_link_span a {
	color: #FFFFFF;
	text-decoration: none;
}

.pic_link_span a:hover {
	color: #FF9900;
	text-decoration: none;
}

#gal_body {
	margin: 0px;
	padding: 0px;
}