/* CSS Document */

body {
	background-image: url(../pix/bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	font: normal 13px "Lucida Grande", sans-serif, Verdana, Arial, Helvetica;
	text-decoration: none;
  	color: #666666;
  	line-height: 1.5;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.clear {
	clear: both;
}

#site_positioner {
    margin: 0 0 0 auto;
    width: 925px;
}

#main_container {
	float: none;
	background-image: url(../pix/bg_content.jpg);
	background-repeat: no-repeat;
}

/* HEADER */

#header_container {
	width: 925px;
	height: 150px;
}

#logo {
	float: left;
	width: 425px;
	height: 150px;
}

#navi {
	float: left;
	width: 500px;
	height: 150px;
}

.padding_header {
	padding: 100px 0px 0px 0px;
}

.logo_nix { 
	padding: 55px 0px 0px 0px;
}


.top_navigation_class {
	
}

a.nav, a.nav:link, a.nav:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	font-family:  "Lucida Grande", sans-serif, Verdana, Arial, Helvetica;
	font-size: 13px;
}

a.nav:hover, a.nav:active {
	background-color: #f0f0f0;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	font-family:  "Lucida Grande", sans-serif, Verdana, Arial, Helvetica;
	font-size: 13px;
}

a.nav2, a.nav2:link, a.nav2:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	font-family:  "Lucida Grande", sans-serif, Verdana, Arial, Helvetica;
	font-size: 10px;
}

a.nav2:hover, a.nav2:active {
	background-color: #f0f0f0;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	font-family:  "Lucida Grande", sans-serif, Verdana, Arial, Helvetica;
	font-size: 10px;
}

a.navon,  a.navon:link, a.navon:visited,  a.navon:hover, a.navon:active {
	background-color: #f0f0f0;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	font-family:  "Lucida Grande", sans-serif, Verdana, Arial, Helvetica;
	font-size: 13px;
}

a.navon2,  a.navon2:link, a.navon2:visited,  a.navon2:hover, a.navon2:active {
	background-color: #f0f0f0;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	font-family:  "Lucida Grande", sans-serif, Verdana, Arial, Helvetica;
	font-size: 10px;
}

/*NAVI DROPDOWN */

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}
  
li {
  float: left;
  position: relative;
  /*width: 10em;*/
  text-decoration: none;
  width: 110px;
}

li ul {
  display: none;
  position: absolute; 
  top: 1.5em;
  left: 0;
  text-decoration: none;
  /*line-height: 2.5;*/
}

/*li > ul {
	top: auto;
	left: auto;
}*/

/*li:hover ul, li.over ul {
	display: block;
}*/

/* NAVI DROPDOWN END */

a {
	color: #1d9a00;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #1d9a00;
	text-decoration: underline;
}

/* CONTENT */

#content_container {
	width: 925px;
	height: auto;
}

#left_content_container {
	width: 725px;
	float: left;
}

.padding_content {
	padding: 40px 0px 0px 140px;
}

#left_content {
	width: 725px;
	/*height: 550px;*/	
}

#claim {
	width: 725px;
	height: 70px;
}

.padding_claim {
	padding: 0px 0px 0px 110px;
}

#right_content_container {
	width: 200px;
	float: left;
}

#right_partners {
	width: 200px;
}

.padding_partners {
	padding: 0px 20px 0px 0px;
}

#right_imp_log {
	width: 200px;
}

#right_imp_log a {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}

#right_imp_log a:link, #header_home a:visited, #header_home a:active {
	color: #666666;
	font-size: 11px;
}

#right_imp_log a:hover {
	color: #666666;
	font-size: 11px;
	text-decoration: underline;
}

#impressum {
	width: 120px;
	float: left;
	text-align: right;
}

.padding_imp {
	padding: 20px 0px 20px 0px;
}

#login {
	width: 80px;
	float: left;
	text-align: right;
}

.padding_login {
	padding: 20px 15px 20px 0px;
}

H1,H2,H3,H4,H5 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.csc-textpic-caption{
	font-size: 9px;	
}