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

	this css-file contains all definitions, that are independent from the
	colorschemes.

	

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


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


/*-- global container ------------------------------------------------------*/
html, body {height: 100%;}

#wrap {min-height: 100%;}



/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

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

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

#main_container {
	overflow:auto;
	clear: both;
	padding-bottom: 110px;
	margin: 15px 0 0 0;
}

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

#layout_table {
	border-collapse: collapse;
}

#left_column {
	vertical-align: top;
}

#right_column {
	vertical-align: top;
}

#left_column_container {
	padding-left: 0px;
	margin: 0;
	width: 168px;
}

#sub_container2 {
	margin: 0 0 0 15px;
	width: 530px;
	overflow: hidden;
}

#content_container {
	line-height: 1.2;
	margin: 0;
	padding: 0;
	width: 520px;
}

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

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

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

#key_visual {	
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	width: 735px;
	height: 360px;
}

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

#logo {
	z-index: 6;
	width: 215px;
	height: 46px;
	position: absolute;
	top: 226px;
	left: 10px;
}

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

#text_caption {
	margin: 0 0 15px 15px;
	padding: 0;
	text-align: left;
}

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

#main_nav_container {
	overflow: hidden;
	width: 735px;
	padding: 0;
	margin: 0;
}

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

#main_nav_list li {
	float: left;
	margin: 0;
	padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
	height: 29px;
	background: transparent;
	margin: 0;
  padding: 0px 31px 0px 31px;
  display: block;
  float: left;
	line-height: 27px;
	text-align: center;
	text-decoration: none;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
	margin: 0;
	padding: 0;
	width: 168px;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
	border: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.sub_nav_list li {
	clear: both;
	margin: 0 0 3px 0;
	padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
	overflow: hidden;
	text-align: left;
	line-height: 24px;
	height: 24px;
	padding: 0 0 0 15px;
	display: block;
}

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


#footer {
	position: relative;
	margin-top: -110px; /* negative value of footer height */
	height: 110px;
	clear:both;
} 
	
#footer_text {
	padding: 10px 0 0 0;
	margin: 0 10px 0 10px;
	text-align: center;
}



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

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



body#main_body {
	margin: 0;
	padding: 0;
	text-align: center;
}

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

#content_container p {
	margin: 5px 0 20px 0;
	padding: 0;
	line-height: 1.2;
}

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

#content_container table {
	border-style: solid;
	border-width: 1px;
	border-spacing: 1;
}

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

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

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

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

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

