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

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

	This CSS-File uses the original "Tanteks Box Modell Hack"
	http://www.tantek.com/CSS/Examples/boxmodelhack.html
 ----------------------------------------------------------------------------*/

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

/*-- global container ------------------------------------------------------*/

#container {
    position: relative;
    width: 1010px;
    margin: 0px auto;
    padding: 0px;
    background-repeat: repeat-y;
    text-align: left;
    overflow: hidden;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 285px;
	width: 1010px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

#main_container {
	position: absolute;
	top: 286px;
	left: 0px;
	width: 1010px;
	height: 27px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0px top;
}

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

#sub_container2 {
    position: relative;
    clear: both;
    margin: 0px 0 0 27px;
    padding: 0;
    width: 964px;
    overflow: hidden;
}

#content_container {
    margin: 0;
    padding: 0;
    width: 964px;
}
#map {
    position: relative;
    clear: both;
    margin: 0px 0 0 27px;
    padding: 0;
    width: 915px;
	height: 600px;
    overflow: hidden;
}
/*--- key visual -----------------------------------------------------------*/

#key_visual {
	position: relative;
	margin: 0 0 0 520px;
	height: 255px;
	width: 470px;
	background-repeat: no-repeat;
}

/*--- main action ------------------------------------------------------*/

#main_action {
    position: absolute ;
	overflow: hidden;
	margin: 0 0 0 10px;
	top: 10 px;
	left: 10 px;
	width: 100 px;
	padding: 0px;
}

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

#logo {
	position: absolute;
	top: 78px;
	left: 50px;
	height: 135px;
	width: 470px;
	background-repeat: no-repeat;
	background-position: top right;
}

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

#text_caption {
	position: absolute;
	top: 255px;
	left: 50px;
	height: 22px;
	width: 470px;
	font-family: verdana,arial,tahoma,trebuchet ms,sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

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

#main_nav_container {
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 27px;
	width: 964px;
	padding: 0px;
}

#main_nav_list {
    margin: 0px;
    padding: 0 0 0 10px;
    list-style-type: none;
}
#main_nav_action {
    margin: 100 px;
    padding: 0 0 0 500 px;
}
#main_nav_list li {
    float: left;
    margin: 0px;
    padding: 0px;
}

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

#main_nav_list a.main_nav_item, #main_nav_list a.main_nav_active_item {
	display: block;
	float: left;
	height: 27px;
	margin: 0px;
	padding: 0px 11px 0px 11px;
	line-height: 27px;
	text-align: center;
	background: transparent;
}

#main_nav_list a.main_nav_item:hover {
    background: transparent;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

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

.sub_nav_container {
	overflow: hidden;
	clear: both;
	position: relative;
	left: 100px;
	width: 300px;
	padding: 0px;
}

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

.sub_nav_list li {
    float: left;
    margin: 0px;
    padding: 0px;
}

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

.sub_nav_list a.sub_nav_item, .sub_nav_list a.sub_nav_active_item {
    overflow: hidden;
    float: left;
    height: 16px;
    margin: 0px;
    padding: 0px 11px 0px 11px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
}

.sub_nav_list a.sub_nav_item:hover {
    text-decoration: none;
    background: transparent;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
}

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

#footer {
    z-index: 1;
    height: 115px;
    width: 1010px;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    margin-top: -40px;
    background-repeat: no-repeat;
}

#footer_text {
    width: 900px;
    margin: 0px 30px 0px 27px;
    padding: 65px 0px 0px 0px;
    text-align: left;
    font-family: verdana, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

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

/*--- body -----------------------------------------------------------------*/
body#main_body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    background-repeat: repeat-x;
}

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

#content_container p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 30px;
	font-family: Tahoma,Courier New,Trebuchet MS,Verdana,Arial,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	line-height: 40px;
	background-repeat: no-repeat;
	font-family: Tahoma,Courier New,Trebuchet MS,Verdana,Arial,sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#content_container h2 {
	padding: 0px 0px 0px 30px;
	line-height: 30px;
	background-repeat: no-repeat;
	font-family: Tahoma,Courier New,Trebuchet MS,Verdana,Arial,sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

#content_container h3 {
    padding: 0px 0px 0px 30px;
    line-height: 27px;
    background-repeat: no-repeat;
    font-family: Tahoma,Courier New,Trebuchet MS,Verdana,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

#content_container h4 {
	padding: 0px 0px 0px 30px;
	line-height: 16px;
	background-repeat: no-repeat;
	font-family: Tahoma,Courier New,Trebuchet MS,Verdana,Arial,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#content_container h5 {
	padding: 0px 0px 0px 30px;
	line-height: 12px;
	background-repeat: no-repeat;
	font-family: Tahoma,Courier New,Trebuchet MS,Verdana,Arial,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#content_container h6 {
	padding: 0px 0px 0px 50px;
	line-height: 12px;
	background-repeat: no-repeat;
	font-family: Tahoma,Courier New,Trebuchet MS,Verdana,Arial,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

/*--- links ----------------------------------------------------------------*/

#content_container a:link {
    font-family: verdana, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#content_container a:visited {
    font-family: verdana, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#content_container a:hover {
    font-family: verdana, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

#content_container a:active {
    font-family: verdana, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

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

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

#content_container th {
    padding: 3px 2px 3px 2px;
    margin: 0px 0px 2px 0px;
    border: 1px solid;
}

#content_container tr {
    padding: 3px 2px 3px 2px;
    font-size: 90%;
}

#content_container tr.odd {
    padding: 3px 2px 3px 2px;
    font-size: 90%;
}

#content_container tr.even {
    padding: 3px 2px 3px 2px;
    font-size: 90%;
}

#content_container td {
	border: 1px solid;
	vertical-align: top;
}

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

#content_container fieldset {
    display: block;
    overflow: hidden;
    width: 729px;
    margin: 25px auto 0px auto;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
}

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

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

#content_container button {
    border: 1px solid;
}

#content_container legend {
    font-weight: bold;
    font-style: italic;
}

#content_container label {
    font-weight: bold;
}

/*--------------------------------------------------------------------------*/
#main_nav_list a.main_nav_active_item {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

#main_nav_list a.main_nav_item {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

.sub_nav_list a.sub_nav_active_item {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

.sub_nav_list a.sub_nav_item {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}
