/*----------------------------------------------------------------------------
	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:

 ----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/


/*-- global container ------------------------------------------------------*/

#container {
	text-align: left;
	width: 788px;
	background: white;
	margin: 0 auto;
	padding: 0;
}

/*--- header ---------------------------------------------------------------*/

#header	{
	position: relative;
	top: -5px;
}

#extra1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 312px;
	height: 146px;
	background: #f0f;
	z-index: 0;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	position: absolute;
	top: 0px;
	left: 108px;
	width: 85%;
	height: ;
	padding: 0;
	margin: 0;
	z-index: 2;
	background-image: url(../../resources/prime-banner.jpg);
}

/*--- logo -----------------------------------------------------------------*/

#logo {
	position: absolute;
	width: 94px;
	height: 62px;
	top: 146px;
	left: 280px;
	z-index: 0;	
}

/*--- caption (as text or background image) --------------------------------*/

#image_caption {
	z-index: 4;
	margin: 146px 0 0 58px;
	height: 32px;
	width: 384px;
}

/*--- header layout table --------------------------------------------------*/

#header_table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	border: 0;
}

#main_nav_col {
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: 0;	
}

#sub_nav_col {
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: 0;
}

#slogan_col {
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: 0;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	position: absolute;
	width: 162px;
	margin: 0 auto;
	padding: 5;
	z-index: 1;
}

#main_nav_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#main_nav_list li {
	display: inline;
	margin: 0;
	padding: 0;
}

/*--- main navigation items ------------------------------------------------*/
#main_nav_list a {
	display: block;
	height: 21px;
	margin: 0;
	padding: 0;
}
.main_nav_item_text {
	display: none;
}

.main_nav_active_item_text {
	display: none;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
	position: relative;
	width: 150px;
	margin: 0;
	padding: 0;
	z-index: 5;
}

/*--- subnavigation items --------------------------------------------------------*/

.sub_nav_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sub_nav_list li {
	display: inline;	
	padding: 0;
	margin: 0;
}

.sub_nav_list a {
	text-align: center;
	display: block;
	height: 18px;
	width: 150px;
	margin: 0;
	padding: 0;
	z-index: 5;
}

.sub_nav_item_text {
	display: none;
}

.sub_nav_active_item_text {
	display: none;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
	margin-top: 10px;
	width: 780px;
}

#main_container ul {
	margin-bottom: 6px;
}

#main_container ol {
	margin-bottom: 6px;
}
/*--- the main container is devided in sub containers ----------------------*/

/*-- right column container alias --*/

#sub_container2 {
	padding: 0;
	width: 770px;
	margin: 10px 0 10px 10px;
	text-align: left;
}

/*--- content --------------------------------------------------------------*/

#content_container {
	overflow: hidden;
	line-height: 1.4;
	width: 770px;
}


#content_container table {
	border: 0;
	border-collapse: collapse;
}

#content_container th {
	text-align: left;
	padding: 4px 0 4px 8px;
}
#content_container td {
	text-align: left;
	padding: 4px 0 4px 8px;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 10px 25px 0 25px;
	padding-bottom: 25px;
	text-align: center;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
	text-align: center;
}
body#main_body, #extra1 {
	/* color n3 */
	color: #696969;
	/* color 3 */
	background: #696969; /*--- #6f8885 */
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
	margin: 0 0 20px 0;	
	line-height: 1.4;
}
#content_container, #content_container p {
	font-family: Verdana,sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #696969;
}
#content_container h1 {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #696969;
}
#content_container h2 {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #696969;
}
#content_container h3 {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #696969;
}
/*--- forms ----------------------------------------------------------------*/

#content_container form {
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: center;
}

#content_container fieldset {
	padding: 15px;
	border-style: solid;
	border-width: 1px;
}

#content_container input {
	color: #333;
	margin: 0;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}

#content_container textarea {
	color: #333;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
}

#content_container button {
	border-style: solid;
	border-width: 1px;
}

/*--------------------------------------------------------------------------*/

.hidden { display: none; }

/*--------------------------------------------------------------------------*/
.menu {
	margin-top: 4px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-left: 10px;
	color: #6666CC;
	font-size: 11px;
	line-height: 11pt;
	font-weight: 700
}
.menulink {
	font-weight: normal;
	color: #669966;
	text-decoration: none
}
a.menulink:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: none
}
.borderR {
	border: #919191 solid;
	border-width: 0px 0px 0px 0px
}
.borderRT {
	border: #919191 solid;
	border-width: 0px 0px 0px 0px
}
p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; line-height: normal; color: #4C4C4C; text-decoration: none; margin-top: 0px; margin-right: 10px; margin-bottom: 0px; margin-left: 0px; font-weight: normal }
.smaller {
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}
h3 .smaller {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
/*mobile friendly code*/
@viewport {
  width: device-width ;
  zoom: 1.0 ;
} 
