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

	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;
	padding: 0;
	margin: 0;
	text-align: left;
	width: 820px;
	height: 790px;	
}
/*--- header ---------------------------------------------------------------*/
#header	{
	position: relative;
	padding: 0;
	margin: 0;
	width: 820px;
	height: 220px;
	top: 0px;
	left: 0px;
}
/*--- key visual -----------------------------------------------------------*/
#key_visual {
	z-index: 10;
	position: absolute;
	top: 60px;
	left: 0px;
	width: 820px;
	height: 160px;
	text-align: right;
}
/* --- flags: Bereich mit klickbaren Fahnen zur Sprachumstellung -----------*/
#flags {
	z-index: 1;
	float: left;   
	position: absolute;
	top:    0px;
	left:   720px;   /* anschl. an Hauptbild */
	width:  25px;    /* Breite so, dass Umbruch erfolgt => Fahnen untereinander */
	height: 160px;	 /* gleiche Höhe wie Hauptbild key_visual */
}
/*--- caption (as text or background image) --------------------------------*/
#text_caption {
	position: absolute;
	top: 10px;
	left: 405px;
	width: 360px;
	text-align: right;
}
#image_caption {
}
/*--- logo -----------------------------------------------------------------*/
#logo {
	width: 180px;
	height: 60px;
	position: absolute;
	top: 0px;
	left: 0px;
}


/*-- main container: contains all between header and footer ----------------*/
#main_container {
	padding: 0;
	margin: 0;
	/* height: 300; */
	background-color: #AAAA00;	
}

#left_column_container {
	margin: 0;
	padding: 0;
	float: left;
	width: 180px;
}


/*--- container for the subnavigation --------------------------------------*/
.sub_nav_container {
	margin: 0;
	padding: 0;
	padding-top: 20;
	border: 0;
	height: 280px;
}

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

#sub_container2 {
	float: right;
	/* margin: 0px 10px 20px 20px; */
	padding: 0;
	width: 575px;
	background-color: #00DD00;
}
/*
html>body #sub_container2 {
	width: 575px;
}
*/

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

#main_nav_container {
	z-index: 1;
	position: relative;
	left: 0px;
	/* top: -32px; */
	top: 0px;
	float: left;
	width: 820px;
	padding: 0;
	margin: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 820px;	
}
html>body #main_nav_container {
	width: 820px;
}

#main_nav_list {
	display:block;
	float: left;
	position: relative;
	height: 32px;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
	list-style-type: none;	
}

#main_nav_list li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

#main_nav_list li img {
	border: 0;
	margin: 0;
	padding: 0;
}

#main_nav_list a {
	margin: 0;
	padding 0;
	text-decoration: none;
}

/*--- added for button images navigation */

a.navimain_current {
	display:block;
	line-height:30px;
	vertical-align:middle;
	width:100px;
	height:32px;
	padding:0px;
	font-size:13px;
	font-style:normal;
	font-weight: bold;
	text-decoration:none;
	color:#FF9900;
}

a.navimain_link {
	display:block;
	line-height:30px;
	vertical-align:middle;
	width:100px;
	height:32px;
	padding:0px;
	font-size:13px;
	font-style:normal;
	text-decoration:none;
	color:#000000;
}

a.navimain_link:hover {
	display:block;
	line-height:30px;
	vertical-align:middle;
	width:100px;
	height:32px;
	padding:0px;
	font-size:13px;
	font-style:normal;
	text-decoration:none;
	color:#FF9900;
}

a.navisub_current {
	display: block;
	line-height: 28px;
	vertical-align: middle;
	width: 175px;
	height: 28px;
	padding: 0px;
	padding-left: 15px;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	/*background-color:#FF9900;*/
	border-bottom: 2 solid #FF9900;
}

a.navisub_link {
	display:block;
	line-height:28px;
	vertical-align:middle;
	width:175px;
	height:28px;
	padding:0px;
	padding-left:15px;
	font-size:13px;
	font-style:normal;
	text-decoration:none;
	color:#000000;
}

a.navisub_link:hover {
	display:block;
	line-height:28px;
	vertical-align:middle;
	width:175px;
	height:28px;
	padding:0px;
	padding-left:15px;
	font-size:13px;
	font-style:normal;
	text-decoration:none;
	color:#FF9900;
}

/* ================================================================*/
/* ===  new for dynamic 3 level navigation  =======================*/
/* ===  digit 1..3 is for navigation level   =======================*/

a.navi1_current {
	display:block;
	line-height:30px;
	vertical-align:middle;
	width:100px;
	height:32px;
	padding:0px;
	font-size:13px;
	font-style:normal;
	font-weight: bold;
	text-decoration:none;
	color:#FF9900;
}

a.navi1_link {
	display:block;
	line-height:30px;
	vertical-align:middle;
	width:100px;
	height:32px;
	padding:0px;
	font-size:13px;
	font-style:normal;
	text-decoration:none;
	color:#000000;
}

a.navi1_link:hover {
	display:block;
	line-height:30px;
	vertical-align:middle;
	width:100px;
	height:32px;
	padding:0px;
	font-size:13px;
	font-style:normal;
	text-decoration:none;
	color:#FF9900;
}

a.navi2_current {
	display: block;
	line-height: 28px;
	vertical-align: middle;
	width: 175px;
	height: 28px;
	padding: 0px;
	padding-left: 15px;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	/*background-color:#FF9900;*/
	border-bottom: 2 solid #FF9900;
}

a.navi2_link {
	display:block;
	line-height:28px;
	vertical-align:middle;
	width:175px;
	height:28px;
	padding:0px;
	padding-left:15px;
	font-size:13px;
	font-style:normal;
	text-decoration:none;
	color:#000000;
}

a.navi2_link:hover {
	display:block;
	line-height:28px;
	vertical-align:middle;
	width:175px;
	height:28px;
	padding:0px;
	padding-left:15px;
	font-size:13px;
	font-style:normal;
	text-decoration:none;
	color:#FF9900;
}

a.navi3_current {
	display: block;
	line-height: 28px;
	vertical-align: middle;
	width: 175px;
	height: 28px;
	padding: 0px;
	padding-left: 15px;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	/*background-color:#FF9900;*/
	border-bottom: 2 solid #FF9900;
}

a.navi3_link {
	display:block;
	line-height:28px;
	vertical-align:middle;
	width:175px;
	height:28px;
	padding:0px;
	padding-left:15px;
	font-size:13px;
	font-style:normal;
	text-decoration:none;
	color:#000000;
}

a.navi3_link:hover {
	display:block;
	line-height:28px;
	vertical-align:middle;
	width:175px;
	height:28px;
	padding:0px;
	padding-left:15px;
	font-size:13px;
	font-style:normal;
	text-decoration:none;
	color:#FF9900;
}
/* ================================================================*/
/* ================================================================*/


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

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

.sub_nav_list li {
	clear: both;
	/* font-size: 100%; */
	font-size: 12;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}

.sub_nav_list li img {
	border: 0;
}

/*--- content --------------------------------------------------------------*/

#content_container {
	float: right;	
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	padding-right: 25;
	padding-top: 20;
	width: 575px;
	text-align: left;
	overflow: auto;
}

#content_container table {
	border-style: solid;
	border-width: 0px;	
}

#content_container tr.odd {
	background-color: #003300;
}

#content_container tr.even {
	background-color: #006600;
}


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

#footer {
	margin: 0;
	padding: 0;
	width: 820px;
	height: 60px;
	clear: both;
}

#footer_text {
	padding: 20px  0    0   0;
	margin:   0    0px  0   0px;
	text-align: center;
	font-size: 100%;
}



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

/*--- body -----------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial,Tahoma,Verdana, sans-serif;
	font-size: x-small;
	font-size: small;
}

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

#content_container p {
	margin: 5px 0 20px 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.3em;
}

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

#content_container h1 {
	font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
	font-weight: normal;
	font-size: 200%;
}

#content_container h2 {
	font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
	font-weight: normal;
	font-size: 160%;
}

#content_container h3 {
	font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
	font-weight: normal;
	font-size: 120%;
}

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

#content_container a:hover {
	text-decoration : none !important;
}


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

table {
}

th {
}

tr {
}

td {

}

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

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

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

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

button {
}

label {
}

select {
}

option {
}

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

ul {
}

li {
}

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

