/*
	* CSS by StockWerk42 © 2009
	* info@stockwerk42.de
*/


@import url(reset.css);

html {
    overflow-y: scroll;
}

body {
	font-size: 0.75em;
	font-family: 'Trebuchet MS';
	color:#333333;
	line-height: 135%;
	background:url(img/background.gif) repeat;
}

/* --- text --- */
h2 {
	color: #C64D10;
	font-size: 1.2em;
	font-weight: bold;
	margin: 2px 0;
}


h3 {
	color: #C64D10;
	font-size: inherit;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 2px;
}

h3.grey {
	color: #333;
	font-size: inherit;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 2px;
}

p.date {
	color: #879b10;
	margin-top: 10px;
}

p.descr {
	margin-bottom: 8px;
}

p.descr a {
    color: #333;
}

#boxlist ul {
	margin-top: -5px;
}

#boxlist li {
	
	display: inline;
	margin-right: 1.5%;
	line-height: 190%;
}

#pagination {
	display: block;
	margin: 15px 10px 5px;
}
#pagination li {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
	float: left;
}
#pagination a {
	border: solid 1px #DDDDDD;
	margin-right: 2px;
}
#pagination a:link, #pagination a:visited {
	display: block;
	float: left;
	padding: 3px 6px;
	text-decoration: none;
}
#pagination .previous-off, #pagination .next-off {
	color: #666;
	display: block;
	float: left;
	font-weight: bold;
	padding: 3px 4px;
}
#pagination .next a, #pagination .previous a {
	font-weight: bold;
}	
#pagination .active a {
	color: #000;
	font-weight: bold;
	display: block;
	float: left;
}

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.clearfix { display: inline-block; }
/* Hide from IE-mac \*/ 
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* - Links - */
/*definiert die Links im Text*/
p a, li a {
	color: #879b10;
	border-bottom: 1px dotted #879b10;
	text-decoration: none;
}

p a:hover, li a:hover, .mactiv {
	border-bottom: 1px solid #879b10;
}

.lupe {
	background: transparent url(img/lupe.png) no-repeat scroll;
	margin-left: 125px;
	margin-top: 3px;
	height:20px;
	width:20px;
	position:absolute;
	z-index:3;
}

.editLink {
    position: absolute;
    margin: 6px 0 0 -18px;
}

* html .editLink {
    margin-left: -24px;
}

.inlineEditLink {
    border: none;
    padding: 2px;
}

.inlineEditLink:hover {
    border: none;
}

/* - Listen - */
.list li {
	list-style: url(img/bullet.gif);
	line-height: 160% !important;
	margin-right: 0 !important;
	margin-left: 20px;
}

/* ---------- Layout ---------- */
#wrapper {
	/*background-color: #f8f9f4;*/
	width: 726px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#inwrap {
	background-color: #f8f9f4;
}

/* --- header --- */
#head {
	background: url(img/header.jpg) no-repeat left bottom;
	background-color: #fff;
	height: 140px;
}

/* --- content --- */
#content {
	background-color: #f8f9f4;
	padding: 18px;
	margin-left: 151px;
	margin-right: 0px;
	min-height:420px;
	/*height:expression(this.scrollHeight > 420 ? "auto":"420px");*/
}

* html #content {
    height: 300px;
}

/* --- naviagtion --- */
#nav {
	background: url(img/bg_menu.gif) no-repeat 50% 0% #f8f9f4;
	float: left;
	width: 151px;
	height: 300px;
	margin: 0px;
	padding: 0px;
}

/* - naviElements - */
#menu {
	margin: 20px 0 0 18px;
}

#menu li {
	margin-bottom: 12px;	
}

#menu li a {
	background: url(img/menu_btn.gif) no-repeat top left;
	display: block;
	width: 115px;
	height: 21px;
	padding-top: 4px;
	text-indent: 20px;
	text-decoration: none;
	color: #333;
	border: none;
}

#menu li a:hover {
	background: url(img/menu_btn.gif) no-repeat bottom right;
}

#menu .activ {
	background: url(img/menu_btn.gif) no-repeat bottom right;
	font-weight: bold;
}

/* --- footer --- */
#footer {
	background:url(img/footer.png) no-repeat left top;
	clear: both;
	text-align: center;
	padding-top: 18px;
	height: 50px;
	}
	
#footer ul li {
	display: inline;
	padding-right: 3%;
}	

/* ---------- Subelements ---------- */

.sub {
	background:url(img/bg_sub.gif) no-repeat left top #f2f3ec;
	border: 1px solid #ccc;
	border-top: none;
	float: right;
	width: 149px;
	padding: 18px 9px 9px;
	margin: 10px 0 30px 10px;
}

* html .sub {
    margin-left: 0;
}

/* ---------- Contentboxen ---------- */
#tbox {
	background:url(img/bg_paper.png) no-repeat left top #f2f3ec;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
	width: 403px;
	margin: 18px 0 18px 0;
	padding: 18px 0 9px 0;
}

.hbox {
	background:url(img/bg_holz.png) no-repeat left top #f2f3ec;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
	width: 421px;
	padding: 18px 0 9px 0;
	margin-top: 18px;
}

#box {
	background:url(img/bg_paper.png) no-repeat left top #f2f3ec;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
	width: 403px;
	padding: 18px 0 9px 0;
	margin-top: 18px;
}

.tboxctn {
	margin-top: 9px;
}

.boxctn {
	margin-top: 43px;
}

#boxlist {
	margin-top: 4px;
	padding: 0 9px 0 9px;
}

.persontop img, .person img {
	border: 3px solid #879b10;
}

.persontop a img, .person a img {
    border: 0;
}

.persontop, .person {
	padding: 0 9px 0 9px
}

.person {
	background:url(img/bg_trenner.png) no-repeat left top;
	margin-top: 18px;
	padding-top: 18px;
}

/* ---------- Impressum-TextPosition ---------- */
.implcnt, .imprcnt {
	line-height: 150%;
}

.imprcnt {
	float: right; 
	position: relative; 
	margin-right:50px; 
	margin-top: -90px;
	border: none !important;
}

/* ---------- Elements ---------- */
#logo {
	background:url(img/kk-logo.png) no-repeat;
	display:block;
	position: absolute;
	height:49px;
	width:226px;
	margin-top: 36px;
	margin-left: 18px;
	text-indent:-9999em;
}

#stoerer30 {
	margin-top: 8%;
	margin-left: 15%;
	background-image: none;
}

.stoerermitglied {
	background: url(img/stoerer_mitgliedwerden.png) no-repeat top left;
	display: block;
	width: 352px;
	height: 75px;
	margin-top: 8%;
	text-indent:-9999em;
	border-bottom: none;
}

.stoerermitglied:hover {
	background: url(img/stoerer_mitgliedwerden.png) no-repeat -360px top;
	border-bottom: none !important;
}

/* ---------- Kontaktforumlar ---------- */
form p {
    display:block !important;
    position:static !important;
    speak:normal !important;
	margin-top: 3%;
}

form label {
	float: left;
	width: 70px;
}
form input {
    padding: 2px;
	font: 1em;
	width: 200px;
	background-color: #f8f9f4;
	border: 1px solid #ccc;
}
form textarea {
	font: 1em Verdana, Tahoma, sans-serif;
	height: 110px;
	padding: 2px;
	width: 200px;
	background-color: #f8f9f4;
	border: 1px solid #ccc;
}
form input#submit {
	margin-right: 100px;
	width: auto;
}

.submit_button {
    background-color: #f8f9f4;
    border: 1px solid #ccc;
    padding: 2px 4px 2px 4px;
    width: auto;
    height: auto;
}

