/*
Theme Name: H.N.E. Service
Theme URI: http://www.polarismedia.de/
Description: Umsetzung des Designs f&uuml;r H.N.E. Service
Version: 1.0
Author: Stefan Reisinger
Author URI: http://www.polarismedia.de/
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {7
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }
/* Elementdefinitionen */
p {
	margin-bottom: 18px;
	margin-top: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	color: #ffffff;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #ffffff;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
/* Gallery listing
-------------------------------------------------------------- */
.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #ffffff;
	margin-bottom: 0;

}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}
/* Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #ffffff;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;

}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #000000;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
padding: 40px 0 0 0;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	
width: 25%;
}
#content .gallery img {
	border: 2px solid #ffffff;
}
#content .gallery .gallery-caption {
	color: #ffffff;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}

#content .gallery br+br {
	display: none;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px dotted #ffffff;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #ffffff;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #fedd44;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #ffffff;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #fedd44;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px dotted #ffffff;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}
/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px dotted #ffffff;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#ffffff;
	font-weight:bold;
}
#respond label {
	color: #ffffff;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}
.zentrierer
{
	margin: auto;
	padding: 0;
	width: 1000px;
	text-align: left;
}

body
{
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 12px;
	background-color: #dbdbdb;
line-height: 1.2em;
}

a
{
	color: #3177b2;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #3d00bd;
}

a:focus {outline: none; }

h1, h1 a
{
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
}

h2, h2 a
{
	font-size: 16px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
}

h3, h3 a
{
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
}

.page-item-8 a			{ background-image: url('images/audio.png'); }
* html .page-item-8 a		{ background-image: url('images/audio.gif'); }

.page-item-14 a			{ background-image: url('images/licht.png'); }
* html .page-item-14 a		{ background-image: url('images/licht.gif'); }

.page-item-20 a			{ background-image: url('images/video.png'); }
* html .page-item-20 a		{ background-image: url('images/video.gif'); }

.page-item-26 a			{ background-image: url('images/rigging.png'); }
* html .page-item-26 a		{ background-image: url('images/rigging.gif'); }

.page-item-32 a			{ background-image: url('images/disko.png'); }
* html .page-item-32 a		{ background-image: url('images/disko.gif'); }

.page-item-483 a		{ background-image: url('images/theater.png'); }
* html .page-item-483 a		{ background-image: url('images/theater.gif'); }

.page-item-34 a			{ background-image: url('images/logistik.png'); background-position:center 10px !important; }
* html .page-item-34 a		{ background-image: url('images/logistik.gif'); background-position:center 10px !important;}   

.page-item-34 a:hover		{ background-position:center -140px !important; }
* html .page-item-34 a:hover	{background-position:center -140px !important;}


.page-item-36			{ background: none !important; width: 140px; }


#hauptnavi .page-item-36 a			{ background-image: url('images/rund_um_service.png');  background-position:center 10px !important; }
* html #hauptnavi .page-item-36 a		{ background-image: url('images/rund_um_service.gif');  background-position:center 10px !important; }
.page-item-36 a:hover		{ background-position:center -140px !important; }
* html #hauptnavi .page-item-36 a:hover	{background-position:center -140px !important;}


#bg
{
	float: left;
	width: 100%;
	min-width: 1000px;
	min-height: 800px;
	background: url('images/bg.jpg') center top repeat-x;
}

* html #bg
{
	height: auto !important;
	height: 800px;
}

#head
{
	float: left;
	width: 900px;
	height: 100px;
	position: relative;
}

.takeoffbutton {position: absolute; text-indent: -9999px; top: 10px; outline: none; background: url('images/take-off_button.png') 0 0 no-repeat; width: 258px; height: 77px;}
.takeoffbutton:hover {background-position: 0 -77px;}

#logo
{
	display: block;
	margin-right: 20px;
	float: left;
	width: 205px;
	height: 95px;
	text-indent: -10000px;
	overflow: hidden;
	background: url('images/logo.png') left center no-repeat;
}

* html #logo
{
	background-image: url('images/logo.gif');
}

#queenz_of_piano
{
	display: block;
	margin-top: 10px;
	float: left;
	width: 350px;
	height: 77px;
	text-indent: -10000px;
	overflow: hidden;
	background: url('images/queenz-of-piano_button.png') center top no-repeat;
}

#queenz_of_piano:hover
{
	background-position: center -77px;
}

#head p
{
	font-weight: bold;
	width: 1000px;
	float: left;
text-align:center;
}

#headnavi
{
	float: left;
	width: 100px;
	height: 140px;
}

#headnavi ul
{
	margin: 0;
	list-style: none;
}

#headnavi ul li
{
	padding: 10px 0 0 0;
}

#headnavi ul li a
{
	color: #000000;
}

#headnavi ul li a:hover
{
	color: #e6e6e6;
}

#hauptnavi
{
	float: left;
	padding: 20px 10px 25px;
	width: 980px;
	height: 165px;
	background: url('images/hauptnavi_bg.png') center top no-repeat;
	overflow: hidden;
}

* html #hauptnavi
{
	background-image: url('images/hauptnavi_bg.gif');
}

#hauptnavi ul
{
	margin: 0;
	list-style: none;
}

#hauptnavi ul li
{
	float: left;
	width: 140px;
	height: 165px;
}

#hauptnavi ul li a
{
	display: block;
	float: left;
	padding: 135px 0 0 0;
	width: 135px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	color: #aaaaaa;
	text-transform: uppercase;
	overflow: hidden;
}

#hauptnavi ul li a:hover
{
	background-position: center -150px;
	color: #ffffff;
}

#subnavi
{
	float: left;
	padding: 10px 12px 10px 13px;
	width: 975px;
	height: 50px;
	background: url('images/subnavi_bg.png') center center no-repeat;
}

* html #subnavi
{
	background-image: url('images/subnavi_bg.gif');
}

#subnavi ul
{
	margin: 0;
	list-style: none;
}

#subnavi ul li
{
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0 23px;
	background: url('images/subnavi_trennlinie.png') right top no-repeat;
}

* html #subnavi ul li
{
	background-image: url('images/subnavi_trennlinie.gif');
}

#subnavi ul li a
{
	color: #000000;
	text-transform: uppercase;
}

#subnavi ul li a:hover
{
	color: #3177b2;
}

#bcontent
{
	float: left;
	padding: 0 1px;
	width: 998px;
	height: 33px;
	background: url('images/content_top.png') center top no-repeat;
}

* html #bcontent
{
	background-image: url('images/content_top.gif');
}

.home #bcontent { background-image: url('images/start_content_top.png'); }
* html .home #bcontent { background-image: url('images/start_content_top.gif'); }

#content
{
	float: left;
	padding: 20px 100px;
	width: 800px;
	background: url('images/content.png') center top repeat-y;
}

* html #content
{
	background-image: url('images/content.gif');
}

.home #content { background-image: url('images/start_content.png'); width: 1000px; padding: 20px 0; }
* html .home #content { background-image: url('images/start_content.gif'); }

#content_home {
	float: left;
	padding: 0 29px;
	width: 680px;
}

#home_sidebar {
	float: left;
	padding: 0 15px;
	width: 232px;
}

.home_sidebar_box {
	float: left;
	width: 232px;
	padding: 0 0 10px 0;
}

#acontent
{
	float: left;
	padding: 0 1px;
	width: 998px;
	height: 33px;
	background: url('images/content_end.png') center top no-repeat;
}

* html #acontent
{
	background-image: url('images/content_end.gif');
}

.home #acontent { background-image: url('images/start_content_end.png'); }
* html .home #acontent { background-image: url('images/start_content_end.gif'); }

#subnavi2
{
	width: 800px;	
	float: left;
	position: relative;
	margin: -30px 0 20px;
}

#subnavi2 ul { margin: 0; padding: 0; list-style: none; }
#subnavi2 ul li {display: inline; padding: 2px 40px 2px 50px; background: url('images/untermenue_punkt.jpg') left center no-repeat; }
#subnavi2 a {color: #414040; font-size: 14px; font-weight: normal; text-transform: uppercase;}
#subnavi2 a:hover {text-decoration: underline; }
#subnavi2 ul li:first-child {background: none; padding-left: 0px; }

.autobildwechsel
{
	float: right;
	width: 380px;
	height: 253px;
	overflow: hidden;
	padding: 0 0 0 15px;
}

.autobildwechsel img
{
	position: absolute;
	width: 380px;
	height: 253px;
	display: none;
	margin: 0;
}

/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}
