/*----------------------------------------------------------------------------
	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 0 0px 0px;
    padding: 0;
    text-align: center;
	background-color:#900;
}

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

#container {
    position: relative;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 990px;
}

#header {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    /*height:103px;*/

    top: 0px;
    left: 0px;
}
.headPic
{
width:100%;
height:120px;


}


#main_container {
    padding: 0;
    margin: 0px 0px 0px 0px;
	height:auto;
	
}

#layout_table {
    border-collapse: collapse;
}

#sub_nav_column {
    vertical-align: top;
}

#content_column {
    vertical-align: top;
}

#left_column_container {
    margin-top: 45px;
    padding: 0;
    /*width: 200px;*/

    float: left;
}

#sub_container1 {
    margin: 0px 0 0 0px;
    padding: 0;
}

#sub_container2 {
    margin: 10px 0px 0 0px;
    padding: 0px 10px 10px 10px;
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    width: 990px;
}

#content_container {
    overflow: hidden;
    margin: 0px 0px 0px 0;
    padding: 0;
    width: 990px;
	
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    clear: both;
    position: relative;
    top: 0px;
    right: 1px;
    width: 990px;
    height: 120px;
	
}

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

#slogan {
    position: relative;
    top: 0px;
    right: 0px;
    margin: 0px 0px 0px 0;
    padding: 0px 0px 0px 0px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 900px;
    text-align: right;
	color:#4B4B4B;
}

html>body #slogan {
    width: 900px;
}

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

#logo {
    width: 0px;
    height: 0px;
    position: relative;
    top: 0px;
    left: 0px;
	
	
}

/*--- 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: 990px;
    /*height: 25px;*/

}

html>body #main_nav_container {
    width: 990px;
}

#main_nav_list {
    margin: 0 0px 0 16px;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    float: left;
    margin: 0px 0 0 0;
    padding: 0;
}

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

#main_nav_list a {
    overflow: hidden;
    margin: 0;
    padding: 0px 25px 0px 25px;
    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 {
    position: relative;
    top: 0px;
    left: 0px;
    line-height: 0;
    padding: 0 0px 0 0px;
    margin: 0px 0 0px 0;
    overflow: hidden;
    width: 990px;
    voice-family: "\"}\"";
    voice-family: inherit;
    /*height:19px;*/

}

html>body .sub_nav_container {
    width: 990px;
}

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

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

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

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

.sub_nav_list a {
    overflow: hidden;
    margin: 0;
    padding: 0px 21px 0px 21px;
    display: block;
    float: left;
    line-height: 19px;
    text-align: center;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 19px;
}

html>body .sub_nav_list a {
    height: 19px;
}

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

#footer {
    margin: 0;
    padding: 0;
    width: 990px;
    height: 33px;
    clear: both;
    border-top: 1px solid;
	background-image:url(images/static/sloganBgGray.gif);
}

#footer_text {
    padding: 7px 12px 0 12px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

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

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

.content {
    font-family: inherit;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
	color:#4B4B4B;
	
	}

.content p {
    margin: 5px 0 20px 0;
    padding: 0;
    font-size:100%;	
	font-family:inherit;
	font-style:inherit;	
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
 
}

h3.contentheadline {
	border-bottom: 1px solid #FFBF00;
	padding-bottom: 10px;
	text-align:left;
	width:500px;

}




}

.content table {
    font-family:inherit;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin-left: 1px;
    margin-bottom: 15px;
    /* width: 99.8%;*/

    border-left: 1px solid;
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 11px;
}

.content select {
    font-family: inherit;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.content input {
    font-family: inherit;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

.content textarea {
    font-family: inherit;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

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

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

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

.content th {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 3px 5px 3px 5px;
    text-align: left;
    font-weight: bold;
    font-family: Arial, sanf-serif;
}

.content td {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 3px 5px 3px 5px;
}

.content tr.odd {
    padding: 3px 2px 3px 2px;
}

.content tr.even {
    padding: 3px 2px 3px 2px;
}

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

.content fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}

/*--- lists ----------------------------------------------------------------*/

/*--------------------------------------------------------------------------*/

a{

text-decoration:none;
color:#ff6;
font-weight:bold;

}
a:link {color:#00000} /* unvisited link */
/*a:visited {
	color:#333;
	
} visited link */
a:hover {
	color:#FFF;
	
} /* mouse over link */
a:active {/*colour in NN4.xx is red*/ 
  color: #9999CC; 
  text-decoration: underline; 
  background: #FFFFFF;}


