html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }
/* END RESET CSS */


body { font: 13px sans-serif; *font-size:small; *font:x-small; line-height:1.22; }

table { font-size:inherit; font:100%; }

select, input, textarea { font:99% sans-serif; }

pre, code, kbd, samp { font-family: monospace, sans-serif; }
 
body, select, input, textarea { color:#444; }

h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; }

/* maxvoltar.com/archive/-webkit-font-smoothing */
html { -webkit-font-smoothing: antialiased; }

 
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul { margin-left:30px; }
ol { margin-left:30px; list-style-type: decimal; }

small { font-size:85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align:top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }


/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 


/* always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }


/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }





 /* Primary Styles
    Author: Freizeitler óÒ
 */

/* Layout */
body {
	background: #3C3C3C url(images/bg_dark.gif);
	font: 14px/1.5 Arial, Helvetica, sans-serif;
	
	}
#wrapper {
	padding: 0 0 0 20px;
	}
header {
	background: #EFEFEF url(images/bg_light.gif);
	height:270px;
	min-width: 960px;
	position: relative;
	}

#main {
	color: #EFEFEF;
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 48px 0;
	border-bottom: 1px solid #2B2B2B;
	}
address {
	border-top: 1px solid #474747;
	color: #efefef;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	font-style: normal;
	font-size: 12px;
	}
footer {
	color: #efefef;
	width: 960px;
	margin: 0 auto;
	font-size: 12px;
	padding: 0 0 20px 0;
	}	
	
/* Logo */
header h1 {
	background: url(images/logo.gif) no-repeat right;
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0 0 0 -560px;
	z-index: 0;
	width: 477px;
	height: 260px;
		}
header h1 a {
	display: block;
	width: 300px;
	height: 102px;
	text-indent: -9999px;
	margin: 50px 0 0 90px;
	position: relative;
	z-index: 100;
		}
header h1 a:hover {
	background: none !important;
		}
header h1 span {
	display: block;
	text-indent: -9999px;
		}
section .floatleft {
		float: left;
		width: 300px;
		}
section .floatright {
		float: left;
		width: 300px;
		margin: 0 0 0 20px;
		}
section .floatright460 {
		float: right;
		width: 460px;
		margin: 0 20px 0 0;
		}
section .floatleft460 {
		float: left;
		width: 460px;
		}
section .floatright620 {
		width: 610px; 
		float: right; 
		padding: 0 30px 0 0;
		}
section .floatleft620 {
		width: 620px; 
		float: left; 
		}
section .wer_wir_sind {
		height: 270px;
		text-align: right;
		padding: 0 20px 20px 0;
		}
/* Tags */
section {
	position: relative;
	overflow: hidden;
	width: 960px;
	}
section img {
	border: 1px solid #efefef;
	}
section p {
	padding: 0 0 1em 0;
	width: 620px;
	text-shadow: 1px 1px 0px #333;
	}
#main h3 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #EFEFEF;
	padding: 0 0 1em 0;
	text-shadow: 1px 2px 3px #222;
	}
#main h2 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #EFEFEF;
	padding: 0 0 1em 0;
	text-shadow: 1px 1px 1px #222;
	}

a, a:active, a:visited { 
	color: #EFEFEF; 
	text-decoration: underline;
	padding: 0 2px;
	margin: 0 -2px;
	}
a:hover { 
	color:#3C3C3C; 
	background: #EFEFEF;
	text-decoration: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: none;
	}
header h3 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #3C3C3C;
	width: 630px;
	margin: 0 0 0 -480px;
	bottom: 100px;
	left: 50%;
	position: absolute;
	z-index: 10;
	}
header cite {
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #3C3C3C;
	width: 640px;
	margin: 0 0 0 -490px;
	bottom: 72px;
	left: 50%;
	position: absolute;
	z-index: 10;
	text-align: right;
	}
header cite span {
	display: block;
	font-size: 0.6em;
	padding: 0 10px 0 0;
	font-style: italic;
	}
	
/* Kontaktformular */
section label {
	font-size: 0.8em;
	font-style: italic;
	}
section input {
	border: none;
	color: #3C3C3C;
	background: #dcdcdc;
	padding: 4px;
	width: 75%;
	-moz-border-radius: 5px;
	border-radius: 5px;
		}
section input[type="submit"] {
	border: none;
	color: #3C3C3C;
	background: #dcdcdc;
	padding: 4px;
	width: 25%;
	-moz-border-radius: 5px;
	border-radius: 5px;
		}

section textarea {
	border: none;
	color: #3C3C3C;
	background: #dcdcdc;
	padding: 4px;
	width: 100%;
	-moz-border-radius: 5px;
	border-radius: 5px;
		}
fieldset p {
	padding: 0 0 0.5em 0;
	}

/* Navigation */
nav {
	width: 960px;
	height: 113px;
	z-index: 100;
	margin: -30px auto 0 auto;
	position: relative;
	z-index: 100;
	}
nav ul {
	list-style:none;
	padding:0;
	margin:0 auto;
	height: 93px;
	display: block;
	}
nav ul li {
	width: 140px;
	overflow:hidden;
	height: 60px;
	background: url(images/tab_sprite.gif) no-repeat 0 -60px;
	float: left;
	margin: 0 20px 0 0;
	}
nav ul li:hover {
	overflow: visible;
	}
nav ul li a {
	}
nav a, nav a:active, nav a:visited {
	text-decoration:none;
	color: #3C3C3C;
	display:block;
	padding: 16px 10px 0 0;
	height: 25px;
	font-size: 15px /*Georgia, "Times New Roman", Times, serif*/;
	text-align: right;
	line-height: 1.2;
	text-shadow: 1px 1px 0px #efefef;
	}
nav a:hover {
	color: #3C3C3C;
	text-decoration: underline;
	background: none;
	}
nav .current_page_item {
	width: 140px;
	overflow:hidden;
	height: 60px;
	background: url(images/tab_sprite.gif) no-repeat 0 0;
	float: left;
	margin: 0 20px 0 0;
	}
nav .current_page_item a{
	color: #efefef !important;
	padding: 15px 0 0 10px !important;
	text-align: left !important;
	text-shadow: 1px 1px 0px #222 !important;
	}
nav .current_page_item a:hover {
	color: #efefef;
	cursor: default;
	text-decoration: none;
	}
nav ul ul {
	margin: 1px 0 0 0;
	width: 500px;
	}
nav ul ul li {
	height: 35px;
	float: left;
	width: 99px;
	}
.navi_none { display: none; }

/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }

  a, a:visited { color: #444 !important; text-decoration: underline; }

  a:after { content: " (" attr(href) ")"; } 

  abbr:after { content: " (" attr(title) ")"; }
  
  .ir a:after { content: ""; }  /* Don't show links for images */
  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  
  img { page-break-inside: avoid; }

  @page { margin: 0.5cm; }

  p, h2, h3 { orphans: 3; widows: 3; }

  h2, h3{ page-break-after: avoid; }
}



/*
 * Media queries for responsive design
 */

@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
  
}

@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
  
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  
  
  /* Prevent iOS, WinMobile from adjusting font size */
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 
}

