
/***** HTML *****/

html {
	margin: 0px;
}

body { 
	background-image: url(/images/global_background.gif);
	background-repeat: no-repeat;
	margin:0px 0px; 
	padding:0px; 
	text-align:left;
}

h1 {
   font-size: 16px;
   line-height:16px;
   margin:0px; 
   margin-top: 0px;
   margin-left: 0px;
   margin-bottom: 10px;
   color: #44443F;
   font-weight: bold;
   font-family: "arial", sans-serif;
}

h2, h3 {
   font-size: 13px;
   line-height:16px;
   margin-top: 25px;
   margin-left: 0px;
   margin-bottom: 10px;
   color: #44443F;
   font-weight: bold;
   font-family: "arial", sans-serif;
}

/***** HEADER *****/
#top_nav {
   width: 730px;
   float: left;
   margin-top: 80px;
   margin-left: 30px;
   height: 0px;
   /* border: 1px; border-color: #999999; border-style: solid; */
}

#left_nav {
	margin-top: 142px;
	margin-left: 0px;
	padding: 15px;
	font-size: 11px;
	color: #6B9E08;
	width: 200px;
	height: 900px;
    text-align:right; 
    float: left;
	white-space: nowrap;
	line-height: 32px; 
	font-weight: strong;
    font-family: "arial", sans-serif;
	letter-spacing: 2px;
}


#left_nav a {
	color: #6B9E08;
	text-decoration: none;
}

#left_nav a:hover {
	color: #6B9E08;
	text-decoration: underline;
}

#footer_nav {
	position:relative;
	margin-top: 60px;
	left: 0px;
	font-size: 10px;
	color: #6B9E08;
    width: 730px;
    text-align:center; 
	font-weight: strong;
    font-family: "arial", sans-serif;
}


#footer_nav a {
	color: #6B9E08;
	text-decoration: none;
}

#footer_nav a:hover {
	color: #6B9E08;
	text-decoration: underline;
}

#partner_links_nav {
	position:relative;
	margin-top: 60px;
	left: 0px;
	font-size: 10px;
	color: #999999;
    width: 730px;
    text-align:center; 
	font-weight: strong;
    font-family: "arial", sans-serif;
	/* border: 1px; border-color: #999999; border-style: solid; */
}

#partner_links_nav a {
	color: #999999;
}
/***** content box *****/

.content_box {
   width: 730px;
   float: left;
   margin-top: 0px;
   margin-left: 30px;
}

.content_box p {
   font-family: "arial", sans-serif;
   line-height: 180%; 
   text-align: justify;
   font-size: 12px; 
}

.content_box ul {
   font-family: "arial", sans-serif;
   line-height: 180%; 
   text-align: justify;
   font-size: 12px; 
}

.content_box a{
   text-decoration: underline;
   color: #6B9E08;
}

#anfrage_box {
	position:relative; 
	margin-top: 0px;
	left: 0px;
	font-size: 10px;
	color: #ffffff;
    width: 730px;
    height: 0px;
    text-align:left; 
	font-weight: strong;
    font-family: "arial", sans-serif;
	/* border: 1px; border-color: #999999; border-style: solid; */
}

#partner_program_box {

   float: left;
   margin-top: 0px;
   text-align: center;
   padding: 16px;
   font-family: "arial", sans-serif;
   line-height: 140%; 
   text-align: left;
   font-size: 13px;
   font-weight: strong;
   color: #ffffff;
   min-height: 100px;
   background-color: #6B9E08;
   border: 1px; border-color: #777777; border-style: solid;
}

#partner_program_box_2 {

   float: left;
   margin-top: 0px;
   margin-left: 20px;
   text-align: center;
   padding: 16px;
   font-family: "arial", sans-serif;
   line-height: 140%; 
   text-align: left;
   font-size: 13px;
   font-weight: strong;
   min-height: 100px;
   color: #ffffff;
   background-color: #183800;
   border: 1px; border-color: #777777; border-style: solid;
}

#partner_program_box a {
	color: #ffffff;
	text-decoration: underline;
}

#partner_program_box a:hover {
	color: #eaeaea;
	text-decoration: underline;
}

.zins_offer_box {
/* 	float:right; 
	margin-top:0px; 
	margin-left:20px; 
	margin-bottom:20px;
	height:200px;
	width:250px;
	padding:5px;
	border:solid 1px red;
	text-align:right;  */
}
