
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #555555; }

body { 
	background:url(../img/bg_img1.jpg) no-repeat top center #141414;
	background-position: 50% 400px;
	margin: 0; 
	font-size: 0.9em; 
	line-height: 1.4; }


header { width:980px; margin: 0 auto; padding-top:40px; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #8a0313; color: #888888; text-shadow: none; }
::selection { background: #8a0313; color: #888888; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #8a0313; }
a:visited { color: #8a0313; }
a:hover { color: #ad071b; }
a:focus { outline: thin dotted; }

a.werkemenu:link { color: #141414; text-decoration:none; }
a.werkemenu:visited { color: #141414; text-decoration:none; }
a.werkemenu:hover { color: #8a0313; text-decoration:none; }
a.werkemenu:focus { outline: thin dotted; text-decoration:none; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */
	  
@font-face {  
	  font-family: HelvLight;  
	  src: url('helveticaltstdlight.eot'); /* IE */  
	  src: url('helveticaltstdlight.ttf') format("truetype"); /* non-IE */
	  src: url('helveticaltstdlight.otf');	  
	  src: url('helveticaltstdlight.eot');
	  src: url('helveticaltstdlight.eot?#iefix') format('embedded-opentype'),
           url('helveticaltstdlight.woff') format('woff'),
           url('helveticaltstdlight.ttf') format('truetype'),
           url('helveticaltstdlight.svg#helvetica_lt_std_lightregular') format('svg');	  
	  font-weight: normal;
	  font-style: normal;
	  
	  }
	  
@font-face {  
	  font-family: HelvBold;  
	  src: url('helveticaltstdbold.eot'); /* IE */  
	  src: url('helveticaltstdbold.ttf') format("truetype"); /* non-IE */
	  src: url('helveticaltstdbold.otf');	  
	  src: url('helveticaltstdbold.eot');
	  src: url('helveticaltstdbold.eot?#iefix') format('embedded-opentype'),
           url('helveticaltstdbold.woff') format('woff'),
           url('helveticaltstdbold.ttf') format('truetype'),
           url('helveticaltstdbold.svg#helvetica_lt_stdbold') format('svg');	  
	  font-weight: normal;
	  font-style: normal;
	  
	  }
	  
	  
h1 {
	font-family:HelvLight;
	font-size:32px;
	font-variant:small-caps;
	font-weight:lighter;
	color:#444444;
	line-height:1.2em;
	display:inline;
	background:#121212;
	margin-top:0px;
	margin-bottom:6px;
	padding-left:6px;
	padding-right:6px;
	
	clear:both; }

h2 {
	font-family:HelvLight;
	font-size:24px;
	font-weight:lighter;
	color:#444444;
	line-height:1.2em;
	display:inline;
	background:#121212;
	margin-top:0px;
	margin-bottom:6px;
	padding-left:6px;
	padding-right:6px;
	clear:both; }

h3 {
	font-family:HelvLight;
	font-size:22px;
	font-weight:lighter;
	color:#444444;
	line-height:1.2em;
	display:inline;
	background:#121212;
	margin-top:0px;
	padding-left:6px;
	padding-right:6px;
	clear:both;
	}

h4 {
	font-family:HelvLight;
	font-size:18px;
	font-weight:lighter;
	color:#444444;
	line-height:1.2em;
	display:inline;
	background:#121212;
	margin-top:0px;
	padding-left:6px;
	padding-right:6px;
	clear:both;
	}
	
h5 {
	font-family:HelvLight;
	font-size:22px;
	font-weight:lighter;
	color:#444444;
	line-height:1.2em;
	display:inline;
	margin-top:0px;
	padding-left:6px;
	padding-right:6px;
	clear:both; 
	}



h6 {
	font-family:HelvLight;
	font-size:15px;
	font-weight:bolder;
	color:#8a0313;	
	margin:0;
	padding-left:0px;
	padding-top:10px;
	line-height:1.2em;
	padding-right:6px;
	clear:both;
	}
	
h7 {
	font-family:HelvLight;
	font-size:14px;
	font-weight:lighter;
	color:#444444;	
	margin:0;
	padding-left:6px;
	padding-top:10px;
	line-height:1.2em;
	padding-right:6px;
	clear:both;
	}


abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

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

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

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

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

.red {
	color:#8a0313;
	}

p {
	padding-left:6px;
}

/* =============================================================================
   Lists
   ========================================================================== 

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }*/


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }

/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 5px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; margin-left:6px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select { border: 1px solid #444444;	padding: 6px 4px; outline: none;
		-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
		font:Arial, Helvetica, sans-serif; color: #444444;
		margin: 0; width: 210px; max-width: 80%; display: block; margin-bottom: 20px; background: #141414; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; width: 619px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;
		color: #8a0313;  }
	select {
		/*width: 220px; */}
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #8a0313; }
		
		
/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }




/* =============================================================================
   Page Layout
   ========================================================================== */
   
.address_top { 
	display:block; 
	width:346px; 
	height:24px; 
	border-top:#555555 thin solid; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px; 
	color:#fff;
	padding-top:4px;
	}
	
.address_top2 { 
	display:block; 
	width:346px; 
	height:24px; 
	border-top:#555555 thin solid;
	border-bottom:#555555 thin solid; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px; 
	color:#fff;
	padding-top:4px;
	}

.address_top1 { 
	display:block;
	float:right;
	width:346px; 
	height:24px; 
	border-bottom:#555555 thin solid; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px; 
	color:#fff;
	padding-top:63px;
	}
	
.bg_wrap {
	width:1280px;
	margin:0 auto;
	padding:0px;
	/*background:url(../img/bg_img1.jpg) left top no-repeat;*/
}

.wrap {
	width:980px;
	margin:0 auto;
	margin-bottom:120px;
	padding:0px;
}

#main_content {
	width: 712px;
	margin:0px;
	margin-left:268px;
}

/* ===============================================================
	NAV  -  more in toggelmenu.css
   ============================================================= */
   
#menu {
	width: 246px;
	float:left;
	margin:0px;
	padding:0px;
	margin-left:12px;
}

/* ===============================================================
	ELEMENTS
   ============================================================= */
.hermann-photo {
	width:209px;
	height:246px;
	margin:0;
	float:right;
	padding-left:40px;
	padding-bottom:20px;
	padding-top:14px;
}

.logo {
	width:980px;
	height:56px;
	margin:0 auto;
	margin-bottom: 26px;
	margin-top: 26px;
}

.spacer {
	width: 40px;
	height: 120px;
}

.footer {
	width:auto;
	height:20px;
	margin-left:6px;
}
















/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
