/*** Normalized ***/


/*----------------------------------------------------------------------------
	main.css

	this css-file contains all definitions, that are independend 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 {
    position: relative;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 725px;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
    padding: 0;
    margin: 0px;
}

/*--- the main container is devided in sub containers ----------------------*/

#sub_container1 {
    margin: 0 0 0 10px;
    padding: 0;
}

#sub_container2 {
	margin-left: 0px;
	float: none;
	background-attachment: fixed;
	background-image: url(colorschemes/colorscheme1/images/static/back_36.gif);
	background-repeat: repeat;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: auto;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 20px;
}

#left_column_container {
    margin: 0;
    float: left;
    width: 124px;
    padding-top: 5px;
    padding-left: 10px;
}

/*--- header ---------------------------------------------------------------*/

#header {
    padding: 0;
    margin: 0;
    width: 739px;
    height: 180px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	position: relative;
	width: 310px;
	height: 150px;
	top: 5px;
	left: 8px;
	clear: none;
	float: none;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    width: 133px;
    height: 85px;
    position: absolute;
    top: 65px;
    left: 577px;
}

/*--- caption (as text or background image) --------------------------------*/

#slogan {
	margin-bottom: 15px;
	position: absolute;
	top: 65px;
	left: 334px;
	width: 227px;
	height: 80px;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	clear: both;
    margin: 0 0 0 8px;
    padding: 0;
    width: 708px;
    background-repeat: repeat-y !important;
    overflow: hidden;
}

#main_nav_list {
	border: 0;
	margin: 0 0 0 12px;
	padding: 0;
	list-style-type: none;
	background-image: url(images/dynamic/buttonset1/30.gif);
	text-decoration: none;
}

#main_nav_list li {
	margin: 0;
	padding: 0;
	float: left;
	background-image: url(images/dynamic/buttonset1/18.gif);
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
	text-align: left;
	line-height: 24px;
	height: 24px;
	width: 73px;
	padding-left: 16px;
	padding-right: 10px;
	margin-right: 0px;
	display: block;
	overflow: hidden;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
    overflow: hidden;	
    margin: 0 0 0 8px;
    width: 708px;
    background-repeat: repeat-y !important;    
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
    border: 0;
    padding: 0 0 0 8px;
    margin: 0;
    list-style-type: none;
}

.sub_nav_list li {
    padding: 4px 0 0 0;	
    margin: 0;
    float: left;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
	overflow: hidden;	
    display: block;
    text-align: left;
    line-height: 22px;
    height: 23px;
    width: 60px;
    padding-left: 15px;
    padding-right: 10px;
    margin-right: 1px;
}

/*--- content --------------------------------------------------------------*/

#content_container {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 685px;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 0;
	width: 725px;
	height: 30px;
	clear: both;
	text-decoration: blink;
}

#footer_text {
	padding-top: 15px;
	padding-left: 20px;
	margin: 0px;
	text-align: center;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}

/*----------------------------------------------------------------------------
  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;
}

.content p {
    margin: 0;
    padding: 0;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    margin-left: 1px;
}

.content th {
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    padding: 2px;
}

.content td {
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    padding: 2px;
}

/*--- 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;
}

/*--------------------------------------------------------------------------*/
