/*----------------------------------------------------------------------------
	main.css

	this css-file contains all definitions, that are independent from the
	colorschemes.

	(c) Schlund + Partner AG


	----------------------------------------------------------------------
	Modified and extended by Barti Bartman for the Sports-Template

	This CSS-File uses the original "Tanteks Box Modell Hack"
	http://www.tantek.com/CSS/Examples/boxmodelhack.html

	NOTE:
	Older W3C CSS validators return errors when the voice-family property
	is used in a 'screen' style sheet. This is an error in the W3C CSS
	validator itself. The validator should report a warning, not an error,
	when properties which are unsupported by a particular medium are used,
	and this has been reported to the W3C:

 ----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/


/*-- global container ------------------------------------------------------*/

#container {
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 830px;/*
	width: 730px;*/
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
	padding: 0;
	margin: 20px;/*
	border: dashed 1px red;*/
}
#sub_container1 a
{
	/*border:*/
	}
/*--- the main container is devided in sub containers ----------------------*/

/* --- sub container 1 is an area that appears below the nav_list -----*/
#sub_container1 
{/*
	border:dashed 1px black;*/
	position: relative;
	top: 50px;
	left: -10px;
	margin: 0;
	padding-bottom:50px;
	width:170px;
}
/* --- sub container 2 is the main area for text -----*/
#sub_container2 {
	float: right;
	margin: 0;
	padding: 10px;
	width: 580px;/*
	overflow-y:scroll;
	height:290px;*/
	z-index:2;
	background: url(images\sub_con2_bd.jpg);/*
	border: dashed 2px blue;*/
	
}
/* --- sub container 3 within sub container 2 to hold images -----*/
#sub_container3 
{
	border-style:solid;
	border-width:1px;/*
	float: right;*/
	margin: 0;
	padding: 0;
	width: 570px;/*
	width: 475px;*/
	/*
overflow:scroll;
*/
}
#gallery
{/*
	border:dotted 1px yellow;
	left:20px;*/
	position:absolute;
	width:585px;
	bottom:65px;
	left:200px;
	/*overflow-x:scroll;*/}
#left_column_container 
{/*
	border-style:dashed;
	border-width:1px;*/
	margin: 0;
	padding: 0;
	float: left;
	width: 180px;
}

/*--- header ---------------------------------------------------------------*/

#header	{
	position: relative;
	padding: 0;
	margin: 0;
	width: 830px;/*
	width: 730px;*/
	height: 100px;
	top: 0;
	left: 0;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	position: absolute;
	top: 25px;
	left: 5px;
	width: 720px;
	height: 220px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
		background: url(images/215x91_HooBee.GIF) no-repeat top left;
	width: 215px;
	height: 40px;
	position: relative;
	top: 10px;
	left: 5px;	
}

/*--- caption (as text or background image) --------------------------------*/

#text_caption {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-weight: normal;
	/*font-style: italic;*/
	position: relative;
	z-index: 2;
	top: 33px;
	left: 219px;
	font-size: 130%;
	width: 500px;
	color:#b98c5a;
}

#image_caption {
}

/*--- main navigation - horizontal bar----------------------------------------------*/

#main_nav_container 
{
	z-index: 1;
	position: relative;
	left: 4px;
	height: 25px;
	float: left;/*
	width: 721px;*/
	width: 821px;
	padding: 2px;
	margin: 2px;
	overflow: hidden;
	voice-family: "\"}\"";
	voice-family: inherit;
}

html>body #main_nav_container {/*
	width: 721px;*/
	width: 821px;
}

#main_nav_list {
        float: left;
	position: relative;
	height: 28px;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	list-style-type: none;
}

#main_nav_list li {
	float: left;
	margin: 0;
	padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	background: transparent;
	margin: 0;
        padding: 2px 19px 0 24px;
        display: block;
        float: left;
	height: 28px;
	font-size: 100%;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 26px;
}

html>body #main_nav_list a {
	height: 26px;
}

#main_nav_list a.main_nav_item:hover {
	background: transparent;
	text-decoration: none;
}


a.main_nav_active_item:link {
	text-decoration: none;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
	margin: 0;
	padding: 0;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
	position: relative;
	top: 25px;
	left: -15px;
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;/*
	border-style:dotted;
	border-width:1px;*/
}

.sub_nav_list li {
	clear: both;
	font-size: 90%;
	margin: 0;
	padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	line-height: 28px;
	height: 28px;
	width: 160px;
	padding: 0 0 0 22px;
	display: block;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 160px;
}

html>body .sub_nav_list a {
  	width: 160px;
	text-decoration: none;
}


.sub_nav_list a:hover {
	text-decoration: none;
}


/*--- content --------------------------------------------------------------*/

#content_container {
	overflow: hidden;
	margin: 50px 20px 20px 0;
	line-height: 1.2;
	padding: 0;
	width: 420px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 460px;
}

html>body #content_container {
	width: 460px;
}


#content_container table {/*
	border: dotted, 1px, black;*/
	width: 100%;
}

#content_container tr.odd {
	font-size: 90%;
}

#content_container tr.even {
	font-size: 90%;
}



/*--- footer ---------------------------------------------------------------*/

#footer 
{
	/*border: solid 1px darkgreen;*/
	margin: 0;
	padding: 0;
	width: 830px;/*
	width: 730px;*/
	height: 65px;
	clear: both;/*
	position:static;
	vertical-align:bottom;*/
	
}

#footer_text {
	padding: 10px 0 0 0;
	margin: 0 30px 0 30px;
	text-align: center;
	font-size: 80%;
}



/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: x-small; /* IE5 Win */
	font-size: small;
	text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
	margin: 5px 0 20px 0;
	padding: 0;
	font-size: 100%;
	line-height: 1em;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 200%;
}

#content_container h2 {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 160%;
}

#content_container h3 {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 120%;
}

/*--- links ----------------------------------------------------------------*/


#content_container a:hover {
	text-decoration : none;
}


/*--- tables ---------------------------------------------------------------*/

#content_container table {

}

#content_container th {
}

#content_container tr {
}

#content_container td {

}

/*--- forms ----------------------------------------------------------------*/

fieldset {
	padding: 15px;
	border-style: solid;
	border-width: 1px;
}

input {
	border-style:outset;
	border-width: 1px;
}

textarea {
	border-style: solid;
	border-width: 1px;
}

button 
{
}

label { 
}

select { 
}

option { 
}

/*--- lists ----------------------------------------------------------------*/

ul { 
	list-style: square;
}
dt 
{font-weight:bold;
}
/*--------------------------------------------------------------------------*/
