/*
Theme Name: Rucker
Theme URI: http://www.polarismedia.de/
Description: Umsetzung des Designs f&uuml;r ruecker-bedachung-de
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 {
	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: disc;
	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;
	max-width: 525px;
}
#content .attachment img {
	max-width: 430px;
}
#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: #bebccd;
	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: #ffffff;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px dotted #ffffff;
}
#content .gallery .gallery-caption {
	color: #ffffff;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0 0 20px;
}
#content .gallery img {
	border: 0px dotted #ffffff;
}
#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: 976px;
	text-align: left;
}



body
{
	color: #ffffff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	background: #bebccd;
}

h2, h2 a
{
	font-size: 24px;
	color: #ffffff;
	text-decoration: none;
}

h3, h3 a
{
	font-size: 21px;
	color: #ffffff;
	text-decoration: none;
}

h4, h4 a
{
	font-size: 17px;
	color: #ffffff;
	text-decoration: none;
}

a
{
	text-decoration: underlined;
	color: #fe2118;
}

a:hover
{
	color: #a556f7;
}

#hg
{
	background: url('images/hg.jpg') center top repeat-x;
	float: left;
	width: 100%;
	min-width: 976px;
	min-height: 800px;
}

*html #hg {
  min-height: 800px;
  height: auto !important;
  height: 800px;
}

#hgi
{
	background: url('images/hgi.jpg') center top repeat-y;
	float: left;
	width: 976px;
	padding-top: 10px;
	padding-bottom: 100px;
	position: relative;
}

.telefonnummer {position: absolute; width: 300px; top: 75px; height: 60px; left: 55px;}
.telefonnummer p {margin: 0 0 5px 0;}

#navi1
{
	float: right;
	height: 25px;
	padding-right: 25px;
}

#navi1 ul
{
	list-style: none;
}

#navi1 ul li
{
	display: inline;
	padding-left: 25px;
}

#navi1 ul li a
{
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}

#navi1 ul li a:hover
{
	color: #a556f7;
}

#logo
{
	background: url('images/logo.jpg') center top no-repeat;
	display: block;
	float: left;
	width: 976px;
	height: 119px;
	overflow: hidden;
	text-indent: -10000px;
}
#logo:hover
{
	background-position: center -119px;
}

#links
{
	float: left;
	padding: 50px;
	width: 276px;
}

#links ul
{
	
}

#links ul li
{
	margin-top: 25px;
}
#links ul li a
{
	display: block;
	color: #ffffff;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
}
#links ul li:hover, #links ul li:hover a:hover
{
	color: #a556f7;
}

.page-item-36
{
	
	color: #fe2118;
}
.page-item-36 a, .page-item-50 a
{
	font-weight: normal;
	font-style: italic;
	color: #fe2118 !important;
}
.page-item-36:hover, .page-item-36:hover a, .page-item-50:hover, .page-item-50:hover a
{
	color: #a556f7 !important;
}


.page-item-50
{
	padding-bottom: 20px;
	color: #fe2118;
}


#adresse address
{
	padding-top: 100px;
	padding-bottom: 25px;
	font-size: 14px;
	font-style: normal;
}

#content
{
	float: left;
	padding-right: 75px;
	width: 525px;
line-height: 1em;
}


#content td 
{
padding:10px 0 0 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;
}