
   * {
      margin: 0;
      padding: 0;
      border: 0;
   }

	body {
      background-color: #d8d8d8;
      color: #000;
      font-family: Arial, Helvetica, sans-serif;
      color: #69655C;
      font-size: 12px;
		background-image: url(gfx/body_bg.gif);
		background-repeat: repeat-y;
		background-position: center;
	}

   a {
      color: #000000;
      text-decoration:underline;
   }

   a:hover {
      color: #ff6000;
      text-decoration: none;
   }

	#page_wrapper {
		position: absolute;
		left: 50%;
		width: 898px;
		margin-left: -449px;
	}


	/* page_header */
	#page_header {
      height: 220px;
      background-image: url(gfx/header_bg.png);
      background-repeat: no-repeat;
	}

   #page_header a.link {
      width: 100%;
      height: 105px;
      display: block;
   }

   #page_header_image {
      height: 127px;
      width: 699px;
      background-image: url(gfx/header_default_bg.jpg);
      background-repeat: no-repeat;
      position: absolute;
      left: 8px;
      top: 82px;
   }

   #page_header_flags {
      position: absolute;
      right: 20px;
      top: 169px;
      width: 22px;
      height: 54px;
   }

   #page_header_flags img {
      margin-bottom: 6px;
   }

   #page_header_contact {
      position: absolute;
      right: 8px;
      top: 177px;
      width: 175px;
      margin-left: 182px;
      color: #d8d8d8;
      font-size: 11px;
   }

   #page_header_contact a {
      color: #d8d8d8;
      text-decoration: none;
   }

   #page_header_contact a:hover {
      text-decoration: underline;
      color: #ff6000;
   }



   /* page_wrappers */
	#page_outer_wrapper {
		padding-left: 215px;
		padding-right: 190px;
   }

	#page_inner_wrapper {
		width: 100%;
	}



   /* page_left */
	#page_left {
      position:relative;
      width: 215px;
      float: left;
      margin-left: -215px;
      padding-top: 25px;
   }

   #page_left ul {
      margin-left: 20px;

   }

   #page_left ul li {
      list-style-type: none;
      text-transform: uppercase;
      font-size: 12px;
      color: #000000;
      line-height: 20px;
   }

   #page_left ul li a {
      text-decoration: none;
      color: #000000;
      font-weight: bold;
      background-image: url(gfx/line.gif);
      background-repeat: no-repeat;
      background-position: left 11px;
      padding-left: 40px;
   }

   #page_left ul li a:hover,
   #page_left ul li a.active {
      color: #ff6000;
   }

   #page_left ul ul {
      margin-left: 10px;
   }

   #page_left ul ul li {
      font-size: 11px;
      text-transform: none;
      line-height: 17px;
      background-image: none;
      padding-left: 0;
   }

   #page_left ul ul li a {
      font-weight: normal;
      background-image: none;
   }


   /* page_right */
	#page_right {
      float: right;
      position: relative;
      width: 190px;
      margin-right: -190px;
      border-left: 1px solid #d8d8d8;
   }

   #page_right form {
      padding-left: 12px;
      padding-top: 10px;
   }

   #page_right form legend {
      color: #000000;
      font-size: 13px;
      font-weight: bold;
      text-transform: uppercase;
      margin-left: -8px;
      margin-bottom: 5px;
   }

   #page_right form input {
      border: 1px solid #000000;
      width: 120px;
      float: left;
   }

   #page_right form label {
      padding-top: 5px;
      padding-left: 5px;
   }

   #page_right form input:focus,
   #page_right form input:hover,
   #page_right form textarea:focus,
   #page_right form textarea:hover {
      background-color: #d8d8d8;
   }

   #page_right h3 {
      color: #000000;
      font-size: 13px;
      font-weight: bold;
      text-transform: uppercase;
      padding-left: 12px;
      padding-top: 20px;
      padding-bottom: 5px;
   }

   #page_right em {
      padding-left: 12px;
      display: block;
   }

   #page_right strong {
      padding-left: 12px;
      display: block;
      padding-right: 12px;
   }

   #page_right p {
      padding-left: 12px;
      padding-right: 12px;
      padding-bottom: 15px;
   }


   /* page_content */
	#page_content {
      padding-top: 25px;
      padding-right: 40px;
	}

	#page_content h1 {
	   color: #000000;
	   font-size: 18px;
	   padding-bottom: 15px;
	}

	#page_content h2,
	#page_content h3 {
	   font-size: 13px;
	   color: #000000;
	   padding-bottom: 5px;
	}

	#page_content p {
	   line-height: 18px;
	   padding-bottom: 15px;
	}

   #page_content p.center {
      text-align: center;
   }

   #page_content p span.highlight {
      background-color: #d8d8d8;
   }

   #page_content a.arrow {
      background-image: url(gfx/arrow_orange.gif);
      background-repeat: no-repeat;
      background-position: left center;
      margin-left: 5px;
      padding-left: 8px;
   }

   #page_content a.arrow {
      background-image: url(gfx/arrow_orange.gif);
      background-repeat: no-repeat;
      background-position: left center;
      margin-left: 5px;
      padding-left: 8px;
   }

   #page_content ol {
      padding-left: 23px;
      padding-bottom: 10px;
   }

   #page_content ul {
      padding-left: 15px;
      padding-bottom: 10px;
      line-height: 19px;
   }

   #page_content img.left {
      float: left;
      padding-right: 12px;
      padding-top: 5px;
      padding-bottom: 5px;
   }

   #page_content img.right {
      float: right;
      padding-left: 12px;
      padding-top: 5px;
      padding-bottom: 5px;
   }

   #page_content img.middle {
      margin: auto;
      display: block;
   }


   /* page_teaser */

   #page_content .page_teaser {
      float: left;
   }

   #page_content .page_teaser .image {
      width: 120px;

      padding-right: 19px;
      float: left;
      padding-top: 31px;
      float: left;
   }

   #page_content .page_teaser h2 {
      width: 296px;
      background-color: #d8d8d8;
      border: 1px solid #d8d8d8;
      font-size: 12px;
      font-weight: bold;
      color: #000000;
      padding-left: 15px;
      padding-top: 2px;
      padding-bottom: 2px;
      margin-bottom: 5px;
      float: left;
   }

   #page_content .page_teaser p {
      width: 300px;
      float: left;
   }


   /* page_intro */

   #page_content .page_intro {
      padding-bottom: 10px;
   }

   #page_content .page_intro_inv {
      font-style: italic;
      background-color: #F2F2F2;
   }

   #page_content .page_intro_inv img,
   #page_content .page_intro img {
      float: left;
      margin-right: 20px;
   }

   #page_content .page_intro_inv h2,
   #page_content .page_intro h2 {
      color: #000000;
      font-size: 12px;
      padding-bottom: 5px;
   }

   #page_content .page_intro_inv p,
   #page_content .page_intro p {

   }


	/* formular */
	#page_content form {
		line-height: 13px;
		display: inline;
	}

   #page_content form label {
		float: left;
		width: 140px;
	}

	#page_content form input {
		float: left;
		width: 250px;
		margin: 1px 0px 10px 0;
		background-color: #d8d8d8;
		height: 16px;
		color: #000000;
		border: 1px solid #d8d8d8;
	}

   #page_content form input.button {
      background-color: #d8d8d8;
      color: #000000;
      width: 140px;
      height: 19px;
	   margin-left: 256px;
   }

	#page_content form select {
		float: left;
		width: 253px;
		margin-bottom: 10px;
		background-color: #d8d8d8;
		color: #000000;
		border: 1px solid #d8d8d8;
	}

   #page_content form textarea {
		width: 394px;
		height: 150px;
		margin-top: 10px;
		background-color: #d8d8d8;
		color: #000000;
		border: 1px solid #d8d8d8;
	}

	#page_content form input.checkbox {
	   width: auto;
	   height: auto;
	}

	#page_content form br {
		clear: both;
	}



	/* page_footer */
	#page_footer {
      clear: both;
      padding-top: 25px;
	}

	#page_footer p {
	   font-size: 11px;
	   color: #000000;
      border-top: 1px solid #d8d8d8;
      padding-top: 10px;
      padding-bottom: 10px;
      width: 465px;
      margin: auto;
	   text-align: center;
	}

	#page_footer a {
	   color: #ff6000;
	   text-decoration: none;
	}

	#page_footer a:hover {
      text-decoration: underline;
      color: #000000;
	}

