@charset "UTF-8";

/* CSS Document */

html, body {height: 100%;}

html,body,div,p,ul,ol,li,h1,h2,h3,h4,pre,form,p,button,img {
	margin: 0;
	padding: 0;
	border: 0;
	color: #333;
	font-size: 11px;
}

body {
	background-color: #000;
	font: normal 11px/16px Tahoma, Arial, sans-serif;
	color: #666;
	background-image: url(img/backgrounds/bg.jpg);
	background-repeat:repeat-x;
	border-top-color: #009;
}


h1 h1 a:link, h1 a:active, h1:visited {
	color: #262625;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 0;
}



ul,li {list-style-type: none;}
a { color:#666; text-decoration: none;}
a:hover {
	color:#CCC;
	text-decoration: none;
	cursor: pointer;
	
}
a span, button span, ul#navigation span, h2 span, h3 span {display: none;}




input, textarea {
  font: normal 11px/17px Tahoma, Arial, sans-serif;
  color: #3a3a35;
}

button {
  display: block;
  cursor: pointer;
}

div.clear {
	font-size: 1px;
  line-height: 1px;
  height: 1px;
  position: relative;
  clear: both;
}


#page_container {

	text-align: left;
	width: 800px;

	margin: 0 auto 30px auto;
	padding: 0 0 120px 0;

}	



/* Header
============================================================================= */
/* Navigation
============================================================================= */

ul#navigation {height: 124px;}

  ul#navigation li {
    width: 70px;
    float: left;
  }

 ul#navigation li a {
    	display: block;
     	height: 124px;
    	cursor: pointer;
    }

    ul#navigation li a#home {background:  url(img/navigation/home.gif) 0 0 no-repeat;}
    ul#navigation li a#infos {background: url(img/navigation/info.gif) 0 0 no-repeat;}
    ul#navigation li a#about {background:  url(img/navigation/about.gif) 0 0 no-repeat;}
    ul#navigation li a#links {background:  url(img/navigation/links.gif) 0 0 no-repeat;}
	ul#navigation li a#contact {background: url(img/navigation/contact.gif) 0 0 no-repeat;}

    ul#navigation li a#home:hover,
    ul#navigation li a#infos:hover,
    ul#navigation li a#about:hover,
	ul#navigation li a#links:hover,
    ul#navigation li a#contact:hover {
      background-position: 0 -124px;
    }
	
	 ul#navigation li a#home:active,
    ul#navigation li a#infos:active,
    ul#navigation li a#about:active,
	ul#navigation li a#links:active,
    ul#navigation li a#contact:active {
      background-position: 0 -248px;
    }

    
  #navigation #logo {
    width: 124px;
    height: 78px;
    padding: 28px 40px 0 11px;
    float: right;
  }

  #navigation h1 {
    display: block;
    background:   url(img/header/logo_pc.png) 0 0 no-repeat;
    text-indent: -9999px;
    height: 78px;
  }

  #navigation h1:hover {background-position: 0 0px;}

    #navigation h1 a {
      display: block;
      width: 124px;
      height: 78px;
    }

  
/* Introduction
============================================================================= */
#introduction {height: 149px;}
#introduction #logo {
    width: 425px;
    height: 78px;
    padding: 35px 40px 0 11px;
    float: left;
  }


  #introduction .contact {
    width: 175px;
    padding: 82px 0 0 0;
    float: right;
  }

    #introduction .contact span {
		color: #666;
		}

  

/* Subnavi
============================================================================= */
#subnavi {height: 22px;}

#subnavi #flag {
    width: 27px;
    height: 18px;
    padding: 5px 25px 0px 0px;
    float: right;
  }

#subnavi eng {
    display: block;
    background:    url(img/icons/english_flag.gif) 0 0 no-repeat;
    text-indent: -9999px;
	height: 18px;
  }

#subnavi ger {
    display: block;
    background:    url(img/icons/german_flag.gif) 0 0 no-repeat;
    text-indent: -9999px;
	height: 18px;
  }
/* Headline
============================================================================= */
#headline {
	align: left;
	height: 20px;

}

#headline {
  padding: 15px 20px 0px 0;
  margin: 0 0 0 25px;
}

  #headline ul,
  #headline li {float: left;}

    #headline li a {
      color: #999;
    }

    #headline li a:hover {
      color: #8e8e86;
    }

    #headline li span {color: #666;}

 /* PageContent
============================================================================= */

#page_content img {
	background-color: #ccc;
	margin-left: 25px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	background-image: url(img/backgrounds/bg_img.jpg);
	background-repeat: repeat-x;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#page_content {
	background: #fff;
	background-image:url(img/backgrounds/pagecontent_bg.jpg);
	background-repeat:repeat-x;
	align: left;
	width: 770px;
	margin: 0 0 0 0;
	padding: 15px 15px 15px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: left;
}	

#page_content p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	padding-left: 10px;
	font-style: normal;
	font-size: 12px;
	line-height:1.6em;
	text-align: left;
	font-variant: normal;
	color: #333;
	text-transform: none;
}

#page_content unter {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	padding-left: 10px;
	font-style: normal;
	font-size: 9px;
	line-height:1.6em;
	text-align: left;
	font-variant: normal;
	color: #00002F;
	text-transform: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-top: 20px;
}



#page_content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:25px;
	padding-bottom: 5px;
	padding-top: 20px;
	padding-left: 10px;
}

#page_content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666;
	font-weight:100;
	padding-left: 10px;
}

#page_content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666;
	font-weight:100;
	padding-left: 10px;
}

#page_content p.link {
	margin: 10px 0 0 10px;
	padding: 3px 0 0 20px;
	font-weight: bold;
  }
/* Boxes
============================================================================= */

#boxes {
  
  width: 800px;
  margin: 10px 0 0 0;
 
  background-image:url(img/backgrounds/bg_footer.jpg);
  background-repeat:repeat-x;
  background-color: #ECECEC;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

#boxes h3	 {
	color: #333  ;
	font-size:15px;
	font-stretch: 200;
	border-bottom: 1px solid  #CDCDCD;
	padding: 0 0 10px 15px;
}

#boxes link	 {
	color: #5c5c56;
}

	
  #boxes .box {
	
    width: 189px;
    padding: 15px 5px 15px 5px;
    margin: 0 0px 0 0px;
    float: left;
	border-left: 1px solid  #CDCDCD;
  }

  #boxes .left {margin: 0;
  border:none;
  }
  
  #boxes p {
	margin: 15px 0 0 0;
	padding: 0 10px 0 10px;
	color: #888;
	
}
  #boxes p.link {
	margin: 10px 0 0 10px;
	padding: 3px 0 0 20px;
	font-weight: bold;
  }
  
  p.link {margin: 0 0 0 0;}

p.arrow_right {background:   url(img/icons/13.png
								 ) 0 2px no-repeat;}
p.arrow_down {background:  url(img/icons/arrow_down.gif) 0 2px no-repeat;}

h3#blog {
  background:   url(img/typography/section_headings/blog.gif) 0 0 no-repeat;
  width: 105px;
  padding: 0 0 0 0;
}

h3#contact {
  background:   url(img/typography/section_headings/contact.gif) 0 0 no-repeat;
  width: 85px;
}

h3#presse {
  background:   url(img/typography/section_headings/presse.gif) 0 0 no-repeat;
  width: 77px;
}

h3#updates {
  background:  url(img/typography/section_headings/work.gif) 0 0 no-repeat;
  width: 51px;
}

  #boxes form div {
    background:  url(img/backgrounds/forms/textbox_144.gif) 0 0 no-repeat;
    height: 26px;
    margin: 23px 0 0 0;
  }

  #boxes form input {
    background: none;
    width: 132px;
    height: 21px;
    padding: 5px 6px 0 6px;
    border: none;
    float: left;
  }

  #boxes form button {
    background:  url(img/buttons/send.gif) 0 0 no-repeat;
    height: 26px;
    width: 48px;
    float: right;
  }

  #boxes form button:hover {background-position: 0 -26px;}



/* Footer
============================================================================= */

#news_box {
  position: relative;
}

#news_error_box {
  position: absolute;
  top: 52px;
  left: 0;
  height: 65px;
  width: 200px;
  background: url(img/backgrounds/forms/textbox_144.gif) 0 0 no-repeat;
}

#footer {
  padding: 0 0;
  padding-top: 0;
  margin: 0 0 0 0;
  font-size: 80%;
  background-color:#333;
  
}

  #footer ul,
    #footer li {float: left;}

    #footer  a {
		
      color: #6e6e66;
	  border-bottom: 1px solid #2C2C2C;
    }

    #footer a:hover {
      color: #FFF;
      border-bottom: 1px solid #666;
    }

    #footer li span {color: #666;}

  #footer p#copyright {
	width: 340px;
	float: right;
	color: #666;
  }
img {
	
}



imgblank {
	background-color: #ccc;
	margin-left: 25px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	background-image: url(img/backgrounds/bg_img.jpg);
	background-repeat: repeat-x;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
}

.a_bg {
	color: #FFF;
}
