/*----------------------------------------------------------------------------
	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
----------------------------------------------------------------------------*/

body#main_body {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    text-align: center;
	background-image:url(images/dynamic/bckg.gif);
}

/*-- global container ------------------------------------------------------*/

#container {
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 900px;
	left: 21px;
	top: 0px;


}

#header {
    position: relative;
    padding: 0;
    margin: 0;
    width: 900px;
    /*height:103px;*/

    top: 0px;
    left: 0px;
}

#main_container {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#layout_table {
    border-collapse: collapse;
}

#sub_nav_column {
    vertical-align: top;
}

#content_column {
    vertical-align: top;
}

#right_column {
    vertical-align: top;
}

#left_column_container {
    margin-top: 50px;
    margin-bottom: 0px;
    padding: 0px;
    width: 214px;
    float: left;
}

#right_column_container {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    width: 60px;
    float: right;
}

#sub_container1 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#sub_container2 {
    margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
    background-repeat: no-repeat;
    background-position: left;
    float: left;
    width: 626px;
}

#content_container {
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding: 32px 30px 0px 0px;
}

#content_container_home {
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding: 32px 30px 0px 0px;
	background-image:url(images/startseite.jpg); background-repeat:no-repeat;
	background-position:right bottom;
    background-color:white;
	min-height:397px;

}

#content_container_uebermich {
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding: 32px 30px 0px 0px;
	background-image:url(images/uebermich.jpg); background-repeat:no-repeat;
	background-position:right bottom;
    background-color:white;
	min-height:397px;

}

#content_container_angebot {
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding: 32px 30px 0px 0px;
	background-image:url(images/angebot.jpg); background-repeat:no-repeat;
	background-position:right bottom;
    background-color:white;
	min-height:397px;

}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    clear: both;
    position: relative;
    top: 0px;
    right: 0px;
    width: 900px;
    height: 90px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    width: 157px;
    height: 90px;
    position: relative;
    top: 0px;
    left: 40px;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    z-index: 1;
    position: relative;
    top: 0px;
    left: 0px;
    line-height: 0;
    padding: 0 0px 0 0px;
    margin: 0 0 0px 0;
    overflow: hidden;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 900px;
    /*height: 25px;*/

}

html>body #main_nav_container {
    width: 900px;
}

#main_nav_list {
    margin: 0 0px 0 0px;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
    MIN-WIDTH: 38px;
    /*overflow: hidden;*/
    margin: 0;
    padding: 0px 87px 0px 87px;
    display: block;
    float: left;
    line-height: 25px;
    text-align: center;
    height: 25px;
    voice-family: "\"}\"";
    voice-family: inherit;
}

html>body #main_nav_list a {
    height: 25px;
}

a.main_nav_item:hover {
    /*background: transparent;*/

}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list li {
    clear: both;
    margin: 0px 0 0px 0;
    padding: 0;
}

/*--- sub subnavigation --------------------------------------------------------*/

.sub_nav_list_2 {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list_2 li {
    clear: both;
    margin: 0px 0 0px 0;
    padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
    overflow: hidden;
    text-align: left;
    line-height: 20px;
    height: 21px;
    padding: 0 10px 0 17px;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 109px;
}

html>body .sub_nav_list a {
    width: 109px;
}

/*--- sub subnavigation items --------------------------------------------------*/

.sub_nav_list_2 a {
    overflow: hidden;
    text-align: left;
    line-height: 20px;
    height: 21px;
    padding: 0 10px 0 37px;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
}

html>body .sub_nav_list_2 a {
    width: 89px;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    margin: 0;
    padding: 0;
    width: 900px;
    height: 33px;
	background-image: url(resources/footer.gif);
    clear: both;
}

#footer_text {
    margin: 0px 0px 0px 0px;
	padding: 3px 12px 0 12px;
	line-height: 28px;
    text-align: center;
}

/*----------------------------------------------------------------------------
  default-styles for .content html-elements
----------------------------------------------------------------------------*/

/*--- paragraph ------------------------------------------------------------*/

.content {
    font-family: Arial,Tahoma,Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}

.content p {
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}

.content select {
    font-family: Arial,Tahoma,Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.content input {
    font-family: Arial,Tahoma,Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

.content textarea {
    font-family: Arial,Tahoma,Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
	border-style: solid;
    border-width: 1px;
}

.content_list_bckg {
    padding: 5px 5px 1px 0px;
	background-image:url(resources/strich_box_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#F3F3F3;
}
#content_list_bckg_bottom {
	background-image:url(resources/strich_box_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#F3F3F3;#
}

.content_list_bckg h3{
    padding-left: 28px;
}

.content_list_big {
    font-family: Arial,Tahoma,Verdana, sans-serif;
    font-size: 14px;
	font-weight:bold;
	list-style-image:url(resources/bullet.gif);
}

.content_list_big li{
    margin-bottom: 8px;
}

.content_list_small {
    font-family: Arial,Tahoma,Verdana, sans-serif;
    font-size: 12px;
	font-weight:normal;
	list-style-image:url(resources/bullet_small.gif);
}

.content_list_small li{
    margin-bottom: 8px;
}

/*--- headings -------------------------------------------------------------*/

/*--- links ----------------------------------------------------------------*/

/*--- tables ---------------------------------------------------------------*/

/*--- forms ----------------------------------------------------------------*/

/*--- lists ----------------------------------------------------------------*/

/*--------------------------------------------------------------------------*/
