/*----------------------------------------------------------------------------
	main.css

	this css-file contains all definitions, that are independend 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:
	
	----------------------------------------------------------------------
	Modified (2005-06) by Dynastream Ltd.
	
	Removed and replaced navigation entries by new mechanism and layout.
	Removed containers no longer required.

 ----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/


/*-- global container ------------------------------------------------------*/

#container {
	position: relative;
	padding: 0;
	margin: 0;
	text-align: left;
	width: 720px;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
	padding: 0;
	margin: 0;
}

/*--- the main container is devided in sub containers + nav container ----------------------*/

#com_logo img {
border-color: #FFFFFF;
}

#sub_container1 {
	margin: 0;
	padding: 0;
	float: left;
	width: 180px;
}

#sub_container2 {
	float: right;
	margin: 0px 10px 20px 20px;
	padding: 0;
	width: 490px;
}

html>body #sub_container2 {
	width: 490px;
}

#left_column_container {
	margin: 0;
	padding: 0;
	float: left;
	width: 180px;
}

/*--- navigation ---------------------------------------------------------------*/

#nav, #nav ul { /* all lists */
	padding: 0;
    margin: 0;
	list-style: none;
	float : left;
	width : 5.75em;
	background-color: #666;
}
	
#nav li { /* all list items */
	position : relative;
	float: left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 5.75em;
}
	
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 5.85em;
	margin-top : -1.40em;
}
	
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}
	
#nav li a {
	display : block;
	width: 5.75em;
	w\idth : 5.70em;	
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size: 100%;
	text-decoration : none;
	border-style: solid;
	border : 1px solid #000099;
	padding : 0 0.01em;
}
	
#nav li a:hover {
	color: #FFF;
	background-color: #999;
}

	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background-position: 0 0;
}

#nav content {
    margin-left : 6.75em;
}

/*--- header ---------------------------------------------------------------*/

#header	{
	position: relative;
	padding: 0;
	margin: 0;
	width: 720px;
	height: 252px;
	top: 0px;
	left: 0px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 720px;
	height: 160px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
	background: no-repeat top right;
	width: 230px;
	height: 60px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#logo a {
    display: block;
    width: 230px;
	height: 60px;
	text-decoration: none;
}

#logo a:hover {
    text-decoration : none;
}

/*--- caption (as text or background image) --------------------------------*/

#text_caption {
	position: absolute;
	top: 0px;
	left: 365px;
	width: 350px;
	text-align: right;
}

#image_caption {
}


/*--- content --------------------------------------------------------------*/

#content_container {
	float: right;
	overflow: hidden;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	width: 490px;
}

#content_container table {
	border-width: 0px;
	border-spacing: 0;
	width: 100%;
}

#content_container tr.odd {
	font-size: 100%;
}

#content_container tr.even {
	font-size: 100%;
}


/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 0;
	width: 720px;
	height: 60px;
	clear: both;
}

#footer_text {
	padding: 20px 0 0 0;
	margin: 0 40px 0 260px;
	text-align: left;
	font-size: 100%;
}



/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial,Tahoma,Verdana, sans-serif;
	font-size: x-small; /* IE5 Win */
	font-size: small;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
	margin: 5px 0 20px 0;
	padding: 0;
	font-size: 110%;
	line-height: 1.3;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
	font-family: Impact,Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
	font-weight: normal;
	font-size: 200%;
}

#content_container h2 {
	font-family: Impact,Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
	font-weight: normal;
	font-size: 160%;
}

#content_container h3 {
	font-family: Impact,Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
	font-weight: normal;
	font-size: 120%;
}

/*--- links ----------------------------------------------------------------*/

#sub_container1 a:link {
	text-decoration : none;
	color:#FFFFFF;
}

#sub_container1 a:hover {
	text-decoration : none;
	color:#CC6600;
}

#sub_container1 a:visited {
	text-decoration : none;
	color:#FFFFFF;
}

#content_container a:hover {
	text-decoration : none !important;
}

#footer_text a:hover {
	text-decoration : none;
}


/*--- tables ---------------------------------------------------------------*/

table {

}

th {
}

tr {
}

td {

}

/*--- forms ----------------------------------------------------------------*/

fieldset {
	padding: 15px;
	border-style: solid;
	border-width: 1px;
}

input {
	border-style: solid;
	border-width: 1px;
}

textarea {
	border-style: solid;
	border-width: 1px;
}

button {
}

label { 
}

select { 
}

option { 
}

/*--- lists ----------------------------------------------------------------*/

ul { 
}

li { 
}

/*--------------------------------------------------------------------------*/
