/* @override http://karate-in-berlin.de.dd16436.kasserver.com/wp-content/themes/kib/style.css */

/* CSS */

/* braun #56332C */
/* rot	 #B91521 */
/* gruen #259321 */
/* gelb	 #E1A40F */
/* grau	 #8C8C8E */


html, body, h1, h2, h3, h4, h5, h6, blockquote, p, form {
	margin: 0;
	padding: 0;
}

img, img a:link, img a:visited, { border: none; border-color: #56332C;}

body {
	font-family: "Trebuchet MS",Arial;
	font-size: 13px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background: #FFF;
}

a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #333;
}

a:hover {text-decoration: none; border-bottom: 1px solid;}
a:focus { -moz-outline-style: none; }

hr { 
	background: #FFF;
	border: 0;
	height: 1px;
	margin: 0px auto;
	border-bottom: 1px dotted #999;
	/*background: #FFF url(images/dotted-line.gif) repeat-x 0;*/
	clear: both;
}



/* -------------------------------------------------------------------------------------------------
WRAP
---------------------------------------------------------------------------------------------------*/

#container {
	width: 770px;
	padding: 0px 20px;
	margin: 0px auto 0px;
	background: #FFF;
	position: relative;
}


/* -------------------------------------------------------------------------------------------------
HEADER
---------------------------------------------------------------------------------------------------*/

#header {
	float: left;
	width: 770px;
	height: 90px;
	margin-bottom: 30px;
	padding: 0;
	background: #FFF;
}

#header h1 a {     /* LOGO */
	float: left; 
	width:253px;
	height: 48px;
	overflow: hidden;
	margin-top: 25px;
	border: 0px solid GREEN;
	background: #FFF url(images/logo-koryukan-berlin.gif) repeat-x 0;
	text-indent: -1885px;
}

/* -------------------------------------------------------------------------------------------------
NAVIGATION/SIDEBAR
---------------------------------------------------------------------------------------------------*/

/* Pages */

#pages { 
	/*float: left;*/
}

#pages { /*fixed*/
	position: fixed;
	top: 116px;
}

#pages li {
	list-style-type: none;
}

.pagenav {
	float: left;
	width: 180px;
	margin: 0 10px 5px 0px;
	padding: 0px 0px 20px 55px;
	overflow: hidden;
    background-color: #FFF;
}

.pagenav h2 {
	display: none;
}

.pagenav a:link, .pagenav a:visited {
	font-weight: bold;
	text-decoration: none;
    color: #333;
    border: none;
}

.pagenav ul {
	font-size: 20px;
	font-style: italic;
	margin: 0px;
	padding: 0px 0 0px 0;
}


.pagenav ul li {
	border-bottom: 0px dotted #999;
	margin-top: 1px;
}

.pagenav ul li a {        
	padding: 2px 0px 2px 0px;  /* Einrückung */
	margin: 0;
	background-color: #FFF;
	display: block;
	_height: 10px;  /* stupid IE */
}

.pagenav ul li .current_page_item a {
	color: RED;
}


/* Level 2 */

.pagenav ul li ul {
	border-bottom: 5px solid #FFF;
	margin-left: -20px;
}

.pagenav ul li ul li a {
	font-size: 20px;
	font-weight: normal;
	padding-left: 0px;
    text-decoration: none;
    border: none;
}

.pagenav ul li li { 
	background-color: #FFF;
	padding-left: 20px;
}

.pagenav ul li a:hover {
	background: #FFF;
	text-decoration: none;
	/*color: #B91521;*/
	padding-left: 20px;
}

.current, .pagenav .current_page_item a, .pagenav ul .current_page_item a:hover {
	color: #259321; /*green*/
    background: #FFF;
}

.current_page_parent a {
	color: #259321; /*green*/
}

#red .current_page_parent a, #red .current_page_item a { color: #B91521; }
#green .current_page_parent a, #green .current_page_item a { color: #259321; } /*standart*/
#yellow .current_page_parent a, #yellow .current_page_item a { color: #E1A40F; }
#brown .current_page_parent a, #brown .current_page_item a { color: #56332C; } 

.pagenav ul li.current_page_item a {
	text-decoration: none;
	padding-left: 20px;
}

/* Level 2 inactive */
.pagenav ul li.current_page_item ul li.page_item a {
	text-decoration: none;
}

.pagenav ul li.current_page_item ul li.page_item a:hover {
	color: green;
	padding-left: 40px;
}

/* Level 2 active */
.current_page_parent .current_page_item a {
		text-decoration: underline;
}

/*Show only child pages of active parent*/

#pages ul ul {
	display:  none;
}

.pagenav ul ul li a:link, .pagenav ul ul li a:visited {
	   	font-weight: normal;
}

#pages .current_page_item ul, 
#pages .current_page_parent ul {
	display:  block;
	margin-left: -20px;
}

#pages .current_page_item ul {
	margin-left: -40px;
}


/* Custom Menu Highlighting */

.pagenav li.kontakt a:link, .pagenav li.kontakt a:visited,
.pagenav li.links a:link, .pagenav li.links a:visited,
.pagenav li.impressum a:link, .pagenav li.impressum a:visited {
	color: #999;
}

.pagenav li.kontakt.current_page_item a, .pagenav li.kontakt.current_page_item a:visited,
.pagenav li.links.current_page_item a, .pagenav li.links.current_page_item a:visited,
.pagenav li.impressum.current_page_item a, .pagenav li.impressum.current_page_item a:visited {
	color:  #56332C; /*brown*/
}

.page-item-25 a { /* Training > Erwachsene */
	/* color:  #E1A40F; */
}

.page-item-35 { /* Kontakt */
	padding-top: 20px;
}

/* -------------------------------------------------------------------------------------------------
CONTENT
---------------------------------------------------------------------------------------------------*/

#content {
	float: right;
	width: 520px;
	margin: 0 0px 0 0px;
	padding: 0 0 0 0px;
	min-height: 400px;  
	height: auto !important;
	height: 400px;
	background: #FFF;
}

#content p {
	padding: 0px 0 10px 0px;
}

#content h1 {
	letter-spacing: -0.4px;
	font-weight: bold;
	font-style: italic;
	font-size: 21px;
	line-height: 33px;
	padding: 0px 0 10px 0px;
	color:  #259321; /*green*/
}

#content h1.eng { /* do the trick with the margin*/ 
	padding-bottom: 0px;
	margin-bottom: 0;
}

#content h2 {
	font-size: 14px;
	line-height: 24px;
	padding: 0px 0 12px 0px;
	color:  #259321; /*green*/
}

 #content h1 a, 
 #content h2 a {
    color: #259321; /*green*/
}

#content h3 {
	font-size: 13px;
	padding: 3px 0 3px 0px;
	margin: 0px 0 10px 0px;
    border-bottom: 0px solid #CCC;
}

#content h4 {
	font-size: 13px;
	padding: 0px 0 5px 0px;
}

#content h5 {
	font-size: 13px;
	color: #666;
}

#red #content h1,
#red #content h2,
#red #content h3 {
color: #B91521;
}


#green #content h1,
#green #content h2,
#green #content h3 {
color: #259321; /*green*/
}

#yellow #content h1,
#yellow #content h2,
#yellow #content h3 {
color: #E1A40F;
}

#brown #content h1,
#brown #content h2,
#brown #content h3 {
color: #56332C;
}

/* Images */

#content img, #content .imageframe img { border-color: #259321; } /*green*/
#red #content img, #red #content .imageframe img { border-color: #B91521; }
#green #content img, #green #content .imageframe img { border-color: #259321; }
#yellow #content img, #yellow #content .imageframe img { border-color: #E1A40F; }
#brown #content img, #brown #content .imageframe img { border-color: #56332C; }


#content img, /*all img thick border*/
#content img.bild-dicker-rand,
#content img.size-medium,
#content img.size-full { /*full size image*/
	border-width: 10px;
	border-style: solid;
}

#content img.size-thumbnail,
#content img.thumbnail { /*thumbnail size image*/
	border-width: 2px;
	border-style: solid;
}


#content .imageframe img {
	margin-bottom: 3px;
}

.imagecaption {
	margin-bottom: 10px;
	overflow: hidden;
}

#content a:hover img {
	border-color: #333;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

a.more-link { font-style: italic; }


/* POST ------------------------------------------------------*/

.post {
clear: both;
}

.postinfo{
	font-size: 11px;
	color: #999;
	padding: 2px 0 5px 0;
        border: 0px solid red;
}

.postinfo a {
	color: #999;
}

.postdate{ color: #999; }


p.postmetadata { /* Tags */
	font-size: 11px;
	border-top: 1px dotted #CCC;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
	font-family: Helvetica, Arial;
}

p.postmetadata strong { /* Add comment */
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.navigation {
	padding: 10px 0px 20px 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
}

.navigation div.left {
	float: left;
	width: 255px;
}

.navigation div.right {
	float: right;
	width: 255px;
	text-align: right;
}

/* ENTRY ---------------------------------------------------*/

.entry {
	line-height: 22px;
	padding: 0 0 0px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #CCC;
}

.page .entry {
	border-bottom: none;
}

.entry.single {
	padding: 0 0 10px 0;
	margin: 0 0 0px 0;
}


/* List */

.entry ul, .entry ol { 
	border: 0px solid PINK;
	margin: 0 0 15px 30px; 
	padding: 0;
}
	
.entry ul li { 
	list-style-type: none;
	padding-left: 16px;
	background: #FFF url(images/bullet-list.gif) no-repeat left 6px;
}
	
.entry li { 
	margin: 0 0 0px 0; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}

.entry .punktbullets li { /* Listen mit Bullets */
	background-image: none;
	list-style-type: disc;
	padding-left: 1px;
}


/* Image */

.entry img.left { 
	padding: 6px; 
	margin: 0.5em 15px 0.5em 0; 
	border: 1px solid #ccc;
	background: #eee;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 1px solid #CCC;
	background: #eee;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: 1px solid #ccc;
	background: #eee;
	float: none; 
	clear: both; 
}
	
.entry img.off { 
	padding: 0 !important; 
	border: none !important; 
}
		
.entry img.stack { 
	clear: none !important; 
}


/* -------------------------------------------------------------------------------------------------
FORM
---------------------------------------------------------------------------------------------------*/  

legend { display: none;}

form p img { /* remove border from CAPTCHA image */
	border: none;
}

form label {
    font-size: 12px;
}



/* -------------------------------------------------------------------------------------------------
COMMENT FORM
---------------------------------------------------------------------------------------------------*/

p.gb-eintragen {
	font-size: 16px;
}

#comment-form {   /* fieldset */
	border: 1px solid #CCC;
	padding: 15px 15px;
	background: #F1F1F1;
	margin: 0 0 15px 0;
}

#comment-form .submit input {  /*Button*/
	border: 1px solid #999;
	background: #ABABAB url(images/button-bg.gif) repeat-x top left;
	padding: 5px 12px;
}

#comment-form label {
	margin-bottom: 5px;
	display: block;
}

#comment-form textarea {
        font-family: Arial,Helvetica;
        width: 400px;
        font-size: 12px;
        padding: 5px;
        vertical-align: top;
}

.comments-template ol {
	margin: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	line-height: 18px;
	margin: 10px 0 10px 0;
}

.comments-template h2, .comments-template h3 {
	font-size: 16px;
	padding: 10px 0 30px 0;
}

.commentlist li {
        margin-bottom: 10px;
        border-top: 1px solid #9FD1E9;
        border-bottom: 1px solid #C9E5F3;
        background: #E5F3F9;
}
.commentlist {
	list-style: none; /*no numbering*/
        padding: 0;

}

.commentlist p { /*comment text*/
        margin: 0 10px 0 40px;
        font-size: 12px;
        line-height: 17px;
}

.commentmetadata {   /*Author,Date,Time*/
	font-size: 11px;
        padding: 10px 0 10px 15px;
        border-bottom: 1px solid #9FD1E9;
        background: #C9E5F3;
}

.commentmetadata strong { /*Author*/
	font-size: 12px;
}

#content .commentmetadata p {  /*Meldung Moderation*/
    margin: 8px 10px 0 5px;
    padding: 5px 10px;
    color: GREEN;
    background: LIGHTGREEN;
    font-weight: bold;
    font-size: 12px;
}

.comments-template p.nocomments {
	padding: 0;
        display: none;  /*Comments off*/
}

/* Kontaktformular */

.wpcf7 form {
	border: 1px solid #CCC;
	padding: 15px 15px;
	background: #F1F1F1;
	margin: 0 0 15px 0;
}

.wpcf7 form textarea {
        width: 400px;
	padding: 5px;
        font-family: Arial;
        font-size: 12px;
        font-weight: normal;
}

.wpcf7 .submit input {  /*Button*/
	border: 1px solid #999;
	background: #ABABAB url(images/button-bg.gif) repeat-x top left;
	padding: 5px 12px;
}

#content form p img { /* remove border from CAPTCHA image */
border: none;
}


/* -------------------------------------------------------------------------------------------------
FOOTER
---------------------------------------------------------------------------------------------------*/

#footer {
	float: right;
	width: 520px;
	height: 40px; /* 50px ohne padding */
	text-align: left;
	padding-top: 10px;
	border: 0px solid RED;
}

#footer a {
	color: #999;
	font-family: Arial;
	font-size: 10px;
	border: none;
}

#footer a:hover {
	color: #333;
}




/* -------------------------------------------------------------------------------------------------
MISC
---------------------------------------------------------------------------------------------------*/   

/* Clearfix */

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

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


.accessibility, .sidebar hr {  /* hr */
   position: absolute;
   top: -999em;
   left: -999em;
}



.bearbeiten-link a { /*logged in*/
    background: beige;
    padding: 3px;
}
