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

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

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

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

#box {
    font-family: Arial, Helvetica, sans-serif;
	padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 966px;
	overflow: auto;
	/*border: solid 1px black;*/
	height: auto !important;
	min-height:100%;
	position: relative;
}

#header {
    padding: 0;
    margin: 0;
    width: 100%;
}

#main_container {
    padding-bottom: 50px;
    font-size:small;
	/*border: solid 1px blue;*/
	clear:both;
	height: 100%;
	overflow:auto
}

#layout_table {
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}
#sub_nav_column {
    vertical-align: top;
    padding: 0;
    margin: 0;
}

#content_column1 {
    width:30%;
    padding: 0;
    margin-right: 5px;
    float:left;
}

#content_column2 {
    width:38%;
    padding: 0;
    margin-right: 5px;
    float:left;
}

#left_column_container {
    margin: 0;
    padding: 0;
	text-align: center;
    clear:both;
}

#sub_container1 {	
	width: 175px;
	margin: 0 0 0 12px;
    padding: 5px;
	float: right;
	clear: right;
	text-align: left;
	border: solid 3px #50320B;

}

#sub_container2 {
	width: 720px;
	margin: 5px 0 0 0;
    padding: 5px;
	border: solid 16px #0F1038;
	text-align: center;
	/*display: inline;*/

}	

#sub_container3 {
	width: 175px;
	margin: 0 0 0 12px;
    padding: 5px;
	float: right;
	clear: right;
	border: solid 3px #0F1038;
	text-align: left;
	
}

#content_container {
    overflow: visible;
   /* width: 897px;*/
    margin: 0;
    padding: 5px;
	/*border: solid 1px purple;*/

}

#info_row {
    padding-bottom: 50px;
    width: 100%;
	/*border: solid 1px silver;*/
	float:left;
	clear:both;
}

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

#key_visual {
    width: 100%;
    height: 109px;
}

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

#slogan {
    padding: 12px 30px 5px 30px;
    height: 41px;
    margin: 3px 0px 0px 0px;
    text-align: right;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 907px;
}---------------------------------*/

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

#logo {
    width: 395px;
    height: 30px;
	position: absolute;
	z-index: 1;
    top: 90px;
	left: 566px;
	padding-left: 5px;

	}

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

#main_nav_container {
    padding: 0;
    margin: 0;
    overflow: hidden;
    line-height: 0;
    width: 100%;

}

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

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

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

#main_nav_list a {
    overflow: hidden;
    margin: 0;
    padding: 0px 20px 0px 20px;
    display: block;
    float: left;
    width:auto;
    line-height: 25px;
    text-align: center;
    height: 26px;
    voice-family: "\"}\"";
    voice-family: inherit;
    background-repeat: repeat-x;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
    line-height: 0;
    padding: 0px 20px 0px 20px;
    margin: 0;
    overflow: hidden;
    width: 927px;
    voice-family: "\"}\"";
    voice-family: inherit;
}

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

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

.sub_nav_list li {
    float: left; 
    MIN-WIDTH: 50px;
    margin: 0;
    padding: 0;
}

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

.sub_nav_list a { MIN-WIDTH: 50px; white-space:nowrap;
    /*overflow: hidden;*/
    margin: 0;
    padding: 0px 15px 0px 15px;
    display: block;
    float: left;
    width:auto;
    line-height: 20px;
    text-align: left;
    height: 21px;
    voice-family: "\"}\"";
    voice-family: inherit;
}

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

#footer {
	position: absolute;
	bottom: 0;
    width: 100%;
	height: 30px;
	/*border: solid 1px red;*/
    text-align: center;
	color: white;
	clear: both;
	margin: 0;
	padding: 6px 0 6px 0;
}

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

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



.content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.longcontent {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;

}

.longcontent > p  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    padding-bottom:1.0em; 

}

.contenttable {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style:none;
    border-width: 0;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0px 1px 0px 1px;
}

.content select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.content input {
    font-family: Arial, Helvetica, 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, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

p.lefttext {
    margin:0;
}

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

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

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

#table {
    border-collapse:collapse;
    border:3px solid black;
}

.content td {
    /*border-style: none;
    border-width: 1px;
    border-collapse: collapse; */
}

.content th {
    padding: 3px 2px 3px 2px;
}

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

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

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

.content legend {
    font-size: 14px;
    font-weight: bold;
}

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

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

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

.longcontent ol>li {
    padding-bottom:1em;
}

.content ul>li {
    list-style-position:inside;
}

