﻿@charset "utf-8";
/*
Theme Name: Junghans
Theme URI: www.alphatier.de
Description: Junghans
Version: 1.0
Author: Alphatier
Author URI: www.alphatier.de
Tags: Junghans
Text Domain: abc
*/
/* CSS Haupt-Document */

/** kritische Werte instanzieren
-------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
img{
	vertical-align: bottom;
}
a:link img, a:visited img,
a:hover img, a:focus img, a:active img {
	border: 0;
}
a {
	outline: none;
}

/** allgemeine Elemente formatieren
-------------------------------------------------------------------------------------------------- */
html {
	height: 100%;
}
body {
	background: #e6e7ee url(images/body_bg.jpg) 0 0 repeat-x;
	color: #5d5d5d;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 100%;
}
body * {
	text-align: left;
}

/* Listen siehe content*/

/* Links und Anker */
a:link, a:visited,
a:hover, a:focus, a:active {
	background-color: transparent;
	color: #5d5d5d;
	text-decoration: underline;
}
a:hover,
a:focus, 
a:active {
	color: #000;
}

/* Überschriften und Absätze */
h1 {
	background-color: transparent;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 100%;
	text-transform: uppercase;
	margin: 0 0 20px;
}
h2 {
	background-color: transparent;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 100%;
	margin: 20px 0 15px;
}
h3 {
	background-color: transparent;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 100%;
	margin: 20px 0 15px;
}
p {
	font-size: 100%;
	line-height: 1.4em;
	margin: 0 0 1em 0;
}
span {
	font-size: 100%;
	line-height: 1.4em;
}
.wichtig {
	font-weight: bold;
}
.small {
	font-size: 90%;
	line-height: 1.4em;
}

/* Überschriften und Absätze */
table {
	margin: 0 0 1em;
	padding: 0;
}
th, td {
	font-size: 100%;
	line-height: 1.4em;
}
/* Zitate */
blockquote {
	font-size: 120%;
	text-align: justify;
	font-weight: bold;
	line-height: 1.4em;
	text-transform: uppercase;
	margin: 0 0 2em 0;
}
cite {
	display: block;
	font-size: 85%;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}

/**
-------------------------------------------------------------------------------------------------- 
little helpers
-------------------------------------------------------------------------------------------------- */
.clear {
	clear: both;
	font-size: 1px;
}
.skip {
	position: absolute; left:-9999px; top:0;
	font-size: 1px;
}
.divider {
	display: none;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}

/** Regeln für besondere Bereiche
-------------------------------------------------------------------------------------------------- */
.noscript p {
	background-color: transparent;
	color: #fff;
	text-align: center;
	font-size: 90%;
	margin: .5em 0;
}
.noscript p a:link,
.noscript p a:visited,
.noscript p a:hover,
.noscript p a:focus,
.noscript p a:active {
	background-color: transparent;
	color: #fff;
}
div#top {
	background: transparent url(images/top_bg.png) 50% 0 repeat-y;
	position: relative; left: 0; top: 0;
	padding: 0 23px;
	margin: 0 auto;
	width: 930px; min-height: 100%
}
div#main {
	background-color: #e7e7e7;
	border: solid 1px #fff;
	border-width: 0 1px;
	padding-bottom: 44px;
}

/** header
-------------------------------------------------------------------------------------------------- */
div#header {
	background-color: gray;
	border: solid 1px #fff;
	border-width: 0 1px;
}
#header img {
	border: solid 1px #fff;
	border-width: 1px 0;
}
#header img.branding {
	border: none;
}
div#search {
	position: absolute; left: 735px; top: 53px;
}
input#s {
	display: block;
	float: left;
	position: relative; left: 0; top: 0;
	z-index: 3;
	background: #fff url(images/s_bg.png) 5px 50% no-repeat;
	color: #000;
	font-size: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: solid 1px #b3b3b3;
	padding: 0 10px 0 25px;
	margin-right: -15px;
	width: 140px; height: 20px;
}
input#searchsubmit {
	display: block;
	float: left;
	position: relative; left: 0; top: 0;
	z-index: 2;
	background-color: #ebebeb;
	color: #000;
	cursor: pointer;
	font-size: 10px;
	text-transform: uppercase;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: solid 1px #b3b3b3;
	padding: 0 10px 0 20px;
	width: 80px; height: 22px;
}
input:focus#searchsubmit,
input:active#searchsubmit {
	background-color: gray;
	color: #fff;
}
#nav {
	position: absolute; left: 457px; top: 100px;
}
#nav ul,
#nav ul li {
	list-style: none;
}
#nav li {
	float: left;
}
#nav a.c001,
#nav a.c002,
#nav a.c003,
#nav a.c004,
#nav a.c005,
#nav a.c006 {
	display: block;
	overflow: hidden;
	position: relative; left: 0; top: 0;
	z-index: 2;
	background: transparent url(images/main_nav_bg2.png) 0 -40px no-repeat;
	color: #fff;
	text-decoration: none;
	text-indent: -9999px;
	border: solid 1px #b3b3b3;
	border-width: 0 1px;
	margin-right: -1px;
	height: 14px;
}
#nav a:link.c001,
#nav a:visited.c001 {
	background-position: -270px 0;
	border-width: 0 1px 0 0;
	width: 51px;
}
#nav a:link.c002,
#nav a:visited.c002 {
	background-position: -270px -28px;
	width: 98px;
}
#nav a:link.c003,
#nav a:visited.c003 {
	background-position: -270px -56px;
	width: 62px;
}
#nav a:link.c004,
#nav a:visited.c004 {
	background-position: -270px -84px;
	width: 105px;
}
#nav a:link.c005,
#nav a:visited.c005 {
	background-position: -270px -112px;
	width: 132px;
}
#nav a:link.c006,
#nav a:visited.c006 {
	background-position: -270px -140px;
	border-width: 0 0 0 1px;
	width: 70px;
}
#nav a:hover.c001,
#nav a:focus.c001,
#nav a:active.c001 {
	z-index: 3;
	background-position: 0 0;
	border-color: #d4af37;
}
#nav a:hover.c002,
#nav a:focus.c002,
#nav a:active.c002 {
	z-index: 3;
	background-position: 0 -28px;
	border-color: #d4af37;
}
#nav a:hover.c003,
#nav a:focus.c003,
#nav a:active.c003 {
	z-index: 3;
	background-color: #3c3c3c;
	background-position: 0 -56px;
	border-color: #000;
	border-width: 1px 1px 0;
	padding: 0 0 3px;
	margin: -1px -1px 0 0;
}
#nav a:hover.c004,
#nav a:focus.c004,
#nav a:active.c004 {
	z-index: 3;
	background-position: 0 -84px;
	border-color: #d4af37;
}
#nav a:hover.c005,
#nav a:focus.c005,
#nav a:active.c005 {
	z-index: 3;
	background-position: 0 -112px;
	border-color: #d4af37;
}
#nav a:hover.c006,
#nav a:focus.c006,
#nav a:active.c006 {
	z-index: 3;
	background-position: 0 -140px;
	border-color: #d4af37;
}
#nav li ul.subnav {
	display: none;
	position: absolute; left: 10px; top: 16px;
	z-index: 2;
	background-color: #3c3c3c;
	border: solid 1px #000;
	padding: 4px 0;
	width: 521px;
}
#nav li:hover ul.subnav,
#nav li:focus ul.subnav {
	display: block;
}
.subnav li {
	float: left;
}
.subnav li a {
	display: block;
	background-color: transparent;
	color: #e6e6e6;
	font-size: 90%;
	text-decoration: none;
	margin: 0 5px;
}

/** aside
-------------------------------------------------------------------------------------------------- */
div#flash {
	position: relative; left: 0; top: 0;
	z-index: 50;
}

/** aside
-------------------------------------------------------------------------------------------------- */
div#aside,
div#as_compainon {
	width: 342px;
}
div#aside {
	position: relative; left: 0; top: 0;
	z-index: 100;
	padding: 323px 0 0;
	margin: -347px 0 0;
}
div#as_compainon {
	position: relative; left: 0; bottom: 0;
	z-index: 1;
	background-color: #e7e7e7;
	padding: 16000px 0 0;
	margin: -16001px 0 0;
	height: 1px;
}
#aside img.overlay {
	position: absolute; left: 0; top: 0;
	z-index: 110;
	opacity: .66;
	filter: Alpha(opacity = 66);
}
ul#sub_nav,
#sub_nav li {
	list-style: none;
	width: 328px;
}
ul#sub_nav {
	position: absolute; left: 7px; top: 105px;
	z-index: 120;
}
#sub_nav li {
	margin: 7px 0;
}
#sub_nav li a:link, #sub_nav li a:visited,
#sub_nav li a:hover, #sub_nav li a:focus, #sub_nav li a:active {
	display: block;
	background-color: #fff;
	color: #9d9d9d;
	font-size: 140%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 7px;
}
#sub_nav li a:hover, #sub_nav li a:focus, #sub_nav li a:active {
	color: #000;
}
#aside div.bd {
	position: relative; left: 0; top: 0;
	z-index: 120;
	padding: 0 14px 10px;
}
#aside .bd h2 {
	background-color: transparent;
	color: #000;
	font-size: 140%;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
}
#aside div.ft {
	position: relative; left: 0; top: 0;
	z-index: 120;
}
#aside .ft h2 {
	background-color: transparent;
	color: #000;
	font-size: 140%;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 14px;
	margin: 30px 0 10px;
}
#aside .ft p {
	background-color: #f4f4f4;
	color: #000;
	border: solid 1px #e7e7e7;
	padding: 10px 14px 14px;
	margin: 0;
}
#aside .ft a:link, #aside .ft a:visited,
#aside .ft a:hover, #aside .ft a:focus, #aside .ft a:active {
	opacity: 1;
	filter: Alpha(opacity = 100);
}
#aside .ft a:hover, #aside .ft a:focus, #aside .ft a:active {
	opacity: .7;
	filter: Alpha(opacity = 70);
}

/** content
-------------------------------------------------------------------------------------------------- */
div#content {
	background: transparent url(images/content_bg.png) 0 0 no-repeat;
	padding: 30px 30px 30px;
}
div#content.start {
	background: transparent url(images/content_bg.png) 0 0 no-repeat;
	padding: 30px 0 30px 15px;
}
img.topic {
	float: left;
	margin-right: 30px;
}
#content p {
	text-align: justify;
}
#content ul {
	list-style: disc;
	margin: 1em 0;
}
#content ol li {
	margin: 0 0 0 20px;
}
#content ul li {
	background: transparent url(images/arrows.png) 1px 4px no-repeat;
	list-style: disc;
	margin: 0 0 0 15px;
}
#content div.teaserbox {
	float: left;
	background: transparent url(images/teaserbox_bg.png) 1px 4px no-repeat;
	padding: 7px 6px 0;
	margin: 0 0 0 21px;
	width: 196px;
}
#content div.teaserbox.first {
	margin-left: 0;
}
#content div.teaserbox img {
	margin-bottom: 8px;
}
#content div.teaserbox span {
	display: block;
	color: #000;
	font-size: 80%;
	text-align: justify;
	padding-left: 8px;
}
#content div.teaserbox strong {
	display: block;
	background: transparent url(images/arrow.png) 0 50% no-repeat;
	padding-left: 8px;
	margin: 0 0 5px -8px;
}

/** footer
-------------------------------------------------------------------------------------------------- */
div#footer {
	position: relative; left: 0; top: 0;
	color: #373737;
	font-size: 75%;
	font-style: normal;
	padding: 0 17px 0;
	margin: -44px auto 0;
	width: 930px; height: 44px;
}
#footer .inner {
	background: transparent url(images/footer_bg.png) 50% 0 repeat-x;
	font-weight: normal;
	text-align: center;
	border: solid 1px #fff;
	border-width: 0 1px;
	padding: 16px 15px 0;
	height: 28px;
}
div#footer span a:link, div#footer span a:visited,
div#footer span a:hover, div#footer span a:focus, div#footer span a:active {
	background-color: transparent;
	color: #373737;
	text-decoration: underline;
}
div#footer span a:hover, div#footer span a:focus, div#footer span a:active {
	text-decoration: none;
}

/** kontakt.html
-------------------------------------------------------------------------------------------------- */
div.wpcf7-response-output {
	width: 260px;
}
input {
	margin: 1px 0;
	width: 300px;
}
td.textarea_label {
	padding-top: 12px;
}
td.textarea_label input#agb {
	position: relative; left: 0; top: 2px;
	width: auto;
}
textarea {
	margin: 0 0 10px 0;
	width: 400px;
}
input#submit {
	text-align: center;
	margin: 12px 1px 24px 1px;
	width: auto;
}
input:hover#submit,
input:focus#submit {
	cursor: pointer;
}
* html input:hover#submit,
* html input:focus#submit {
	cursor: hand;
}
div#agb_text {
	overflow-y: scroll;
	background-color: #fff;
	border: solid 1px gray;
	padding: 10px;
	height: 200px;
}
div#agb_text  h1 {
	margin-top: 0;
}
