/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

/* ++ Erzwingen vertikaler Scrollbalken in Netscape, Firefox und Safari Browsern ++ */
html { height: 100% }
body { min-height: 100.1% }

/* ++ Randbereiche & Seitenhintergrund ++ */
body { background-color: #cccccc /*url("images/bg.gif") top center repeat-y; padding: 0 0*/;
    	background-image: url('images/bg.gif');
   		background-position: top center;
    	background-repeat: repeat-y; }

/* Zentrieren des Layouts & Setzten der Schrift ++ */
body { font-family: /*'Trebuchet MS',*/ Verdana, Helvetica, Arial, sans-serif;
		font: 75%; /* Resets 1em to 10px */
		color: #444444;
		text-align: center;
		margin: 0 0 30px; }
	
/* ++ Entfernen des Seitenrandes & Setzen der Breite ++ */


.columns-two #page { border: none;
	width:900px;
	padding-top: 0; }
body.columns-two #primary-wrapper {
	float:left;
	margin-right:-245px;
	width:100%;
}
		
		
		
		
/* ###########################*/
/* ###### HEADERBEREICH ######*/
/* ###########################*/

/* ++ Eigentschaften des Headerbereichs ++ */
#header {
    padding: 0;
    margin: 0;
    position: relative;
    height: 200px;
/*	background: url('images/banner_001.png'); */
	}
	
#header img {
	border: none;
}
	
/* ++ Navigationsmenue im Header ++ */
/* - Ändern der Schift & Rand unten - */
ul.menu {
    border-bottom: 1px solid #193F33;
    font-size: 1.3em;
	position: absolute;
	left: 0px;
	width: 96.5%;
	height: 16px;
    font-weight: bold;
	}
    
ul.menu li {
	display: inline;
    }
        
/* - Entfernen der Abgerundeten Ecken - */
ul.menu li a {
    padding: 4px 10px 6px;
    color: #193F33;	
	background: transparent;
	text-decoration: none;
	text-align: center;
    -moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	}

/* - Inaktive Elemente - MouseOver (#660066) und Schiftfarbe (weisse) - */
ul.menu li a:hover,
ul.menu li a:focus,
ul.menu li a:active {
	background: #193F33;
	color: #AEC700;
	border-top: 1px solid #193F33;
	text-decoration: none;
	}
    
/* - Aktives Element - Schriftfarbe (#FF6600) & Hintergund (weiss) & Rand (#660066 bzw. weiss) - */
ul.menu li.current_page_item {
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #193F33;
	border-left: 1px solid #193F33;
	border-right: 1px solid #193F33;
	padding: 4px 10px 6px;
	margin-bottom: -1px;
	}
	
	
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	border: 0;
	background: #FFFFFF;
	padding: 0;
	color: #193F33;
	}

ul.menu li.current_page_parent {
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
	text-align: center;
	color: #193F33;
    border-top: 1px solid #193F33;
    border-left: 1px solid #193F33;
    border-right: 1px solid #193F33;
    padding: 4px 10px 6px;
	margin-bottom: -1px;
	}

ul.menu li.current_page_parent a,
ul.menu li.current_page_parent a:hover {
	border: 0;
	background: #FFFFFF;
	padding: 0;
	color: #193F33;
	}



/* - Login verschieben nach Rechts - */
.admintab {
	visibility: hidden;
    font-size: 13px;
    font-weight: bold;
	padding: 4px 10px 6px;
	position: absolute;
    right: 5px;
	top: 1px;
	margin: 0;
    }

/* ###########################*/
/* ###### HEADERBEREICH ######*/
/* ###########################*/
	
.content {
	padding: 0 10px 10px;
	}
    
/* - ...der Content-Spalte auf 580px - */
#primary {
	position: relative;
	float: left;
	width: 610px;
    padding: 0;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 20px;
	margin-bootom: 10px;
	}
	
#sidebar-1 {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	background:#F1EFE4 none repeat scroll 0 0;
	border-bottom:1px solid;
	border-left:1px solid;
	border-right:1px solid;
	padding-bottom:20px;
	margin-bottom:20px;
	width:220px; 
	}

/* ###########################*/
/* ###### ÜBERSCHRIFTEN ######*/
/* ###########################*/

h2, h3, h4 { font-family: /*'Trebuchet MS',*/ Verdana, Helvetica, Arial, sans-serif; }

h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:hover, h4 a:visited,
h5, h5 a, h5 a:hover, h5 a:visited { color: #193F33 !important; }

h3 a:hover { color:#E59000 !important; }
    
/* - Ueberschrift der statischen Seiten - */      
h2 { text-align: center;
     /*text-decoration: underline; */
	 font-size: 2.0em;
     font-weight: normal;
	 letter-spacing: -1px; }

/* - Ueberschrift der Artikel - */    
h3 { margin-top: 45px;
	 font-size: 2.1em;
	 font-weight: normal;
	 letter-spacing: -1px; }
    
/* - Ueberschift "Wie viele Kommentare" & "Kommentar abgeben" */
h4 { font-size: 2.0em;
	 font-weight: normal;
	 letter-spacing: -1px; }

/* - Ueberschift "Impressum" */
h5 {
	line-height: 0.6em;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -0.1px;
	color: #999999;
	margin-top: 30px;
	margin-bottom: 0px;
	}	 
	 

/* ###########################*/
/* ######### SYMBOLE #########*/
/* ###########################*/
.entry-edit a { background: url('images/pencil.png') left center no-repeat; }
.comment-edit a { background: url('images/comment_edit.png') left center no-repeat; }
.meta-start { background: url('images/time.png') left top no-repeat; }
.commentslink { background: url('images/comment.png') left center no-repeat; }
.commentslink2 { background: url('images/comment.png') right center no-repeat; }
.quoter_comment { background: url('images/comment.png') left center no-repeat; }
.entry-tags { background: url('images/tag_blue.png') left center no-repeat; }
#commentlist li .comment-meta { background: url('images/time.png') left center no-repeat; }
li.bypostauthor blockquote { background: url('images/quote.png') no-repeat 10px 0; }
blockquote { background: url('images/quote.png') no-repeat 10px 0; }
#searchreset { background: url('images/reset-fff.png') center center no-repeat; }



/* ###########################*/
/* ######### Sidebar #########*/
/* ###########################*/
#search-4, #meta-3, #recent-comments, #mycategoryorder-2 {
	margin: 0px;
	padding: 0 0 2px;
	background-color:#FFFFFF;
	border-left:1px solid;
	border-right:1px solid;
	}
	
/* - Überschiften in den Sidebar - */
#search-4 h4, #meta-3 h4, #recent-comments h4, #mycategoryorder-2 h4 {
	font-size: 17px;
	font-weight: normal;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 10px;
	letter-spacing: -1px;
	}
		
.secondary div {
	margin: 0px;
	padding: 0px;
	position:relative;
}

.top-search-4,
.top-meta-3,
.top-recent-comments,
.top-mycategoryorder-2 {
	background: url('images/top.png') top center no-repeat;
	height:12px;
}

.down {
	background: url('images/bottom.png') bottom center no-repeat;
	height:15px;
	margin-bottom:10px !important;
}
.downtxt {
	background:none;
	height:0px;
}
	
.secondary ul, .secondary ol {
	padding-left:15px;
	}
.secondary ul li, .secondary ol li {
	margin-top: 3px;
	margin-bottom: 3px;
	}
.secondary ul ul, .secondary ol ol {
	margin-top:0px;
	}
	
.secondary a {
	line-height: 130%;
    font-size: 11px;
    margin-left: 0px;
    text-decoration: underline;
	color: #193F33;
    }

.secondary span a, .secondary span a:visited {
	color:#193F33;
	margin-left:10px;
}

.cat-item a {
	margin-left:0px !important;
}


/* ###########################*/
/* ########## SUCHE ##########*/
/* ###########################*/
#search-4 {
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	background-color:#FFFFFF;
	border-top: none;
	margin-top:-14px;
	padding-top:10px;
	width:218px;
	}

#searchform {
	display: block;
	position: relative;
	height: 20px;
	width: 220px;
	padding-left: 10px;
	paddin
	}
		
#s {
	font-size: 10px;
	width: 135px;
	}
	
input {
	margin-left: 2px;
	font-size: 10px;
	width: 50px
	}	

/* ###########################*/
/* ####### META-WIDGET #######*/
/* ###########################*/
#text-3, #text-3 div {
	margin: 15px 0 0;
	padding: 0;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	background-color:#FFFFFF;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;	
	}

/* ###########################*/
/* ####### META-WIDGET #######*/
/* ###########################*/
	
#meta-linkz {
	padding-left: 10px;
}
	
#feed-icon {
	background: url('images/feed.png') left center no-repeat;
}
	
/* ###########################*/
/* ####### KATEGORIEN ########*/
/* ###########################*/
#mycategoryorder ul .children {
	margin-left: 12px;
	}	
	
#mycategoryorder .children li {
	list-style-image: url('images/category_sym.png');
	}


/* ###########################*/
/* #### LETZTE KOMMENTARE ####*/
/* ###########################*/
/* - Abstand "Letzte Kommentare" - */  
#recent-comments ul li {
	width: 185px;
	margin-left: 0px;
}

#recent-comments a {
    margin-left: 0px;
	font-size: 11px;
	color: #193F33;
    }

/* ###############################*/
/* # KOMMENTARE "NORMALE" NUTZER #*/
/* ###############################*/
.no-user {
	border:2px dotted #F0F0F0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:10px 0 0;
	padding:15px 15px 15px;
	font-size: 11px;
	line-height: 20px;
}


/* ###############################*/
/* ####### CONTENTBEREICH ########*/
/* ###############################*/
/* - Abstand oben auf statischen Seiten - */ 
.beitrag-back {
	margin-top:15px;
	}
.beitrag-back2 {
	margin-top:5px;
	}

.page-head {
	margin: 0;
	}
.page-head h2 {
	margin-top: 25px;
	}
.archivepages {
	color:#666666;
	display:block;
	font-size:0.45em;
	font-weight:normal;
	letter-spacing:0;
	margin-top:2px;
	text-transform: none;
}	
	
	
/* ++ Links allgeimen ++ */
/* - MouseOver bei Links im Contentbereich und Sidebar - */
#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover,
#recent-comments a:hover {
	text-decoration: none;
    color: #E59000;
	}
    
/* - Mouseover bei Titel der statischen Seiten - */
h2 a:hover, h2 span a:hover, h2:hover {
    text-decoration: none;
	color: #193F33;
	}

/* - Farbe bei "Edit" auf statischen Seiten - */    
a {
	color: #193F33;
	text-decoration: none;
	}
  
  
/* - MouseOver bei "Edit" auf statischen Seiten - */

.entry-content a:visited {
	color: #193F33;
	}
	
.entry-content ul {
	list-style: disc;
	}
	
.entry-content {
	text-align: left;
	margin-bottom:0px;
}
	
#meta li {
	margin-left: 10px;
	}
		
#meta ul li a {
	margin-left: 0;
	}

.hentry {
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 0px;
	}
	
/* - Abstand des Artikels nach oben - */
.entry-title {
	margin-top: 30px;
	padding-top: 0px;
    }
    
/* - Abstand zw. Titel & Metadaten - */
.entry-meta {
	position: relative;
    display: block;
/*	border-top: 1px dotted #193F33; */
/*	border-bottom: 1px dotted #193F33; */
	}
	
.entry-meta a {
	color: #193F33;
}

.entry-meta a:hover {
    color: #E59000;
}

    
/* - Farbe der "Standard"-Metadaten - */    
.meta-prep, .meta-start, .entry-meta, entry-date, .entry-tags { 
    color: #333333;
    }
	
.entry-tags a,
#tag-cloud a {
	text-transform:none;
    }
#tag-cloud a {
	padding-left:5px;
	padding-right:5px;
}
    
.entry-meta a.commentslink {
    color: #193F33;
    }

/* - Farbe der Metadaten: Autor, Kategorie, Tags - */    
.entry-author a,
.entry-categories a,
.entry-tags a {
    color: #193F33;
    }

/* - Abstand & Farbe der Metadaten: Edit - */ 
.entry-edit a {
    color: #193F33;
    }

.meta-authorpost-print {
	background:transparent url('images/printer.png') no-repeat scroll right top;
	float:right;
	font-size:13px;
	padding-bottom:1px;
	position:absolute;
	right:6px;
	top:4px;
	z-index: 100;
}
.meta-authorpost-print2 {
	font-size:10px;
	padding-right:20px;
	}
		
.entry-print {
	margin-left: 33px;
	}

.entry-meta h4 {
	margin-top: 25px;
	margin-left: 2px;
	top: 20px;
	font-size: 16px;
	}
		
.entry-comments {
	margin-top: 30px;
	}

/* - Schiftfarbe des "Artikels" - */    
.entry-content {
    line-height: 1.4em;
    color: #333333;
	padding-top: 0px;
	font-size:11px;
    }

.more-link,
.more-link a,
.more-link a:visited {
	color:#193F33;
	font-weight:bold;
	padding-left: 5px;
}
.more-link a:hover {
	color: #BB4411;
}

.entry-weiterlesen {
	font-size:10px;
	text-decoration: none;
	background-image: url('images/verlauf.png');
	margin-top: -8px !important;
	padding: 5px;
	border-bottom: 1px solid #193F33;
}
.more-link-box,
.more-link-box a {
	font-size:10px;
	color: #193F33 !important;
	text-decoration: none;
	margin-left: 5px;
}
.more-link-box a:hover {
	color: #E59000 !important;
}

.commentslink2 {
	padding-right: 20px;
	margin-right: 7px;
}
    
/* ++ Kommentare unter dem Artikel ++ */
/* - Position & Frabe "Rss" & "Trackback" */ 
   
.commentsrsslink {
	background: none;
	padding: 0px;
	margin-right: 0px;

	background: url('images/feed.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	margin-right: 10px;   
	height: 16px; 
	} 
		
.trackbacklink {
	background: url('images/arrow_refresh2.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
	} 

.commentsrsslink a, .trackbacklink a {
	color: #193F33;
	padding: 2px;
	} 

.comment-meta a {
    color: #193F33;
    }

#commentlist {
	margin: 10px 0 20px;
	position: relative;
	}

#commentlist li {
	margin: 10px 0 0;
	padding: 15px 15px 5px;
	list-style: none;
	border: 2px;
	border-style: dotted;
	border-color: #F0F0F0;
	}
		
#comment {
	width: 600px;
	}	
	
#submit {
	margin-top: 10px;
	}
	
.comment-error {
	font-size: 12px;
	background-color: #F0F0F0;
	text-align: center;
	}	

.comments #commenterror {
	display: none;
	letter-spacing: 0.1em;
	font-weight: bold;
	line-height: 2.0;
	text-align: center;
	padding: 0px;
	color: #E59000;
	background-color: transparent;
	}

#comment-preview {
	font-size: 12px;
	background: #f0f0f0;
	padding: 15px;
	line-height: 1.8em;
	}
	
.commentauthor a {
	font-weight: normal;
	letter-spacing: 0.01em;
	}

/* ###########################*/
/* ##### BLÄTTERFUNKTION #####*/
/* ###########################*/
.pagebar {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	margin-top: 50px;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	text-align:center;
	text-decoration: none;
}

.pagebar a,.pageList .this-page {
	border:1px solid #193F33;
	margin-left:1px;
	margin-right:1px;
	padding:0.3em 0.5em;
	text-decoration:none;
	color: #193F33;
	}

.pagebar a:visited {
	border: 1px solid #193F33;
	text-decoration: none;
	padding: 0.3em 0.7em;
}

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

.pagebar .this-page {
	background:#193F33 none repeat scroll 0 0;
	border:1px solid #193F33;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding:0.3em 0.4em;
}

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

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

/* ###########################*/
/* ######## WP-POLLS #########*/
/* ###########################*/
.wp-polls p {
	width:98%;
}

.wp-polls p {
	margin-top:6px;
	margin-bottom:6px;
}

.wp-polls-ans {
	margin-top:6px !important;
	margin-bottom:6px !important;
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}

.wp-polls-ans ul {
	padding-left: 15px;
	margin-top:6px;
	margin-bottom:6px;
}

.wp-polls-ans INPUT {
	width: 15px;
}

.wp-polls .Buttons {
background-color:#F3F6F8;
border:1px solid #C8C8C8;
width:80px;
}

/* ###########################*/
/* ####### IMG CAPTION #######*/
/* ###########################*/
a[rel~="attachment"] img, .gallery a img, .wp-caption {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#F1EFE4;
	border:1px solid #666666;
	padding:3px;
	text-align:center;
}

a[rel~="attachment"] img:hover, .gallery a img:hover, .wp-caption:hover {
	border:1px solid #666666;
	padding:3px;
}

/* ###########################*/
/* ####### ARCHIVSEITE #######*/
/* ###########################*/
#tag-cloud {
	line-height:1.7em;
	text-align:center;
}


/* ###########################*/
/* ###### KONTAKTSEITE #######*/
/* ###########################*/
.ansprech-panel { height: 220px; }
.ansprech-panel h4 { margin-top: 0px;	}	
	 
.ansprech-karstadt { margin-top: 0px; }
.ansprech-karstadt h4 { margin-top: -15px;	}

#kservice { text-align:right; }

#kontakt1 { position: absolute;
			width: 285px; height: 100px;
			border: 1px solid #193F33;
			top: 125px;
		}
		
#kontakt2 { position: absolute;
			width: 285px; height: 100px;
			border: 1px solid #193F33;
			margin-left: 295px;
			top: 125px;
		}		
		
		
.kbild { height:92px;
left:4px;
position:absolute;
top:-9px;
width:70px;
		 
	}
	
.ktext { left:85px;
position:absolute; width: 195px; }

.ktext ul { margin-left: 0px;
			list-style:none; }
				
.ktext ul li { margin-left: -35px;}

.ktext ul li .ktelefon { padding-left: 20px;
			background:transparent url(images/telefon.gif) no-repeat scroll 0; 
			font-size: 11px; position: absolute; top: 35px;}

.kname { font-size: 12px; position: absolute; top: -5px;  }

.ktext ul li a { font-size: 11px;
					padding-left: 20px; }
		
.ktext ul li.kemail { background:transparent url(images/mail.gif) no-repeat scroll 0; font-size: 11px; position: absolute; top: 60px;}

	
/* ###########################*/
/* ######### FOOTER ##########*/
/* ###########################*/
#footer {
	position: relative;
	/*position: inherit;*/
	/*position: static;*/
	/*left: 391px;*/
	width: 900px;
	height: 0px;
	margin-top: 0; /*40px;*/
	border-top: 1px solid #193F33;
	clear: both;
	padding: 0;
	text-align: center;
	color: #193F33;  /*  #777 - Original */
	}

#footer p {
	margin-top: 5px;
	line-height: 1.1em;
	}

#footer a {
	color: #193F33;  /*  #888 - Original */
	border-bottom: 1px solid #193F33;   /*  #888 - Original */
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: #E59000;  /*  #000 - Original */
	}

.imageframe { width:248px; margin-left:7px; margin-right:7px; margin-top:7px; }
.imagecaption { font-style:italic; text-align:center; margin-top:4px !important; }
