/*
Theme Name: standard
Theme URI: http://allerleirauh.info
Description: hybrid child
Version: 0.1
Author: daniel stark
Author URI: http://vigil.de
Tags: hybrid
Template: hybrid
*/


/* Get base CSS */

/**
 * 21px Stylesheet
 * Sets up 21px line heights and margins
 *
 * @since 0.3
 * @package Hybrid
 * @subpackage CSS
 */

/* Reset values */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
	font-size: 100%;
	background: transparent;
	border: none;
	text-decoration: none;
	}

/*
* Get rid of deprecated and non-semantic elements
* These elements should not be used and replaced with proper alternatives
*/
b, i, hr, u, center, menu, layer, s, strike, font, xmp {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	background: transparent;
	border: none;
	text-decoration: none;
	}
	
html, body, textarea {
	scrollbar-base-color:#eed8b1;
	scrollbar-3d-light-color:#eed8b1;
	scrollbar-arrow-color:#08070d;
	scrollbar-darkshadow-color:#faedd4;
	scrollbar-face-color:#eed8b1;
	scrollbar-highlight-color:#eed8b1;
	scrollbar-shadow-color:#faedd4;
	scrollbar-track-color:#faedd4;
}
	
font {
	color: #08070d;
	}
center {
	text-align: left;
	}

/* End deprecated elements */

/* Body */
body {
	line-height: 24px;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #08070d;
	background: #faedd4 url(/wp-content/themes/standard/images/bg2.jpg) repeat 0 0;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	margin: 0 0 21px 0;
	}
h1 {
	font-size: 1.8em;
	line-height: 42px;
	}
h2 {
	font-size: 1.7em;
	}
h3 {
	font-size: 1.55em;;
	}
h4 {
	font-size: 1.4em;
	}
h5 {
	font-size: 1.25em;
	}
h6 {
	font-size: 1.1em;
	}

/* Paragraphs */
p {
	margin: 0 0 21px 0;
	}

/* Lists */
ol, ul {
	list-style: none;
	}
ul {
	list-style: disc;
	margin: 0 0 21px 2.5em;
	}
ol {
	list-style-type: decimal;
	margin: 0 0 21px 3em;
	}
ol ol {
	list-style: upper-roman;
	}
ol ol ol {
	list-style: lower-roman;
	}
ol ol ol ol {
	list-style: upper-alpha;
	}
ol ol ol ol ol {
	list-style: lower-alpha;
	}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	}
dl {
	margin: 0 0 18px 3px;
	}
dl dt {
	font-weight: bold;
	margin: 12px 0 0 0;
	}
dl dd {
	margin: 6px 0 0 1.5em;
	}

/* Text elements */
strong {
	font-weight: bold;
	}
strong strong {
	font-weight: normal;
	}
em, cite {
	font-style: italic;
	}
em em, cite cite {
	font-style: normal;
	}
abbr {
	cursor: help;
	}
acronym {
	text-transform: uppercase;
	border-bottom: 1px dashed #666;
	cursor: help;
	}
big {
	font-size: 120%;
	}
small, sup, sub {
	font-size: 80%;
	}
sup {
	vertical-align: baseline;
	position: relative;
	bottom: 0.3em;
	}
sub {
	vertical-align: baseline;
	position: relative;
	top: 0.3em;
	}
address {
	font-style: italic;
	margin: 0 0 21px 0;
	}
li address, dd address {
	margin: 0;
	}

/* Blockquotes */
blockquote {
	margin: 0 2.5em;
	font-style: normal;
	}
blockquote em, blockquote cite {
	font-style: italic;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	}

/* Links */
a {
	cursor: pointer;
	}
a img {
	border: none;
	}

/* Code */
pre {
	overflow: auto;
	font: .9em Monaco, monospace, Courier, "Courier New";
	line-height: 21px;
	margin-bottom: 21px;
	padding: 9px;
	}
code {
	font: .9em Monaco, monospace, Courier, "Courier New";
	}
pre code {
	font-size: 1em;
	}

/* Delete and insert */
ins, dfn {
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px solid #666;
	}
del {
	text-decoration: line-through;
	}

/* Object */
object {
	margin-bottom: 21px;
	}

/* Forms */
input, textarea {
	font-size: 1em;
	font-family: Cambria, Georgia, Times, "Times New Roman", serif;
	padding: 3px;
	background: transparent;
	}
:focus {
	outline: none;
	}
form label {
	cursor: pointer;
	}
option {
	padding: 1px 3px;
	}

/* Tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 21px;
	}
th, td {
	text-align: left;
	}

/* Horizontal rule */
hr {
	margin-bottom: 21px;
	}

/* WP Smiley */
img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* WP Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 21px !important;
	}

/* Alignment */
.alignleft, .left {
	float: left;
	margin-right: 15px;
	}
.alignright, .right {
	float: right;
	margin-left: 15px;
	}
.aligncenter, .center {
	display: block;
	margin: 0 auto 21px auto;
	}
.alignnone, .block {
	clear: both;
	margin: 0 0 21px 0;
	}
.clear {
	clear: both;
	}
img.alignleft, img.alignright {
	display: inline;
	}
      
/* Get layout CSS  
**
 * Two columns with content floated left.
 * Fixed width of 960px.
 *
 * @since 0.6
 * @package Hybrid
 * @subpackage CSS
 */

#body-container {
	/*overflow: hidden;*/
	height: auto;
	width: 960px;
	margin: 0 auto;
	}

#container {
	/*overflow: hidden;*/
	height: auto;
	width: 960px;
	}

.content {
	overflow: hidden;
	float: left;
	width: 620px;
	}
.no-widgets .content, .no-default-widgets .content {
	width: 960px;
	}

#primary {
	position: relative;
	float: right;
	width: 300px;
	height: 430px;
	overflow: hidden;
	}

#secondary {
	position: relative;
	clear: right;
	float: right;
	width: 300px;
	top: 565px;
	left: 0px;
	}

#subsidiary {
	overflow: hidden;
	}

#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
	}


  
/* Get plugins CSS
/**
 * Plugins Stylesheet
 * Sets up default styles for  the support plugins
 *
 * @since 0.3
 * @package Hybrid
 * @subpackage CSS
 */

/* WP PageNavi (plugin) */
.wp-pagenavi .pages {
	margin: 2px 3px 2px 0;
	font-style: italic;
	}
.wp-pagenavi .current {
	margin: 2px;
	padding: 1px 6px;
	font-weight: bold;
	}
.wp-pagenavi .extend {
	margin: 2px;
	}
.wp-pagenavi a {
	margin: 0 2px;
	padding: 1px 6px;
	font-style: italic;
	border: 1px solid #ccc;
	}

/* WP Email */
.WP-EmailIcon {
	padding: 0;
	margin: 0;
	border: none;
	}

/* Comment License */
.comment_license {
	font-style: italic;
	}

/* WP Stats */
img#wpstats {
	overflow: hidden !important;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	}

/* Easy Contact */
.contact-form {
	margin-bottom: 21px;
	}
.contact-form legend {
	display: none;
	}
.contact-form .form-input input {
	display: block;
	margin-bottom: 6px;
	padding: 3px 6px;
	width: 300px;
	}
.contact-form label {
	font-size: .9em;
	}
.contact-form textarea {
	width: 97%;
	margin-bottom: 6px;
	padding: 6px;
	}
.contact-form .form-option {
	margin-bottom: 6px;
	}
.contact-form .button {
	width: 100px;
	margin-right: 9px;
	padding: 6px 9px;
	}
.contact-form .button:hover {
	cursor: pointer;
	}


/* Get drop-downs CSS
/**
 * Dropdowns Stylesheet
 * Sets up some default dropdown menu styles
 * Style rules for both the page and category menus
 *
 * @since 0.5
 * @package Hybrid
 * @subpackage CSS
 */

/* Default page menu styles */
#page-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#page-nav ul {
	line-height: 1.0;
	}
.menu ul {
	position: absolute;
	top: -999em;
	width: 10em;
	}
#page-nav ul ul li {
	width: 100%;
	}
#page-nav li:hover {
	visibility: inherit;
	}
#page-nav li {
	float: left;
	position: relative;
	}
#page-nav a {
	display: block;
	position: relative;
	}
#page-nav li:hover ul, li.sfHover ul {
	left: 0;
	top: 2em;
	z-index: 99;
	}
#page-nav li:hover li ul, li.sfHover li ul {
	top: -999em;
	}
#page-nav li li:hover ul, li li.sfHover ul {
	left: 10em;
	top: 0;
	}
#page-nav li li:hover li ul, li li.sfHover li ul {
	top: -999em;
	}
#page-nav li li li:hover ul, li li li.sfHover ul {
	left: 10em;
	top: 0;
	}

/* Default category menu styles */
#cat-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#cat-nav ul {
	line-height: 1.0;
	}
.menu ul {
	position: absolute;
	top: -999em;
	width: 10em;
	}
#cat-nav ul ul li {
	width: 100%;
	}
#cat-nav li:hover {
	visibility: inherit;
	}
#cat-nav li {
	float: left;
	position: relative;
	}
#cat-nav a {
	display: block;
	position: relative;
	}
#cat-nav li:hover ul, li.sfHover ul {
	left: 0;
	top: 2em;
	z-index: 99;
	}
#cat-nav li:hover li ul, li.sfHover li ul {
	top: -999em;
	}
#cat-nav li li:hover ul, li li.sfHover ul {
	left: 10em;
	top: 0;
	}
#cat-nav li li:hover li ul, li li.sfHover li ul {
	top: -999em;
	}
#cat-nav li li li:hover ul, li li li.sfHover ul {
	left: 10em;
	top: 0;
	}

/* Get default CSS */
/**
 * Screen Stylesheet
 * Default style for the Hybrid theme
 *
 * @since 0.3
 * @package Hybrid
 * @subpackage CSS
 */

/* Body 
body {
	font: normal normal normal 15px/21px Georgia, Times, "Times New Roman", serif;
	}
*/
/* Body container 
#body-container {
	margin: 90px auto 21px auto;
	}
*/
/* Links */
a {
	color: #580e1e;
	text-decoration: none;
	}
a:visited {
	color: #400a20;
	}
a:hover, a:active {
	color: #830f28;
	text-decoration: underline;
	}

/* Headers */
h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #08070d;
	font-weight: bold;
	}
h2 {
	font-size: 21px;
	}
h3 {
	font-size: 19px;
	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 15px;
	}
h6 {
	font-size: 13px;
	}

/* Lists */
ul {
	list-style: square;
	}

/* Blockquotes */
blockquote {
	font-style: italic;
	color: #555;
	}
blockquote blockquote {
	color: #777;
	}
blockquote em {
	font-style: normal;
	}

/* Code */
pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
caption {
	font-size: .9em;
	font-style: italic;
	text-align: right;
	}
td, th {
	padding: 3px 6px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
th {
	background: #eee;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #333;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Breadcrumb */
.breadcrumb {
	margin: 10px 5px 0 10px;
	font-size: .9em;
	font-style: italic;
	font-variant: small-caps;
	font-stretch:  semi-expanded;
	color: #666;
	width: auto;
	float: left;
	}
.breadcrumb-trail span {
	border-bottom: solid 1px #666;
}
.breadcrumb-trail a {
	border-bottom: solid 1px #666;
}
.breadcrumb a {
	color: #111;
	text-decoration: none;
	}
.breadcrumb a:hover {
	color: #d54e21;
	}

/* Images */
.post img {
	max-width: 568px;
	padding: 5px;
	/*border: 1px solid #ccc;*/
	}

.thumbnail {
	float: left;
	/*width: 100px;
	height: 100px;*/
	margin: 5px 15px 0 0;
	}

/* Captions [caption] */
.wp-caption {
	max-width: 576px;
	margin-top: 6px;
	padding: 6px 1px 0 1px;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.wp-caption img {
	max-width: 564px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery img {
	border: 1px solid #ccc;
	}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	padding: 5px;
	
	}

/* Header */
#header {
	margin: 0 0 40px 0;
	}

/* Blog title */
#site-title {
	font: italic normal normal 35px/35px Georgia, Times, "Times New Roman", serif;
	margin: 0 0 10px 0;
	display: none;
	}
#site-title a {
	color: #08070d;
	}

/* Blog description */
#site-description {
	font: normal normal normal 16px/20px Georgia, Times, "Times New Roman", serif;
	margin: 0;
	color: #666;
	display: none;
	}

/* Navigation */
#navigation {
	overflow: visible;
	height: 34px;
	margin: 0 0 60px 0;
	z-index: 100;
	display: none;
	}
#page-nav li {
	margin-right: 15px;
	}
#page-nav li li {
	margin-right: 0;
	}
#page-nav li a {
	padding: 8px 15px 8px 15px;
	color: #111;
	background: #fff;
	border: 1px solid #ccc;
	}

/* Drop-downs style */
#page-nav li:hover ul, li.sfHover ul {
	top: 32px;
	}
#page-nav li li a {
	border-top: none;
	margin-right: 0;
	}
#page-nav li ul {
	background: #fff;
	border-top: 1px solid #ccc;
	}
#page-nav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul  {
	top: -1px;
	}
#page-nav li li li {
	margin-left: -1px;
	}

/* Container (wraps content, primary, and secondary) */
#container {
	margin-bottom: 21px;
	padding-top: 56px;
	}

/* Main content */
.content {
	width: 580px;
	margin: 0px 0 21px 0;
	}
.no-widgets .content, .page-template-no-widgets .content {
	width: 960px;
	}

/* Posts */
.post {
	overflow: hidden;
	margin: 0 0 40px 0;
	}
.single .post, .attachment .post, .page .post {
	margin: 0;
	}

/* Archive information */
.author-info, .author-profile, .date-info, .category-info, .tag-info, .search-info, .taxonomy-info {
	overflow: hidden;
	margin: 0 0 40px 0;
	}

/* Entry title */
.entry-title {
	font-size: 24px;
	margin: 0 0 12px 0;
	font-weight: normal;
	font-style: normal;
        /*font-family: burte;*/
	font-variant: small-caps;
	padding-left: 50px;
	}
.archive .entry-title, .search .entry-title {
	font-size: 21px;
	margin: 0;
	}
.page-title, .attachment-title {
	margin: 0 0 21px 0;
	}
.entry-title a {
	color: #08070d;
	}

/* Byline */
.byline {
	margin: 0 0 30px 0;
	font-style: italic;
	color: #666;
	padding-left: 10px;
	font-size: 80%;
	}
.archive .byline, .search .byline {
	margin: 0;
	}
.byline .byline-prep {
	text-transform: lowercase;
	}

/* Entry content */
.entry-content {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding-left: 10px;
	}

/* Entry metadata */
.entry-meta {
	font-style: italic;
	color: #666;
	padding-left: 10px;
	font-size: 80%;
	}


/* Page links (multiple-paged posts) */
p.pages a {
	margin: 0 3px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Navigation links */
.navigation-links {
	margin-bottom: 21px;
	font-style: italic;
	}
.navigation-links .previous {
	float: left;
	max-width: 50%;
	}
.navigation-links .next {
	float: right;
	max-width: 50%;
	text-align: right;
	}

/* WP Pagenavi plugin */
.wp-pagenavi {
	margin-bottom: 21px;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 6px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 15px 0;
	color: #464646;
	}
.widget a {
	color: #464646;
	text-decoration: none;
	}
.widget a:hover {
	color: #830f28;
	text-decoration: underline;
	}

/* Widget titles */
.widget-title {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #111;
	}
.aside {
	font-size: 80%;
}

/* Utility widget areas */
#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
	margin: 0 0 21px 0;
	padding: 20px 20px 0 20px;
	border: 1px solid #ccc;
	}

/* Comments template */
#comments-template {
	}

/* Comment headers */
.comments-header {
	font-size: 1.2em;
	}

/* Comments are closed */
.comments-closed {
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
	}
#comments li, #comments li li li, #comments li li li li li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 20px 15px;
	background: transparent url(/wp-content/themes/standard/images/trenner4.png) no-repeat scroll 0 100%;
	border: none;
	}
#comments li li, #comments li li li li {
	background: #f9f9f9;
	}

/* Avatar */
#comments-template .avatar {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 15px;
	padding: 0;
	border: none;
	}

/* Comment meta data */
.comment-meta-data {
	margin: 10px 0 21px 0;
	font-size: 13px;
	color: #666;
	}
.comment-author {
	font-size: 15px;
	color: #08070d;
	}
.comment-reply-link, .permalink, .comment-edit-link {
	font-style: italic;
	color: #666;
	}

/* Comment text */
.comment-text {
	clear: left;
	margin: 0 35px 0 15px;
	}

/* Form */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 97%;
	background: transparent;
	border: none;
	border-bottom: 3px dotted #08070d;
	}
#comments-template label {
	font-size: .9em;
	}

/* Respond textarea */
textarea {
	width: 98%;
	background: transparent;
	border: 3px dotted #08070d;
	}

/* Submit and rest buttons */
.button, .submit, .reset {
	width: 100px;
	margin-right: 15px;
	padding: 7px 15px 8px 15px;
	background: transparent;
	/*border: 1px solid #08070d;*/
	}
.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
	/*background: #f9f9f9;*/
	border: 1px solid #08070d;
	}

/* Footer container */

#footer-container {
	clear: both;
	overflow: hidden;
	background: transparent url(/wp-content/themes/standard/images/holz2.jpg) repeat 0 0;
	color: #faedd4;
	margin: 20px 0 0 0;
	}
#footer-container a, #footer-container a:visited {
	color: #faedd4;
}

/* Subsidiary */
#subsidiary {
	margin: 20px 0 0 0;
	}

/* Footer */
#footer {
	font-style: italic;
	color: #faedd4;
	clear: both;
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	}
#footer-container .copyright {
	display: inline;
	float: left;
	padding: 9px;
        margin: 21px 0px 0px 0px;
        font-size: 72%;
	}
	
#footer a, #footer a:visited, #footer .widget-title, #footer .widget {
	color: #faedd4;
}

#footer ul {
	list-style-type: none;
	margin: 0px;
}

#utility-footer {
	padding: 20px;
}

#utility-footer .widget {
	float: left;
	width: 300px;
}

/* Plugin Pagebar */

.pagebar {
	margin: 10px 0 0 0;
	text-decoration: none;
	text-align: left;
	color: #666;
	font-style: italic;
	/*border-bottom: 1px solid #666;*/
	width: auto;
	float: left;
	font-size: 0.9em;
}

.pagebar a,.pageList .this-page {
	text-decoration: none;
	padding: 0px 0px;
}

.pagebar a:visited {
	text-decoration: none;
	padding: 0px 0px;
}

.pagebar .break {
	padding: 0px 6px 0px 6px;
	border: none;
	text-decoration: none;
}

.pagebar .this-page {
	padding: 0px 5px;
	font-weight: bold;
}

.pagebar a:hover {
	border-color: #2E6AB1;
}

.pagebar .inactive
{
   border: 1px solid #cccccc;
	 color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;
}


#content .pagebar {
	padding: 0.2em 0.5em;
	margin: 1.0em 0.1em;
	text-decoration: none;
	text-align: center;
	color: #08070d;
	font-style: normal;
	width: 100%;
	float: none;
	font-size: 100%;
}

#content .pagebar a,.pageList .this-page {
	text-decoration: none;
	padding: 0.2em 0.5em;
}

#content .pagebar a:visited {
	text-decoration: none;
	padding: 0.2em 0.5em;
}

#content .pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	text-decoration: none;
}

#content .pagebar .this-page {
	padding: 0.2em 0.5em;
	font-weight: bold;
	font-size: 150%;
}

#content .pagebar a:hover {
	border-color: #2E6AB1;
}

#content .pagebar .inactive
{
   border: 1px solid #cccccc;
	 color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;
}

#content h3 {
	font-weight: normal;
	padding: 10px;
}

/* cform-plugin kontaktformular */

#postcard { 
	margin:10px auto 0 auto; 
	width: 800px; 
        height: 506px;
        background: transparent url(/wp-content/themes/standard/images/postkarte_sm.jpg) no-repeat scroll 0 0;
	position: relative;
	top: 0px;
	left: 0px;
}

.cf-ol {
	padding: 170px 20px 10px 20px;
	margin: 0px;
	list-style: none;
}

.cf-ol input, .cf-ol textarea {
	border: transparent solid 1px;
	font-family: cursive;
	font-style: oblique;
}

.cf-ol label {
	display: none;
}

#cf_field_1, #li--1 {
	background:transparent none repeat scroll 0 0;
	height:300px;
	width:300px;
	position: absolute;
	top: 85px;
	left: 10px;
	border: none;
}

#cf_field_2, #li--2 {
	width: 300px;
	position: absolute;
	top: 230px;
	left: 10px;
}
#cf_field_2 {
	border-bottom: 2px dotted #a58c6e;
}
/*
#cf_field_3, #li--3 {
	width: 320px;
	position: absolute;
	top: 145px;
	left: 210px;
}

#cf_field_4, #li--4 {
	width: 240px;
	position: absolute;
	top: 188px;
	left: 250px;
}

#cf_field_5, #li--5 {
	width: 245px;
	position: absolute;
	top: 217px;
	left: 245px;
}
*/
#ll {
	display: none;
}

#sendbutton {
	width: 150px;
	position: absolute;
	top: 40px;
	left: 610px;
	cursor: pointer;
	border: none;
	color: #090000;
	font-size:150%;
	font-weight:bold;
	height:150px;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:768px;
	line-height:1.3em;
	margin:10px auto;
	
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
div.success {
	color:#08070d;
	display:block;
	letter-spacing:4px;
	text-align:right;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	position: absolute;
	top: 0px;
	left: 0px;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}

#cf_working {
	background: #08070d;
	color: #faedd4;
}

a.mailbox {
	width: 265px;
	height: 180px;
	display: block;
	background: transparent url(/wp-content/themes/standard/images/kontakt.jpg) no-repeat scroll 0 0;
}
a:hover.mailbox {
	background: transparent url(/wp-content/themes/standard/images/kontakt2.jpg) no-repeat scroll 0 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*img #wpstats {
     display:none;
}*/

/* Make sure theme clears WP.org theme repository checklist */

.alignright {}
.alignleft {}
.alignnone {}
.aligncenter {}
.avatar {}
.wp-caption {}
.gallery {}
.wp-smiley {}