/*
Theme Name: WordPress Fohrmann
Theme URI: http://fohrmann.at/
Description: Personal Theme for <a href="http://fohrmann.at/">Ing. Christian Fohrmann</a>.
Version: 1.0
Author: Ing.Christian Fohrmann
Author URI: http://fohrmann.at/
Tags: business, cms, individual
Text Domain: fohrmann
*/
html{
	height:100%;
	overflow-y: scroll;
}
body {
	font-size: 14px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0px;
	color: #333;
	height: 100%;
	text-align: center;
	background-color:white;
	background-image:url(images/back.gif);
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -200px auto;
}
#pusher {
	height:230px;
	clear:both;
}
#header {
	width:100%;
	height: 120px;
	margin: 0px;
}
#top {
	width: 960px;
	margin: 0px auto;
	height: 120px;
	position: relative;
}
#container {
	width: 960px;
	margin: 0px auto;
}
#content {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 960px;
}
#homecolumn {
	width: 535px;
	float: left;
	margin: 0px 105px 0px 0px;
	text-align: left;
	padding: 10px;
	background-image: url(images/white75.png);
	box-shadow:0px 0px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 0px 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 2px 2px rgba(0,0,0,0.3);
}
#leftcolumn {
	width: 625px;
	float: left;
	margin: 0px;
	text-align: left;
	padding: 0px;
}
#rightcolumn {
	width: 300px;
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#sidebar {
	width: 300px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
	color: #fff;
	box-shadow:0px 0px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 0px 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 2px 2px rgba(0,0,0,0.3);
	background-image: linear-gradient(bottom, rgb(200,200,200) 0%, rgb(235,235,235) 75%);
	background-image: -moz-linear-gradient(bottom, rgb(200,200,200) 0%, rgb(235,235,235) 75%);
	background-image: -webkit-linear-gradient(bottom, rgb(200,200,200) 0%, rgb(235,235,235) 75%);
}
#sidebar ul {
	margin: 0px;
	padding: 5px 0px 0px 25px;
}
#sidebar li{
	color: #333;
	margin: 0px;
	padding: 5px 0px;
}
#sidebar li a{
	color:#555;
}
#sidebar li a:hover{
	color:#F90;
}
#sidebar .block {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
#footer {
	height: 200px;
	clear: both;
	color: #fff;
	font-size: 14px;
	box-shadow:0px -5px 10px rgba(0,0,0,0.3);
	-moz-box-shadow:0px -5px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px -5px 10px rgba(0,0,0,0.3);
	background-image: linear-gradient(bottom, rgb(25,25,25) 0%, rgb(75,75,75) 75%);
	background-image: -moz-linear-gradient(bottom, rgb(25,25,25) 0%, rgb(75,75,75) 75%);
	background-image: -webkit-linear-gradient(bottom, rgb(25,25,25) 0%, rgb(75,75,75) 75%);
}
#sidebar .block img {
	border: none;
}
{
 width: 960px;
 height: 90px;
 margin: 0px auto;
}
#logo {
	width: 300px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	position: absolute;
	right: 0px;
	top: 40px;
}
#sidebar .block {
	padding: 10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#sidebar .block .tagcloud a {
	color: #111;
	text-shadow:0px 1px 0px rgba(255,255,255,0.3);
	-moz-text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	-webkit-text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
}
#sidebar .block .tagcloud a:hover {
	color: #F90;
	text-shadow: none;
}
#hnav {
	height: 40px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 640px;
	position: absolute;
	left: 0px;
	top: 40px;
}
#hnav .menu {
	position:absolute;
	z-index:100;
	text-align:left;
	width:555px;
	background-image: linear-gradient(bottom, rgb(25,25,25) 0%, rgb(75,75,75) 75%);
	background-image: -moz-linear-gradient(bottom, rgb(25,25,25) 0%, rgb(75,75,75) 75%);
	background-image: -webkit-linear-gradient(bottom, rgb(25,25,25) 0%, rgb(75,75,75) 75%);
}
#hnav li {
	color:#F0F0F0;
	float:left;
	position:relative;
	margin:0px;
	font-size: 14px;
}
#hnav a {
	color:#FFFFFF;
	display:block;
	line-height:40px;
	text-decoration:none;
	padding:0 15px;
	text-shadow:0 -1px 0 rgba(0,0,0,0.6);
	-moz-text-shadow:0 -1px 0 rgba(0,0,0,0.6);
	-webkit-text-shadow:0 -1px 0 rgba(0,0,0,0.6);
}
#hnav ul {
	list-style:none;
	position:absolute;
	margin:0;
	padding:0
}
#hnav ul ul {
	-moz-box-shadow:3px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.2);
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
	display:none;
	float:left;
	font-size:14px;
	left:0;
	position:absolute;
	top:40px;
	width:220px;
	text-shadow:none;
	background-color:#ccc;
}
#hnav ul ul a {
	color:#333;
	height:auto;
	line-height:1em;
	width:200px;
	padding:8px 10px;
	text-shadow: none;
}
#hnav ul ul ul {
	left:100%;
	top:0;
}
#hnav ul ul li {
	min-width:200px;
	text-transform:none;
	text-shadow: none;
	background-image:none;
	color:#111;
}
#hnav ul li.current_page_item > a, #hnav ul li.current-menu-ancestor > a, #hnav ul li.current-menu-item > a, #hnav ul li.current-menu-parent > a, #hnav ul li.current_page_parent > a {
	color: #FF6600;
	text-shadow:0 -1px 0 rgba(0,0,0,0.3);
	-moz-text-shadow:0 -1px 0 rgba(0,0,0,0.3);
	-webkit-text-shadow:0 -1px 0 rgba(0,0,0,0.3);
}
#hnav ul ul li.current_page_item > a, #hnav ul ul li.current-menu-ancestor > a, #hnav ul ul li.current-menu-item > a, #hnav ul ul li.current-menu-parent > a, #hnav ul ul li.current_page_parent > a {
	color: #FF6600;
	text-shadow:none;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
}
#hnav li:hover > a{
	color: #FF6600;
	text-shadow:none;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
}
#hnav ul ul :hover > a {
	background-color:#dddddd;
	color:#000;
	text-shadow:none;
}
#hnav ul li:hover > ul, .offer-preview .preisbutton a, #sidebar .dreisechzig a {
	display:block;
}
#snav {
	font-size:14px;
	text-align:left;
	margin:0px;
	padding:10px 0px;
	width: 640px;
	display: block;
	position: relative;
	height: 30px;
}
#snav ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:640px;
}
#snav ul ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	display: block;
}
#snav ul ul li {
	float:left;
}
#snav ul li.current-menu-item > a, #snav ul li.current-menu-ancestor > a {
	display: none;
}
#snav ul ul li.current-menu-item > a {
	display: block;
	background-color:#666666;
	color:#fff;
	text-shadow:0 -1px 0 #000000;
}
#snav a {
	color: #666666;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
-moz-text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
-webkit-text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	display: block;
	height:30px;
	line-height:30px;
	padding:0px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#snav a:hover {
	color: #ffffff;
	background-color: #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow:none;
}
.homecat {
	height: 45px;
	clear: left;
}
.homebox {
	width: 180px;
	float: left;
	font-size: 14px;
	padding: 0px;
	margin: 12px 15px 0px 0px;
	display: block;
	height: 150px;
}
.homebox a * {
	color:#333333;
}
.homeblog {
	width: 495px;
	font-size: 14px;
	margin: 0px;
	padding: 20px;
	display: block;
	float: left;
	color:#555;
}
.homeblog ul{
	margin:0px;
	padding:5px 0px 0px 25px;
}
.homeblog ul li{
	padding: 5px 0px;
}
.pager {
	clear: both;
	display: block;
	width: 540px;
	height: 45px;
	line-height: 45px;
}
.pager li {
	list-style-type: none;
	float: left;
}
.pager ul {
	margin: 0px;
	padding: 0px;
}
#footer #footerhi {
	height: 180px;
	margin: 0px auto;
	width: 960px;
	font-size:14px;
	text-shadow: 0px -1px 0px #000000;
	-moz-text-shadow: 0px -1px 0px #000000;
	-webkit-text-shadow: 0px -1px 0px #000000;	
}
#footer #footerhi .footerbox {
	width: 320px;
	text-align: left;
	float: left;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}
#footer #footerhi .footerbox h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 5px 0px;
	padding: 0px;
	color: #fff;
	text-shadow: 0px -1px 0px #000000;
	-moz-text-shadow: 0px -1px 0px #000000;
	-webkit-text-shadow: 0px -1px 0px #000000;
}
#footer #footerhi .footerbox ul {
	margin: 0px 15px 0px 15px;
	list-style-type: square;
	padding: 0px;
}
#footer #footerhi .footerbox li {
	margin: 10px 0px;
	padding: 0px;
}
#footer #footerhi a, #footer #footerhi a:visited, #footer #footerhi a:active, #footer #footerhi a:link {
	color: #fff;
	text-decoration: none;
}
#footer #footerhi a:hover {
	color: #F90;
}
#footer #footerlo {
	height: 28px;
	margin: 0px auto;
	background-color: #333;
	width: 960px;
	text-shadow: 0px -1px 0px #000000;
}
#footer #footerlo #credit {
	color: #666;
	font-size: 11px;
	line-height: 28px;
	margin: 0px;
	float: left;
	padding: 0px;
}
#footer #footerlo #contact {
	color: #666;
	font-size: 11px;
	line-height: 28px;
	margin: 0px;
	float: right;
	padding: 0px;
}
#footer #footerlo a, #footer #footerlo a:visited, #footer #footerlo a:active, #footer #footerlo a:link {
	color: #F60;
	text-decoration: none;
}
#footer #footerlo a:hover {
	color: #F90;
}
#mobilesmart_switcher{
	position:relative;
	bottom:0px;
	margin:0px auto;
	width:960px;
}
#mobilesmart_switcher a{
	position:absolute;
	bottom:10px;
	color:#FF6600;
}
/* Common Styles */
.trenner {
	clear: left;
	height: 0px;
	width: 0px;
}
p {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	line-height: 1.3em;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	clear:both;}
h1 {
	font-size: 22px;
	font-weight: normal;
	color: #000;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
-moz-text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
-webkit-text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	font-family:Georgia, serif;
	padding:11px 0px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
-moz-text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
-webkit-text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	font-family:Georgia, serif;
	padding:8px 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding:5px 0px;
}
a {
	text-decoration: none;
}
a:visited, a:active, a:link {
	color: #FF6600;
}
a:hover {
	color: #F90;
}
/* Standard Wordpress Styles */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:none;
}
.alignleft {
	float: left;
	border:none;
	margin: 0px 5px 0px 0px;
	padding:5px;
	background-color:#fff;
}
.alignright {
	float: right;
	border:none;
	margin: 0px 0px 0px 5px;
	padding:5px;
	background-color:#fff;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
blockquote{
	color:#777;
	text-shadow:0px 1px 0px #fff;
	-moz-text-shadow:0px 1px 0px #fff;
	-webkit-text-shadow:0px 1px 0px #fff;
	font-size:16px;
	font-family:Georgia, serif;
	padding:10px 20px 10px 40px;
	margin:5px 0px;
	font-style: italic;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
img.size-thumbnail{
	border:5px solid #fff;
	box-shadow:2px 2px 2px #666;
	-moz-box-shadow:2px 2px 2px #666;
	-webkit-box-shadow:2px 2px 2px #666;
}
/* Additional Standard Wordpress Styles */
.more-link {
	background-image: url(images/icons/read.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	height: 20px;
	line-height: 20px;
	padding: 0px 0px 0px 15px;
	margin: 5px 0px;
	clear: both;
	display: block;
}
.icon {
	width: 55px;
	height: 55px;
	float: left;
}
/* comments area */
#comments {
	padding: 0px 0px 0px 15px;
	line-height: 20px;
	height: 20px;
	margin: 0px;
	font-size: 14px;
	background-image: url(images/icons/write.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	text-align: left;
	clear: left;
	width: 530px;
}
.commentlist {
	margin: 0px;
	width: 530px;
	text-align: left;
	padding: 0px;
}
.commentlist li {
	list-style:none;
	padding: 0px;
	margin:0px;
}
.comment-top {
	display: block;
	padding: 5px;
	margin: 5px 0px 5px 0px;
	min-height: 42px;
	border: 4px solid #CCC;
}
.comment-meta {
	color: #666;
	display: block;
	float: right;
}
.comment-author {
	font-size: 14px;
	color: #000;
}
.comment-reply-link {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
.comment ul.children {
	margin: 0px;
	padding: 0px 0px 0px 55px;
	background-image: url(/wordpress/wp-content/themes/fohrmann/images/icons/icon55.gif);
	background-repeat: no-repeat;
}
.avatar {
	float: left;
	margin: 5px;
}
#respond {
	text-align: left;
	margin: 0px;
	padding: 0px;
	clear: left;
	width: 530px;
}
#commentform {
	margin: 0px;
	padding: 0px;
	width: 530px;
}
#commentform label {
	color: #666;
	font-size: 14px;
}
#commentform input[type=text] {
	width: 200px;
	margin-top: 3px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#commentform textarea {
	width: 530px;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #CCC;
}
#commentform #submit {
	color: #000;
	cursor: pointer;
	margin-top: 3px;
}
.search {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 255px;
	height: 45px;
	display: block;
}
#searchform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}
#searchform #s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	border: 1px solid #ccc;
	width: 150px;
	margin: 0px;
	height: 20px;
	line-height: 20px;
}
#searchform #searchsubmit {
	color: #666;
	font-size: 14px;
	height: 25px;
}
.tagcloud a {
	text-shadow:0px -1px 0px #000;
	-webkit-text-shadow:0px -1px 0px #000;
	-moz-text-shadow:0px -1px 0px #000;
}
.faq_list {
	padding:0px;
}
.single_faq {
	padding:10px 0px;
}
.single_faq h3 {
	cursor:pointer;
}
#sidebar h2 {
	color: #000;
	text-shadow:0px 1px 0px rgba(255,255,255,0.3);
	-webkit-text-shadow:0px 1px 0px rgba(255,255,255,0.3);
	-moz-text-shadow:0px 1px 0px rgba(255,255,255,0.3);
}
.homeblog h2, .homeblog h3, .homeblog h2 a, .homeblog h3 a{
	color: #111;
	text-shadow:0px 1px 0px #fff;
	-webkit-text-shadow:0px 1px 0px #fff;
	-moz-text-shadow:0px 1px 0px #fff;
}
.homebox h2:hover,.homeblog a:hover{
	color: #FC3;
}
.homeblog img{
	max-width:495px;
}
h3.faq_question:hover{
	color: #FC3;
}

