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

	This css-file contains all definitions.
	
 ----------------------------------------------------------------------------*/


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

body {
	background-color: #999;	/* der graue seitenfüllende Hintergrund */
	color: #000;	/* RGB = schwarz */
}

body #main_body {
	margin: 0;
	padding: 0;
	text-align: center;
}

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

#container {
	position: relative;
	padding: 0;
	margin: 30px auto 0 auto;
	text-align: left;
	width: 1100px;
	background : url(images/static/contentbg.gif) repeat-y 50% 50%;  /* der linke graue Verlauf und der rechte weiße Hintergrund */
}

/*--- header ---------------------------------------------------------------*/

#header	{
	position: relative;
	padding: 0;
	margin: 0;
	width: 1100px;
	height: 30px;
	top: 0;
	left: 0;
	background-color: #fff;	/* weiß */
	color: #000;			/* schwarz */
}

#header_text {
	position: relative;
	top: 5px;
	left: 270px;
	width: 650px;
	font-family: Verdana, sans-serif;
  	font-style: normal;
  	font-size: 16px;
  	font-weight: normal;
  	text-decoration: none;
	background-color: #fff;	/* weiß */
  	color: #036;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
	position: relative;
	padding: 0;
	margin: 0 0 0 0;
	width: 1100px;
}

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

#footer {
	margin: 0;
	padding: 0;
	width: 1100px;
	height: 40px;
	clear: both;
	background-color: #eee;
}

#footer_text {
	padding: 10px 0 0 0;
	margin: 0 30px 0 30px;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #036;
}

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

#main_nav_container {
	position: relative;
	top: 0;
	left: 4px;
	float: left;
	width: 1091px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background : url(images/static/navbg.gif);
}

#left_column_container {
	margin: 0;
	float: left;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 180px;
}

#right_column_container {
	position: relative;
	float: right;
	margin: 0;	
	padding: 0;
	width: 875px;
	background-color: #fff;
}

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

#main_nav_list {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	list-style-type: none;
}

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

#main_nav_list a {
	background: transparent;
	margin: 0;
	padding: 2px 19px 0 24px;
	display: block;
	float: left;
	line-height: 22px;
	text-align: left;
	overflow: hidden;
	voice-family: inherit;
	height: 28px;
}

#main_nav_list a.main_nav_active_item {
	background: url(images/dynamic/mnactiveitem.gif) no-repeat;
	font-family:Verdana, sans-serif;
	font-style: normal;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	background-color: #fff;	/* weiß */
	color: #320;
	background-position: top left;
}

#main_nav_list a.main_nav_item {
	background: url(images/dynamic/mnitem.gif) no-repeat;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	background-color: #fff;	/* weiß */
	color: #DEF;
	background-position: top left;
}

#main_nav_list a.main_nav_item:hover {
  background: url(images/dynamic/mnactiveitem.gif) no-repeat;
  font-family: Verdana, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
  background-position: top left;
}


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

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

#sub_nav_list li {
	height: 30px;
	margin: 0;
	padding: 0;
}

#sub_nav_list a {
	text-align: left;
	padding-left: 10px;
	line-height: 26px;
	height: 28px;
	overflow: hidden;
	width: 120px;
	margin: 0 0 0 0;
	display: block;

}

#sub_nav_list span.left_text {
	color: #036;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#sub_nav_list a.sub_nav_item {
	color: #036;
	background-color: #bbb;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#sub_nav_list a.sub_nav_item:hover {
	color: #630;
	background-color: #7ae;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#sub_nav_list a.sub_nav_active_item {
	color: #fff;
	background-color: #7ae;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#lang_select {
	color: #960;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

#lang_select:hover {
	color: #330;
}


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

#content_container {
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	clear: both;
	overflow: hidden;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	width: 800px;
	font-size: 12px;
	background-color: #fff;	/* weiß */
	color: #036;
}

#content_container table {
	border-style: solid;
	border-width: 1px;
	border-spacing: 0;
	border-color: #369;
}

#content_container th {
	color: #fff;	/* weisse Schrift */
	background-color:#369;
	padding: 3px 18px;
}

#content_container td {
	padding: 3px 18px;
}

#content_container h1 {
	font-weight: normal;
	font-size: 24px;
	background-color: #fff;	/* weiß */
	color: #369;
}

#content_container h2 {
  	font-weight: normal;
  	font-size: 18px;
	background-color: #fff;	/* weiß */
	color: #369;
}

#content_container h3 {
	font-weight: normal;
	font-size: 14px;
	background-color: #fff;	/* weiß */
	color: #369;
}

#content_container a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;	/* löscht standard unterstreichung */
	background-color: #fff;	/* weiß */
	color: #960;
}

#content_container a:hover {
	color: #330;
}

#content_container a.h2_nav {
	font-size: 18px;	/* entspricht h2 */
}


#content_container ul.disc_list {
	list-style-type:disc;
}

#content_container ul.square_list {
	list-style-type:square; 
}

#content_container ul.none_list {
	list-style-type:none; 
}

#content_container ul.download_list {
	list-style-type:disc;
	font-size: 15px;
}

/*--- pic-navigation on front page------------------------------------------*/

#pic_nav table {
	border: 0;
	text-align: center;
}

#pic_nav img {
	padding: 5px 10px;	
	/* border: 1px black solid; */
}
#pic_nav a {
	font-size: 15px;	/* entspricht h3 */
}

img { 
	border:none;
}


/*--- End of File ----------------------------------------------------------*/

