/*** Normalized ***/

/*----------------------------------------------------------------------------
	main.css

	this css-file contains all definitions, that are independend from the
	colorschemes.

	(c) Schlund + Partner AG

 ----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/

/*-- global container ------------------------------------------------------*/

#container {
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 800px;
	
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
	margin: 0px 0px 0px 0px;
	background-image: url(images/dynamic/Background.png);
	background-repeat: no-repeat;
	height: 550px;
}

/*--- the main container is devided in sub containers ----------------------*/

#sub_container2 {
	width: 800px;
	height: 550px;
	background-repeat: no-repeat;
	background-image: url(images/dynamic/Background.png);
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

#content_container {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 800px;
	font-family: arial,tahoma,verdana,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

#left_column_container {
	margin: 0;
	padding: 0;
	float: left;
	width: 742px;
}

/*--- header ---------------------------------------------------------------*/

#header {
	position: relative;
	padding: 0;
	margin: 0;
	width: 800px;
	height: 207px;
	top: 0px;
	left: 0px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 200px;
	padding-top: 0px;
	margin-top: 8px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 7px;
	left: 300px;
}



/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	width: 742px;
	margin: 0;
	text-align: center;
	overflow: hidden;
}

#main_nav_list {
    margin: 0 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 {
    overflow: hidden;
    display: block;
    text-align: left;
    line-height: 18px;
    width: 184px;
    width: 144px;
    height: 21px;
}

#main_nav_list a.main_nav_item {
    padding: 0 20px 0 20px;
}

#main_nav_list a.main_nav_active_item {
	white-space: nowrap;
	display: block;
	float: left;
	background: transparent;
	margin: 0;
	height: 33px;
	line-height: 22px;
	height: 25px;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 29.4px;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
    margin: 0px 0px 0px 0px;
    padding: 0;
    margin-top: 0px;
    top: 0px;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list li {
    clear: both;
    font-size: 10px;
    margin: 0px 0 0px 0;
    padding: 0;
    margin: 0px 0px 0px 0;
}

/*--- container for the subnavigation --------------------------------------*/

/*--- subnavigation --------------------------------------------------------*/

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
    height: 20px;
    text-align: left;
    line-height: 20px;
    width: 184px;
    padding-left: 24px;
    display: block;
    width: 164px;
}

html>body .sub_nav_list a {
    width: 184px;
}

.sub_nav_list a.sub_nav_item {
    padding: 0 10px 0 30px;
}

.sub_nav_list a.sub_nav_active_item {
    padding: 0 10px 0 30px;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	margin-top: 0px;
	padding: 0;
	width: 800px;
	height: 35px;
	clear: both;
}

#footer_text {
	padding: 0px 0 0 0;
	margin: 0 0px 0 0px;
	text-align: center;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    margin: 0;
    padding: 0;
    font-size: x-small;
    /* IE5 Win */

    font-size: small;
    text-align: center;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    margin-left: 1px;
}

/*--- forms ----------------------------------------------------------------*/

.content form {
    padding: 0px;
    margin: 0px;
}

.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;
}

/*--- lists ----------------------------------------------------------------*/

.content ol {
    color: #3e4b59;
}

.content ul {
    color: #3e4b59;
}

/*--------------------------------------------------------------------------*/
