/* ################################################## */
/* ###### Farben #################################### */
/* ################################################## */
/*
blau	#006699
orange	#ff9933
magenta	#660033
gelb	#ffcc00
cyan	#0099cc
linien	#cccccc
schrift #333333
*/
body
{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#333333;
	background-color:#ffffff;
	margin:0px;
	padding:0px;
    padding-top:15px;
    padding-left:30px;
}
/* ################################################## */
/* ###### Layout-Formate ############################ */
/* ################################################## */
#wrapper
{
	width:980px;
	overflow:hidden;
}
/* ################################################## */
/* ###### Template Startseite ####################### */
/* ################################################## */
#header_module
{
	width:980px;
	height:240px;
	background-color:#ffffff;
	margin:auto;
}
#header
{
	width:980px;
	height:175px;
	background-color:#ffffff;
	margin:auto;
}
#top
{
	width:980px;
	height:18px;
	margin:auto;
	border-top:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	margin-top:5px;
	margin-bottom:5px;
}
#navi_oben
{
	height:18px;
}
#themenleiste
{
	width:980px;
	height:180px;
	background-color:#ffffff;
	background-image: url(../bilder/kkk_themenleiste.jpg);
	background-repeat: no-repeat;
	margin:auto;
	margin-bottom:5px;
}
#themenleiste_logo
{
	width:980px;
	height:150px;
	background-color:#ffffff;
	background-image: url(../bilder/logo_kkk_160.gif);
	background-repeat: no-repeat;
	background-position:left 108px;
	margin:auto;
	margin-bottom:5px;
}
#themenleiste_container
{
	width:170px;
	height:150px;
	background-color:#666666;
	margin-left:170px;
}
#navi_mitte
{
	width:980px;
	height:18px;
	margin:auto;
	border-top:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	margin-bottom:5px;
}
#logo
{
	width:980px;
	height:130px;
	background-color:#ffffff;
	background-image: url(../bilder/logo_kkk_160.gif);
	background-repeat: no-repeat;
	background-position:left center;
	margin:auto;
}
#container
{
	width:980px;
	min-height:600px;
	margin:auto;
}
#navi_links_main
{
	width:170px;
	float:left;
}
#header_navi_links
{
	width:170px;
	height:18px;
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	margin-top:-1px;
}
#navi_links
{
	width:170px;
	min-height:600px;
	background-color:#ffffff;
	float:left;
}
#inhalt
{
	width:620px;
	min-height:600px;
	float:right;
	padding-left:20px;
}
#drucken
{
	width:980px;
	height:18px;
	background-color:#ffffff;
	text-align:right;
	margin:auto;
	margin-top:5px;
	margin-bottom:10px;
	clear:both;
}
#footer
{
	width:980px;
	height:18px;
	margin:auto;
	border-top:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	margin-top:5px;
	margin-bottom:5px;
}
#credits
{
	font-size:9px;
	color:#666666;
	padding-top:4px;
}
#credits a
{
	text-decoration:none;
	color:#666666;
}
#credits a:hover
{
	text-decoration:underline;
	color:#666666;
}
.clear
{
	clear:both;
}
/* ################################################## */
/* ###### Typografie ################################ */
/* ################################################## */
h1
{
	color:#333333;
	font-size:12px;
	line-height:1.5em;
	margin-bottom:10px;
	font-weight:bold;
}
h2
{
	color:#333333;
	font-size:12px;
	line-height:1.5em;
	margin-bottom:10px;
	font-weight:bold;
}
p
{
	line-height:1.5em;
	margin-bottom:10px;
}
a
{
	color:#666666;
	text-decoration:none;
}
a:active, a:focus
{
	outline:none;
}
a:hover
{
	color:#666666;
	text-decoration:underline;
}
.box_body ul, ol
{
	margin:10px;
	margin-bottom:15px;
	margin-top:15px;
}
.box_body ul li
{
	list-style-type:square;
	line-height:1.5em;
	margin:0;
	margin-left:25px;
	margin-bottom:5px;
}
.box_body ol li
{
	list-style-type:decimal;
	line-height:1.5em;
	margin:0;
	margin-left:25px;
	margin-bottom:5px;
}
.box_body table
{
	margin-bottom:10px;
}
.box_body td
{
	padding:2px;
	line-height:1.5em;
	vertical-align: top;
}
.header
{
	font-size:12px;
	color:#666666;
	font-weight:normal;
	letter-spacing:0.1em;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
}
/* ################################################## */
/* ###### Breadcrumb-Navi ########################### */
/* ################################################## */
#breadcrumb
{
	height:14px;
	color:#666666;
	font-size:90%;
	text-decoration:none;
	background-color: #ffffff;
	border-bottom:solid 1px #666666;
	margin-bottom:20px;
	margin-left:-20px;
	padding-left:20px;
	padding-top:4px;
}
#breadcrumb a
{
	font-size:100%;
	color:#666666;
	text-decoration:none;
}
#breadcrumb a:hover
{
	text-decoration:none;
}
/* ################################################## */
/* ###### horizontale Navigation Oben ############### */
/* ################################################## */
#navi_oben ul
{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
#navi_oben ul li
{
	list-style:none;
	display:inline;
	float:left;
}
#navi_oben ul li a
{
	font-size:11px;
	color:#666666;
	text-decoration:none;
	display:block;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
}
#navi_oben ul li a:hover
{
	color:#333333;
}
#navi_oben .over
{
	color:#333333;
}
/* ################################################## */
/* ###### Navigation Mitte ########################## */
/* ################################################## */
#navi_mitte ul
{
	margin:0;
	padding:0;
	list-style:none;
}
#navi_mitte ul li
{
	color:#000000;
list-style:none;
	position:relative;
	display:inline;
	float:left;
}
#navi_mitte ul li a
{
	color:#000000;
	text-decoration:none;
	display:block;
	float:left;
	height:18px;
	text-align:center;
      	padding-top:4px;
}
#navi_mitte ul li a:hover
{
	color:#000000;
}
/* ###### Aufklappmenu ############################## */
#navi_mitte ul li ul
{
	position:absolute;
	left:0px;
	top:23px;
	display:none;
	z-index:300;
	border:solid 1px #cccccc;
}
#navi_mitte ul li ul li
{
	float:none;
	position:relative;
	z-index:500;
}
#navi_mitte ul li ul li a
{
	font-size:10px;
	background-color:#ffffff;
	color:#666666;
	text-align:left;
	float:none;
	display:block;
	height:auto;
	padding:2px;
	padding-top:3px;
}
#navi_mitte ul li ul li a:hover
{
	color:#000000;
}
/* ################################################## */
/* ###### Navigation Links Main ##################### */
/* ################################################## */
#navi_links_main ul
{
	margin:0;
	padding:0;
	list-style:none;
	width:170px;
}
#navi_links_main ul li
{
	list-style:none;
	display:block;
	height:18px;
}
#navi_links_main ul li a
{
	color:#666666;
	text-decoration:none;
	display:block;
	float:left;
	height:16px;
	padding-top:2px;
	padding-left:2px;
	width:100%;
	border-top:none;
	border-right:none;
}
#navi_links_main ul li a:hover
{
	color:#ffffff;
	text-decoration:none;
    background-color:#cccccc;
}
/* ################################################## */
/* ###### Navigation Links ########################## */
/* ################################################## */
/* 1. Ebene */
#navi_links ul
{
	margin:0;
	padding:0;
	list-style:none;
	margin-left:15px;
}
#navi_links ul li
{
	position:relative;
	float:none;
}
#navi_links ul li a
{
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
	display:block;
	height:auto;
	padding-top:5px;
	padding-bottom:4px;
	padding-right:5px;

}
#navi_links ul li a:hover
{
	color:#ffffff;
	text-decoration:none;
}
#navi_links .over
{
	
}
/* 2. Ebene */
#navi_links ul li ul
{
	position:absolute;
	left:130px;
	top:0;
	width:236px;
	min-width:236px;
	display:none;
    border-top:solid 1px #999999;
    border-bottom:solid 1px #999999;
}
#navi_links ul li ul li
{
	position:relative;
	float:none;
	/*opacity:0.9;
	-moz-opacity:0.9;
	filter:alpha(opacity=90, finishopacity=0, style=0);*/
        

}
#navi_links ul li ul li a
{
	color:#000000;
text-decoration:none;
    font-size:11px;
	display:block;
	float:none;
	height:auto;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
}
#navi_links ul li ul li ul
{
	position:static;
	display:block;
    border:none;
}
#navi_links ul li ul li ul li
{
	padding-left:8px;
}
/* ################################################## */
/* ###### Navigation Sitemap ######################## */
/* ################################################## */
#sitemap ul
{
	margin:0;
	padding:0;
	list-style:none;
}
#sitemap ul li
{
	list-style:none;
	display:block;
}
#sitemap ul li a
{
	display:block;
	padding:2px;
	padding-left:20px;
}
#sitemap ul li a:hover
{
	background-color:#ffffff;
	text-decoration:none;
}
/* ################################################## */
/* ###### Inhalts-Bereiche (Boxen) ################## */
/* ################################################## */
.box_codierung
{
	height:20px;
	width:20px;
	background-color:#666666;
	float:left;
}
.codierung_aktuelles
{
	background-color:#006699;
}
.codierung_mediathek
{
	background-color:#0099cc;
}
.codierung_veranstaltungen
{
	background-color:#0099cc;
}
.codierung_forum
{
	background-color:#666666;
}
.box_header
{
	height:18px;
	border:solid 1px #cccccc;
	border-left:none;
	margin-left:20px;
}
.box_header h1
{
	color:#666666;
	font-size:12px;
	line-height:1.5em;
	margin-bottom:0px;
	font-weight:bold;
	margin-left:20px;
}
.box_body
{
	border:solid 1px #cccccc;
	border-top:none;
	min-height:120px;
	padding:10px;
	padding-top:20px;
	padding-left:20px;
}
.box_body p
{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#333333;
}
.box_50_li
{
	width:48%;
	float:left;
	background-color:#ffffff;
	padding:0;
	margin-bottom:15px;
	clear:left;
	overflow:hidden;
	line-height:1.5em;
	text-align:left;
	letter-spacing:normal;
}
.box_50_re
{
	width:48%;
	float:right;
	background-color:#ffffff;
	padding:0;
	margin-bottom:15px;
	clear:right;
	overflow:hidden;
	line-height:1.5em;
	text-align:left;
	letter-spacing:normal;
}
.box_100
{
	width:100%;
	background-color:#ffffff;
	padding:0;
	margin-bottom:15px;
	clear:both;
	overflow:hidden;
	line-height:1.5em;
	text-align:left;
	letter-spacing:normal;
}
.box_70_li
{
	width:62%;
	float:left;
	background-color:#ffffff;
	padding:0;
	margin-bottom:15px;
	clear:left;
	overflow:hidden;
	line-height:1.5em;
	text-align:left;
	letter-spacing:normal;
}
.box_30_re
{
	width:35%;
	float:right;
	background-color:#ffffff;
	padding:0;
	margin-bottom:15px;
	clear:right;
	overflow:hidden;
	line-height:1.5em;
	text-align:left;
	letter-spacing:normal;
}
.box_70_re
{
	width:62%;
	float:right;
	background-color:#ffffff;
	padding:0;
	margin-bottom:15px;
	clear:right;
	overflow:hidden;
	line-height:1.5em;
	text-align:left;
	letter-spacing:normal;
}
.box_30_li
{
	width:35%;
	float:left;
	background-color:#ffffff;
	padding:0;
	margin-bottom:15px;
	clear:left;
	overflow:hidden;
	line-height:1.5em;
	text-align:left;
	letter-spacing:normal;
}
/* ################################################## */
/* ###### Modul Aktuelles ########################### */
/* ################################################## */
#aktuelles_startseite
{

}
#aktuelles
{

}
.aktuelles_artikel
{
	margin-bottom:30px;
}
.aktuelles_footer
{
	padding-top:10px;
}
.aktuelles_footer p
{
	margin-bottom:0;
}
a.aktuelles_link, a.aktuelles_download
{
	font-size:11px;
	color:#666666;
	text-decoration:none;
	line-height:18px;
}
a.aktuelles_link:hover, a.aktuelles_download:hover
{
	text-decoration:underline;
}
.aktuelles_icon
{
	float:left;
	margin:0px 10px 0 0;
}

#aktuelles_startseite ul
{
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
	margin-left:120px;
}
#aktuelles_startseite ul li
{
	list-style:none;
	list-style-type:none;
	margin-bottom:5px;
	line-height:1.25em;
}
#aktuelles_startseite li a
{
	text-decoration:underline;
	color:#666666;
	text-align:right;
	padding-left:10px;
	background-image: url(../bilder/arrow2.gif);
	background-position:left;
	background-repeat: no-repeat;
}
.aktuelles_datum
{
	font-size:11px;
	font-weight:normal;
}
.aktuelles_headline
{
	font-weight:bold;
}
.aktuelles_teaserbild
{
	float:left;
}
.aktuelles_bild
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.li_right
{
	text-align:right;
}
/* ################################################## */
/* ###### Modul Mediathek ########################### */
/* ################################################## */
#mediathek_startseite
{

}
.mediathek_artikel
{
	margin-bottom:10px;
}
#mediathek_startseite ul
{
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
}
#mediathek_startseite ul li
{
	list-style:none;
	list-style-type:none;
	margin-bottom:5px;
	line-height:1.25em;
}
#mediathek_startseite li a
{
	text-decoration:underline;
	color:#666666;
	text-align:right;
	padding-left:10px;
	background-image: url(../bilder/arrow2.gif);
	background-position:left;
	background-repeat: no-repeat;
}
.mediathek_datum
{
	font-size:11px;
	font-weight:normal;
}
.mediathek_headline
{
	font-weight:bold;
}
/* ################################################## */
/* ###### Modul Veranstaltungskalender ############## */
/* ################################################## */
#veranstaltungskalender_navigation
{
	margin-bottom:30px;
}
#veranstaltungskalender_jahresauswahl
{
	width:120px;
	float:left;
}
#veranstaltungskalender_monatsauswahl
{
	float:left;
}
#veranstaltungskalender_navigation a
{
	color:#0099cc;
	text-decoration:none;
	display:block;
	float:left;
	padding-right:5px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
}
#veranstaltungskalender_navigation a:hover
{
	color:#0099cc;
	text-decoration:none;
	border:solid 1px #0099cc;
	padding-right:4px;
	padding-left:4px;
	padding-top:1px;
	padding-bottom:1px;
}
#veranstaltungskalender_navigation .aktueller_monat
{
	color:#0099cc;
	text-decoration:none;
	border:solid 1px #0099cc;
	padding-right:4px;
	padding-left:4px;
	padding-top:1px;
	padding-bottom:1px;
}
#veranstaltungskalender
{
	clear:both;
}
#veranstaltungskalender ul
{
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
	margin-bottom:15px;
}
#veranstaltungskalender ul li
{
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
	padding:2px;
}
#veranstaltungskalender ul li a
{
	color:#0099cc;
	text-decoration:none;
}
#veranstaltungskalender ul li a:hover
{
	color:#0099cc;
	text-decoration:none;
}
#veranstaltungskalender_aktuell ul li a
{
	text-decoration:underline;
	color:#666666;
	text-align:right;
	padding-left:10px;
	background-image: url(../bilder/arrow2.gif);
	background-position:left;
	background-repeat: no-repeat;
}
.veranstaltungskalender_aktuelles_datum
{
	color:#0099cc;
	font-size:14px;
	margin-bottom:15px;
}
/* ################################################## */
/* ###### Modul Forum ############################### */
/* ################################################## */
.forum
{

}
.forum ul
{
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
	margin-left:60px;
}
.forum ul li
{
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
	display:block;
	padding-left:15px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
}
.forum .navi
{
	border-top:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#f1f1f1;
}
.forum .navi a
{
	padding-right:15px;
}
.forum .linien
{
	border-top:dashed 1px #999999;
	border-bottom:dashed 1px #999999;
}
.forum .zitat
{
	border-top:dashed 1px #999999;
	border-bottom:dashed 1px #999999;
	background-color:#ececec;
	margin-bottom:15px;
}
.forum .zitat2
{
	border-top:dashed 1px #999999;
	border-bottom:dashed 1px #999999;
	color:#7A244A;
	margin-left:15px;
	margin-right:15px;
	margin-top:5px;
	margin-bottom:5px;
	padding:5px;
	background-color:#ffffff;
	font-style:italic;
}
.forum th
{
	text-align:left;
}
/* ################################################## */
/* ###### besondere Formate ######################### */
/* ################################################## */
.bilderrahmen
{
	border:solid 1px #cccccc;
	background-color:#ffffff;
	padding:5px;
}
.linie
{
	height:1px;
	border-bottom:solid 1px #cccccc;
	margin-top:15px;
	margin-bottom:15px;
	display:block;
}
.bilderrahmen_artikel_left
{
	float:left;
	margin-right:14px;
	margin-bottom:10px;
}
.bilderrahmen_artikel_right
{
	float:right;
	margin-left:14px;
	margin-bottom:10px;
}
.bilderrahmen_clear
{
	clear:both;
	margin-bottom:10px;
}
.item
{
	font-size:90%;
	color:#cc0000;
	font-weight:bold;
	letter-spacing:0.1em;
	margin-top:10px;
	margin-bottom:10px;
}
.item2
{
	font-size:90%;
	color:#cc0000;
	font-weight:bold;
	letter-spacing:0.1em;
	margin-top:10px;
	margin-bottom:10px;
}
.nolist
{
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
}
/* ################################################## */
/* ###### Formularelemente ########################## */
/* ################################################## */
select, textarea, input
{
	font-size:100%;
	font-weight:normal;
	background-color:#f1f1f1;
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
	border-right:solid 1px #e4e4e4;
	border-bottom:solid 1px #e4e4e4;
	height:15px;
	padding:1px;
}
.select
{
	height:auto;
	background-color:#ffffff;
}
.button
{
	background-image: url(../bilder/hg_button.gif);
	background-position:center;
	background-repeat: repeat-x;
	background-color:#cccccc;
	height:20px;
	color:#ffffff;
	font-size:100%;
	font-weight:normal;
	line-height:1.5em;
	border:solid 1px #333333;
	border-top:none;
	border-left:none;
	cursor:pointer;
	padding-left:5px;
	padding-right:5px;
	min-width:100px;
}
.textarea
{
	overflow:auto;
}
.randlos
{
	border:none;
	background-color:transparent;
}
/* ################################################## */
/* ###### Formulare ohne Tabellen ################### */
/* ################################################## */

div.textfeld, div.radio, div.spamschutz
{
	margin-left:120px;
	margin-bottom:5px;
}
div.spamschutz
{
	margin-top:10px;
}
div.pflichtangaben, div.submit
{
	margin-top:10px;
	margin-left:120px;
}
.textfeld label, .radio label, .spamschutz label
{
	margin-left:-120px;
	float:left;
}
.textfeld input, .textfeld textarea
{
	background-color:#f1f1f1;
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
	border-right:solid 1px #e4e4e4;
	border-bottom:solid 1px #e4e4e4;
	padding:1px;
	width:280px;
}
.textfeld input:focus, .textfeld textarea:focus, .spamschutz input:focus
{
	background-color:#ffffff;
	border:solid 1px #666666;
}
.textfeld textarea
{
	overflow:auto;
	height:90px;
}
.radio input
{
	border:none;
	outline:none;
	background-color:transparent;
}
.spamschutz input
{
	width:30px;
}
