/*
Theme Name: Wordpress Klon PLZ
Theme URI:
Description:
Version: 1.0
Author: Jan Ramroth, Stefan Andernach
Author URI: http://www.deguto.de
*/


/******************************/
/****************** Basics */
@IMPORT url("basics.css");
/****************** Basics */
/******************************/


@IMPORT url("edit-klon-theme.css");


/******************************/
/****************** Allgemein */




img#wpstats { /* WP-Stats-Smile auf 1px setzen */
	padding: 0;
	margin: 0;
	position: absolute;
	left: -4px;
	top: -4px;
}

html, body{
	text-align: center;
	height: 100%;
	vertical-align: baseline;
}

.center {
	margin: 0 auto;
	width: 820px;
/*	position: relative;*/
	background: none;
	margin-top: -250px;
	text-align: left;
}

.content_wrapper {
	width: 600px;
	background: none;
	float: left;
}

.content{
	margin: 40px 30px 0 0;
	padding-right: 0px;
	background: none;
	float: left;
	position: relative;
	width: 570px;
}

/* OLD MORE-LINK
.more-link {
   font-style: regular;
   text-align: right;
   display: inline;
}

.more-link {
   font-style: regular;
   text-align: right;
   display: block;
   background-color: #bbb !important;
   color: #fff !important;
   line-height: 1em;
   font-size: 11px;
   padding: 2px;
   margin: 9px 0 0 0;
   position: absolute;
   right: 0px;
}

* html .more-link {
   margin: 26px 0 0 0;
   padding: 10px 2px 2px 2px;
   bottom: 20px;
   color: #000 !important;
}
*/

.more-link {
   font-style: regular;
   text-align: right;
   display: inline;
   color: #666 !important;
   line-height: 1em;
   font-size: 11px;
   padding: 2px;
   margin: 3px 0 0 0;
   position: absolute;
   right: 0;
}

.more-link-block {
   font-style: regular;
   text-align: right;
   display: block;
   background-color: #F4F4F4 !important;
/*   background: #F9F9F9 url(images/grad20.png) !important;*/
   color: #505050 !important;
   line-height: 1em;
   font-size: 11px;
   padding: 2px;
   margin: 3px 0 0 0;
   position: relative;
   right: 0;
   clear: both;
}


.navigation {
	display: block;
	float: left;
  margin: 20px 0 0 0;
  width: 100%;
}

.navigation a {
   background-color: #505050;
   color: #fff !important;
   font-size: 11px;
   padding: 2px;
}

.navigation a:hover {
   background-color: #606060;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0 10px 5px 0;
}

.alignright {
	float: right;
	margin: 0 0 5px 10px;
}

.navigation .fixedcenter {
	margin: 0 0 5px 0;
	float: left;
	text-align: center;
	width: 330px;
}

.navigation .fixedleft {
	display: block;
	width: 116px;
	text-align: left;
}

.navigation .fixedright {
	display: block;
	width: 104px;
	text-align: right;
}

.navigation .fixedbottom {
	position: relative;
	bottom: 0;
}

/****************** Allgemein */
/******************************/






/******************************/
/******************** Header */
#header{
	height: 250px;
}

.head{
	margin-top: 200px;
}

/******************** Header */
/******************************/






/******************************/
/************** Überschriften */

h1{
	font-size: 22pt;
	font-weight: bold;
	margin: 3px 0 6px 0;
}

h2{
	font-size: 18pt;
	font-weight: normal;
	margin: 3px 0 10px 0;
}

h3, legend{
	font-size: 14pt;
	font-weight: normal;
	margin: 3px 0 10px 0;
}

.subline{
	font-family: 'Georgia', 'Times New Roman';
	font-style: italic;
	font-weight: bold;
	font-size: 10pt;
}

p{
	margin-bottom: 10px;
}

.bigfont {
   font-size: 16px !important;
   font-weight: normal;
   padding: 3px !important;
}

/************** Überschriften */
/******************************/






/******************************/
/************** Listen */

.content ul {
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
}

.content ul li {
	padding: 0px;
	marging: 2px 2px 2px 10px;
}

.content ul br {
	margin: 0;
	padding: 0;
	line-height: 0;
}
/************** Listen */
/******************************/






/******************************/
/************** Formulare */

input[type=text], input[type=button], input[type=submit], textarea {
	border: 1px solid #aaa;
	background: #fff;
	font-size: 10pt;
	vertical-align: middle;
	font-family: Arial;
}

* html input, textarea {
	border: 1px solid #aaa;
	background: #fff;
	font-size: 10pt;
	vertical-align: middle;
	font-family: Arial;
}

* html input {
	height: 18px;
}

form.right {
	text-align: right;
}

label{
	margin-right: 20px;
	display:inline;
}

/************** Formulare */
/******************************/






/******************************/
/******************** Sidebar */

#sidebar{
	width: 200px;
	float: left;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
	border: 1px solid #EFEFEF;
	border-width: 0 0 1px 0;
	position: relative;
	z-index: 10;
	/* new style
	border-width: 0 0 3px 0;
	-moz-border-radius: 6px;
	*/
}

* html #sidebar {
	position: absolute;
}

#sidebar_bg
{
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: transparent url(images/trans.png);
}

#sidebar_wrapper{
	margin: 0px;
	padding: 0 12px 20px 16px;
	overflow: visible;
	z-index: 9;
}

#sidebar h3{
	text-transform: none;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 20px;
	margin-left: -4px;
}

.sidebar ul li {
	margin-top: 6px;
	margin-bottom: 6px;
}

ul.children li, ul.children li a {
	line-height: 12px !important;
	font-size: 11px;
	padding: 0;
	margin: 0 5px;
}

ul.children {
	margin-bottom: 0px;
}

#sidebar, #sidebar a, #sidebar p{
	font-weight: normal;
	line-height: 18px;
}

#sidebar_head{
	width: 200px;
	height: 230px;
	background: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 0 30px 0;
}

#map_labels {
	position: relative;
}

#map_labels a, #map_labels a:link, #map_labels a:visited {
	position: absolute;
	font-size: 12pt;
	display: block;
	text-decoration: none;
	outline: none;
}

#map_labels a:hover, #map_labels a:focus, #map_labels a:active {
	font-size: 18pt;
}

#map_labels a.color_main {
	font-size: 20pt !important;
	display: block;
	border-width: 0 0 2px 2px;
	color: white !important;
	/*background-color: #679801 !important; **** siehe edit-klon-theme.css*/
	padding: 5px 3px 3px 3px;

	/* for Georgia */
	padding: 0px 3px 8px 3px;
}

/* Max-Width weil sonst lange Woeter zum Umbruch der Sidebar fuehren.
--> Alte Tag-Cloud durch New Tag Cloud Plugin Widget ersetzt.
#tag_cloud {
	overflow: hidden;
	width: 180px;
}

#tag_cloud h1{
	overflow: visible;
}
*/

/******************** Sidebar */
/******************************/





/************************************/
/******************** Startseite */


.kontakt {
	width: 272px;
	background: none;
	float: left;
	padding: 0;
	margin: 15px 0 0 20px;
	overflow: hidden;
}

.kontakt h2 {
	margin-bottom: 25px;
}

.recent_all {
	width: 270px;
	background: none;
	margin-top: 30px;
/*	margin: 30px 0 100px 0;
	margin-bottom: 100px;*/
	float: left;
	position: relative;
}

.recent {
	background: none;
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
	width: 100%;
	border: 0px solid #EFEFEF; /* #EFEFEF; */
	border-width: 1px 0 1px 0;
	/* new sytle
	-moz-border-radius: 6px;
	border-width: 3px 0;
	*/
}


.recent_list_image{
	width: 100px;
	float: left;
	margin: 4px 8px 8px 0;
	padding: 0px;
	background: none;
/*	height: 100%;*/
}

* html .recent_list_image{
	margin: 4px 5px 0 0;
}

.recent_{
	background: none;
	margin: 0;
	padding: 0;
	background: none;
/*	min-height: 50px;*/
}

/******************** Startseite */
/************************************/




/************************************/
/******************** Eintragsliste */

.list{
	margin: 30px 0 30px 0;
	background: none;
	position: relative;
	overflow: hidden;
}

.list_image{
	width: 110px;
	position: relative;
	float: left;
	background: none;
	margin: 8px 0 8px 0;
	overflow: visible;
}

* html .list_image{
	width: 110px;
	position: relative;
	float: left;
	background: none;
	margin: 8px 0 0 0;
	overflow: visible;
}

.list_content{
	background: none;
	margin-left: 130px;
	padding-right: 15px;
	min-height: 110px;
	z-index: 50;
}

.list_content_only{
	background: none;
	min-height: 40px; /* 50px */
}

.list_title{
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 5px;
	background: transparent;
	display: block;
	width: 100%;
}

.list_title a {
	display: block;
	font-weight: bold;
	font-size: 12pt;
	margin-top: 0px;
	padding-left: 5px;
	background: #F4F4F4;
/*	background: #F8F8F8 url(images/grad20.png) repeat-x;*/
}

.list_title a:hover {
	background: #F0F0F0;
}

.list_footer{
	background: #F4F4F4;
/*	background: #F8F8F8 url(images/grad20.png) repeat-x;*/
	display: block;
	width: 100%;
	float: none;
	clear: both;
	padding: 0 0 0 1px;
	margin: 6px 0 0 0;
}

.list_footer p {
	padding-bottom: 0;
	margin-bottom: 0;
}

.list_footer img {
	vertical-align: bottom;
	margin: 0 4px 4px;
}

.dings {
	font-family: Webdings;
}

.EIP_textbox{
	display: inline;
}


/******************** Eintragsliste */
/************************************/



/************************************/
/******************** Detailseite */

.detail_images {
	width: 200px;
	background: none;
	float: left;
}

.detail_image{
	width: 200px;
	margin-bottom: 10px;
	position: relative;
	overflow: visible;
}

.detail_image a, .detail_image a img {
	cursor: url(/wp-content/themes/wordpress_klon_plz/images/zoomin.cur), pointer;
	outline: none;
	border: 0px;
}

.detail_content{
	width: 330px;
	margin-left: 200px;
	background: none;
	padding-left: 40px;
	z-index: 50;
	overflow: visible;
}

* html .detail_content {
	padding-left: 48px;
	width: 367px;
}

.detail_content h3{
	margin-left: -20px;
	margin-top: 0px;
}

.detail_content_block{
	margin: 0 0px 30px 0;
}

a.blocked {
	text-decoration: none;
	padding: 0 4px 0 4px;
	font-size: 11px;
}

a.blocked:hover {
	text-decoration: none;
}

#email_kontakt {
	width: 320px !important;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

* html #email_kontakt {
	width: 310px !important;
}


/******************** Detilseite */
/************************************/


/******************************/
/******************** Kontaktformular - cforms */

.cform {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.cform fieldset	{
	padding: 0;
	border: none;
}

.captcha{
	margin: 5px 0 0 0;
	padding: 0px;
	display: block;
	float: left;
}

.cform .cf_hidden {
	display: none;
	border: none !important;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.cform legend {
	margin: 0;
	padding: 0;
}

.sendbutton, #sendbutton {
	height: 24px;
}

.cform textarea,
.cform input[type=text],
input#cforms_captcha,
input.secinput,
input.single {
	width: 270px;
	padding: 0;
	margin: 0;
}

.cform input[type=checkbox] {
	width: auto;
}

.cform select {
	width: 278px; /* attempt to have equal length */
}

.cform label span{
	display: block;
	width: 150px;
	margin-top: 5px;
}

label.cf-before span {
	display: inline;
}

.cform input.sendbutton	{
	width: 90px;
	padding: 2px;
	margin: 10px 0 0 2px;
	clear: both;
}

.linklove {
	width: 300px;
	margin: 10px 20px 0 0;
	padding: 0;
	font-size: 8px;
	display: none;
}

ol.cf-ol {
	margin: 0 !important;
	padding: 0 0 0 0 !important;
	/*border-top: 1px solid #f2f2f2;*/
}
ol.cf-ol li	{
	background: none !important;
	margin: 0px 0!important; /*some themes may interfere otherwise*/
	padding: 0;
	list-style: none !important;
	text-align: left;
}

img.captcha-reset {
	background: transparent url(images/reload.gif) no-repeat scroll 0 0;
	border: medium none;
	height: 12px;
	margin: 11px 0 10px 105px;
	vertical-align: text-bottom;
	width: 21px;
	display: block;
}

* html img.captcha-reset {
	height: 21px;
	margin: 11px 0 10px 105px;
}

* html ol.cf-ol li	{
	height: 20px;
}

span.reqtxt,
span.emailreqtxt {
	margin: 0px 5px 4px 0px;
	display: block;
	vertical-align:top;
	color: #aaa;
	font-size: 0.8em;
	line-height: 1.2em;
}

.cf_info, .success, .waiting {
	color: red;
}

/******************** Kontaktformular -cforms */
/************************************/





/**************************************/
/******************** WP Snap Lexikon */

ol.snap_nav {
	display: block;
	/*float: left;*/
	clear: both;
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	text-indent: 0;
	list-style-position: outside;
}

ol.snap_nav li {
	display: block;
	float: left;
	padding: 0 12px 10px 0;
}

ol.snap_nav li a {
	font-weight: bold
}

ol.snap_nav li.snap_selected a {
	cursor: text;
}

ol.snap_titles {
	clear: both;
	display: block;
	border: 0;
	list-style: none;
}

/******************** WP Snap Lexikon */
/**************************************/


/**************************************/
/******************** SEO Smart Links */

a.post, a.page {
	border-bottom: 1px solid #888888;
}

a.category {
	border-bottom: 1px solid #6699FF;
}

a.tag {
	border-bottom: 1px solid #66CC66;
}

a.customkey {
	border-bottom: 1px solid #FF9966;
}

/******************** SEO Smart Links */
/**************************************/


/******************************/
/******************** GeoMap */
.content .wp_geo_map {
	float: left;
	margin: 20px 0 0 0;
	border: 0px solid #EFEFEF;
	border-width: 1px 0;
	background-color: #F0F0F0;
}
/******************** GeoMap */
/**************************************/


/******************************/
/******************** Footer */

#footer {
	min-height: 25px;
	max-height: 25px;
	line-height: 15px;
	height: 25px !important;
	height: 25px;
	margin: 40px 0 0 0;
	padding: 0;
	float: right;
	display: block;
	width: 100%;
}

#footer p{
	margin: 3px 0 0 0;
	padding: 0px;
}
/******************** Footer */
/******************************/



