/*** Normalized ***/


/*----------------------------------------------------------------------------
	main.css

	this css-file contains all definitions, that are independent from the
	colorschemes.

	(c) Schlund + Partner AG


	----------------------------------------------------------------------

	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 {
    margin: 0 auto;
    border: 0px solid black;
	padding: 0px;
	text-align: left;
    width: 800px;
}


/*--- header ---------------------------------------------------------------*/

#header {
    position: relative;
    margin:0px;
	border:0px solid red;
	padding:0px;
    width:800px;
    height:190px;
    top: 0px;
    left: 0px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    position: absolute;
    top: 11px;
    left: 10px;
    width: 790px;
    height: 134px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    position: absolute;
    top: 11px;
    left: 10px;
	width: 190px;
    height: 134px;
  
}



/*--- the main container is divided in left and right containers ----------------------*/

#left_column_container {
    position: relative;
	margin-left: 10px;
    margin-right: 10px;
    border:0px solid black;
    padding: 0px;
    width: 165px;
    float:left;
    min-height: 625px;
}

#content_container {
	min-height: 585px;
    overflow: hidden;
    margin-top; 10px;
	margin-left:185px
	margin-right:0px;
	border: 0px solid red;
    padding: 0px;
    width: 595px;
    min-height:650px;
}


/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    margin: 0px;
    padding: 0;
}

#main_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    clear: both;
    margin: 0px;
    padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
    text-align: left;
    line-height: 21px;
    height: 24px;
    padding: 0 25px 0 15px;
    display: block;
    overflow: hidden;
}

#main_nav_list a.main_nav_item:hover {
    background: transparent;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
    margin: 0px 0px 0px 9px;
    padding: 0;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list li {
    clear: both;
    margin: 0px;
    padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
    text-align: left;
    line-height: 21px;
    height: 24px;
    padding: 0 25px 0 15px;
    display: block;
    overflow: hidden;    
}

/*--- quick events ---------------------------------------------------------*/

#sub_events {
    border: 0px solid gray;
    margin: 0x;

/*--- footer ---------------------------------------------------------------*/

#footer {   
    clear: both;
	margin: 0px;
    border:0px solid red;
	padding: 0;
    width: 800px;
    height: 20px;
	valign: bottom;
    
}

#footer_text {
    margin:0px;
	border:0px solid red;
	padding: 0px;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    margin: 0;
    padding: 0;
    text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

.content {
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}

.content p {
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}


/*--- 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;
}

.content button {
    vertical-align: middle;
    border-width: 1px;
    border-style: solid;
}

/*--- lists ----------------------------------------------------------------*/

.content ol {
    padding-left: 11px;
    margin-left: 11px;
}

.content ul {
    padding-left: 8px;
    margin-left: 8px;
}

/*--------------------------------------------------------------------------*/
