/* Hack for IE to display the margin on #right properly */
* html #right {width:597px;}

/* Body Styles */

body
{
margin: 20px;
background: #434343;
font-size: 11px; 
color: white; 
line-height: 1.5em;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif
}

p
{
margin: 5px 0 5px;
padding: 0;
}

h1
{
margin: 1px 0 0 0;
padding-bottom: 2px;
color: #ffcc00;
font-size: 14px;
border-bottom: 1px solid #ffcc00;
background: inherit;
}

a{color: #fff; text-decoration: none; background: inherit;}
a:hover {color: #ffcc00; text-decoration: none; background: inherit;}

ul
{
color: #fff;
list-style-type: none;
padding-left: 10px;
margin: 0 0 5px;
background: inherit;
}

li
{
font-weight: normal;
text-transform: lowercase;
padding: 0;
}

blockquote
{
width: 30em;
margin: 0 0 0 10px;
padding: 5px;
border-left: 1px solid #666
}

/* Main box  surrounding everything*/

#outer
{
margin: 0 auto;
width: 760px;
overflow:auto;
border: 1px solid #222;
background-color: #333;
color: #fff;
}

/* Below is everything inside of #outer*/

/* The path box e.g. /root/path */

#location
{
width: 750px;
margin: 5px 5px 0;
background: inherit;
color: inherit;
border-bottom: 10px solid #333;
font-size: 10px;
}

/* The left column (nav) */

#left
{
margin: 0;
float: left;
width: 148px;
}

/* The right column (content) */

#right
{
float: right;
margin: 5px 5px 5px 20px;
width: 580px;

}

#right a{color: #ffcc00; text-decoration: none; background-color:inherit;}

/* Div classes Styles */

div .orange /* This is the orange bars that are on top of the main box and navs */
{
height: 5px;
border-bottom: 1px solid #222;
background-color: #fc0;
color: inherit;
font-size: 0;
}

.navouter{
border: 1px solid #222;
width: auto;
font-size:9px;
margin: 5px 0 5px 5px;
background-color: #727272;
color: inherit;
}

.navunder{
border: 1px solid #222;
width: auto;
font-size:9px;
margin: 5px 0 5px 5px;
background-color: #727272;
color: inherit;
}

.navheader
{
background-image: url(../images/logo_kl.jpg);
width: auto;
border-bottom: 1px solid #222;
padding: 40px;
margin-bottom: 5px;
text-align: center;
font-weight: bold;
background-position: center;
background-repeat: no-repeat;
}

.navcontent
{

padding: 1px 0px;
margin:none;
color: #fff;
font-size:11px;
font-weight:bold;
background-color: #727272;
overflow: hidden;
}

.navnews
{
padding: 5px;
margin:none;
color: #fff;
font-size:11px;
font-weight:bold;
background-color: #727272;
overflow: hidden;
}

/* This is for inserting code */
.code
{
margin: 0 0 5px 10px;
padding: 10px;
width: 30em;
font-family: helvetica, monospace;
font-size: 10px;
line-height: 150%;
text-transform: lowercase;
background-color: #333;
color: inherit;
border: 1px dotted #666;
}

.htimeauth
{
display:block;
margin: 0;
padding: 0;
text-align:left;
font-size: 10px;
color: #666;
background-color: inherit;
}

.navcontent a {
display:block;
background-color: #666;
color: inherit;
width:148px;
height:30px;
border-bottom: 1px solid #222;
padding-top: 5px;
padding-left: 2px;
text-indent: 2px;
font-weight: bold; 
margin: 5px 0px 2px 0px;
vertical-align: 50%;
}


.navcontent a:hover, .navcontent a.level2-no:hover{
  color:#fc0;
  background:#A9A9A9;
}

.navcontent a.level1-act {
  background:#666;
  color:#fc0;
  width:148px;
}

.navcontent a.level2-no {
  font:11px verdana, sans-serif;
  background:#666;
  margin-left:10px;
  width:138px;
  height:20px;
}

.navcontent a.level2-act {
  font:11px verdana, sans-serif;
  background:#666;
  color:#fc0;
  margin-left:10px;
  width:138px;
  height:20px;
}


.navunder a {
display:block;
background-color: #666;
color: inherit;
width:140px;
height:20px;
border-bottom: 1px solid #222;
padding-top: 5px;
padding-left: 2px;
text-indent: 2px;
font-weight: normal; 
margin: 5px 0px 2px 0px;
vertical-align: 50%;
}


.navunder a:hover, .navunder a.level2-no:hover{
  color:#fc0;
  background:#A9A9A9;
}

.navunder a.level1-act {
  background:#666;
  color:#fc0;
  width:140px;
  height:20px;
}

.navunder a.level2-no {
  font:11px verdana, sans-serif;
  background:#666;
  margin-left:10px;
  width:130px;
  height:20px;
}

.navunder a.level2-act {
  font:11px verdana, sans-serif;
  background:#666;
  color:#fc0;
  margin-left:10px;
  width:130px;
  height:20px;
}
/*------Gästebuch formatieren formatieren------*/

    .tx-veguestbook-pi1 {
      font-size:100%;
    }
  
    /* error handling */
	.tx-veguestbook-pi1 p.tx-guestbook-form-error {
		font-weight:bold;
		color: #F70000;
	}
	
	/* display of result count */
	.tx-veguestbook-pi1 .tx-guestbook-result {
		font-weight:bold;
		float:left;
	}
	
	/* pagination */
	.tx-veguestbook-pi1 .tx-guestbook-pagination {
		font-size:90%;
		font-weight:bold;
		float:right;
	}
	
	/* styles for list mode */
	.tx-veguestbook-pi1 h2.tx-guestbook-header {
		clear:both;
		background:#666;
		color:#FFF;
		display:block;
		font-size:100%;
		font-weight:bold;
		padding: 1em;
		width: 50em;
		/*width: 35em;*/
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left {
		float:left;
		width:13em;
		background: transparent;
		min-height:4em;
		padding: 1em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left {
		height:4em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left p {
		color:#333;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-right {
		float:left;
		width:35em;
		padding: 1em;
		background:#666;
		color:#FFF;
		
		
	}
	
	/* styles for latest mode */
	.tx-veguestbook-pi1 .tx-guestbook-latest p,
	.tx-veguestbook-pi1 .tx-guestbook-right p {
		color: White;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date,
	.tx-veguestbook-pi1 .tx-guestbook-right p.tx-guestbook-date {
        font-weight: bold;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-right h3 {
		font-size:100%;
		color: #F70000;
		font-weight:bold;
		background:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment {
		font-size:100%;
		color:white;
		font-style: italic;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest {
		display:block;
		padding:0.25em;
		clear:both;
	}
	
	/* form styles */
	.tx-veguestbook-pi1 .tx-guestbook-field {
		clear:both;
		width:100%;
		display:block;
		padding: 1em 0;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field label {
		clear: both;
		display: block;
		float: left;
		width: 10em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
		float:left;
		width:10em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
		float:left;
		width:20em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
		width: 30em;
		display: block;
		float: left;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
		color:#990000;
	}
	
	.tx-veguestbook-pi1 fieldset {
		border:none;
	}
	
	.tx-veguestbook-pi1 legend {
		display:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap {
		float:left;
		display:block;
		background:#F7F7F7;
		border:1px solid #CCC;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-freecap {
		margin-left:2.25em;
	}
 
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap img {
		float:left;
		display:block;
		padding-left:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap input {
		float:left;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap label {
		clear:both;
		display:block;
		float:none;
		width:10em;
		margin-bottom:0.5em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap p {
		font-size:75%;
		padding:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap h3 {
		display:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap span.tx-srfreecap-pi2-cant-read {
		color:#990000;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-clear {
		clear:both;
		display:block;
	}
	
	.tx-veguestbook-pi1 input.tx-guestbook-submit {
		width:auto;
		display:block;
	}
  )





.csc-sword {
background-color:#723900;
}

/*------mailformular formatieren------*/
.csc-mailform {
border:none;
width: 360px;
}

.csc-mailform-field {
background:#3d3d3d;
margin: 2px;
padding: 5px;
}

.csc-mailform-field label {
float: left;
padding: 1px;
color: white;
width: 80px;
}


.mf-input {
clear: none;
width: 250px;
padding: 1px;
}

.mf-pass {
width: 250px;
padding: 1px;
}

.mf-text {
clear: none;
width: 250px;
padding: 1px;
}

.mf-check {
padding: 1px;
}

.mf-radio {
padding: 1px;
}

.mf-select {
width: 250px;
padding: 1px;
}

.mf-file {
width: 200px;
padding: 1px;
}

#mailformRadiotest {
border: none;
}

#mailformRadiotest legend {
display: none;
}

.mf-reset {

}

.mf-submit {
margin-left: 82px;
background:#727272;
}

/*------tabelle formatieren------*/
/* RTE / Table styling */ 
TABLE.contenttable {  color: white; border:none; margin:5px 0px 10px 0px; width:100%; }
TABLE.contenttable TR TD { padding:0px 5px 0px 5px; }
TABLE.contenttable TR TD P.bodytext { font-size:10px; }
TABLE.contenttable TR { margin:none; background-color:#3d3d3d; }