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

	body {
      background-color: #fff;
      color: #000;
      font-family: Arial, Helvetica, sans-serif;
      color: #000000;
      font-size: 13px;
	}

   a {
      color: #999999;
      text-decoration: none;
   }

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

	#page_wrapper {
		position: absolute;
		left: 50%;
		width: 760px;
		margin-left: -380px;
		border: 1px solid #cccccc;
		top: 10px;
	}


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

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

   #page_header_flags {
      position: absolute;
      right: 15px;
      top: 160px;
		color: #999999;
   }

	 #page_header_headline{
      position: absolute;
      right: 15px;
      top: 57px;
		color: #fff;
		font-size: 24px;

   }


   /* page_wrappers */
	#page_outer_wrapper {
		padding-left: 200px;
   }

	#page_inner_wrapper {
		width: 100%;
	}



   /* page_left */
	#page_left {
      position:relative;
      width: 200px;
      float: left;
      margin-left: -200px;

   }

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

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

   #page_left ul li a {
      text-decoration: none;
      color: #cccccc;
      font-weight: bold;
		margin: 4px;
		padding-left: 4px;
		border: 2px solid #cccccc;
		display: block;
   }

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

   #page_left ul ul {

   }

   #page_left ul ul li {
      font-size: 14px;
      text-transform: none;
      line-height: 22px;
      padding-left: 0;
		padding-top: 1px;
	   padding-bottom: 1px;
   }

   #page_left ul ul li a {
		border: none;
	   background-color: #f2f2f2;
		font-weight: bold;
		background-position: 8px 9px;
      background-image: url(gfx/circle.gif);
      background-repeat: no-repeat;
		padding-left: 18px;
   }


   /* page_left_search */

	#page_left_search {
      position: relative;
      width: 200px;
   }

   #page_left_search form {
      padding-left: 4px;
      padding-top: 10px;
   }

   #page_left_search form legend {
      color: #cccccc;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      margin-left: -6px;
      margin-bottom: 5px;
   }

   #page_left_search form input {
      border: 2px solid #cccccc;
      width: 160px;
      float: left;
   }

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

   #page_left_search form input:focus,
   #page_left_search form input:hover,
   #page_left_search form textarea:focus,
   #page_left_search form textarea:hover {
      background-color: #f2f2f2;
   }


   /* page_content */
	#page_content {
      padding-top: 24px;
      padding-right: 20px;
	   padding-left: 20px;
	   float: left;
	}

	#page_content h1 {
	   color: #005B99;
	   font-size: 18px;
	   padding-bottom: 7px;
		border-bottom: 3px solid #145596;
		width: 295px;
	}

	#page_content h3 {
	   font-size: 12px;
	   color: #145596;
	   padding-bottom: 5px;
	}

	#page_content h2 {
	   font-size: 12px;
	   color: #145596;
	   padding-bottom: 5px;
	}

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

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

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

   #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: #CCDEEB;
      border: 1px solid #99BDD6;
      font-size: 12px;
      font-weight: bold;
      color: #005B99;
      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: #005B99;
      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: 300px;
		margin: 1px 0px 10px 0;
		background-color: #e9f1f7;
		height: 16px;
		color: #000000;
		border: 1px solid #145596;
	}

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

	#page_content form select {
		float: left;
		width: 303px;
		margin-bottom: 10px;
		background-color: #e9f1f7;
		color: #000000;
		border: 1px solid #5665a5;
	}

   #page_content form textarea {
		width: 444px;
		height: 150px;
		margin-top: 10px;
		background-color: #e9f1f7;
		color: #000000;
		border: 1px solid #5665a5;
	}

	#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;
      padding-top: 10px;
      padding-bottom: 10px;
      width: 750px;
      margin: auto;
	   text-align: center;
      clear: both;
	}

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

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