/*
Theme Name: Kultur fuer Alle
Version: 1.0
Date: 27-januar-2010
Author: Jochen Gabriel (Gabriel und Schlüsener GbR)
Author URI: http://www.gabrielundschluesener.de
*/



* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
    height: 100%;
}
body {
    height: 100%;
    background: #719500 url(../_img/allareas/bg_kfa.png) repeat-x center 0px;
	color: #000;
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

label, input, select, textarea {
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
}


img {behavior: url(pngHack.htc);}

/* -------------------- basic text and field stuff -------------------- */

a:active, a:focus, :focus, area {
    outline: none;
}

a:link {
	color: #86a31e;
	text-decoration: none;
}

a:visited {
	color: #86a31e;
	text-decoration: none;
}

a:hover, a:focus {
	color: #000;
	border-bottom: #000 dotted 1px;
}

a:active {
	color: #000; 
	border-bottom: #000 dotted 1px;
}


/* -------------------- content structure -------------------- */
/*
#bg_website {
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: none;
	background-image: url(../_img/allareas/bg_website_all.gif);
	background-repeat: repeat-x;
	z-index: 1;
}

#bg_content {
	margin: 0;
	position: fixed;
	top: 0px;
	left: 50%;
	margin-left: -470px;
	width: 940px;
	height: 100%;
	background-color: none;
	background-image: url(../_img/allareas/bg_content_all.png);
	background-repeat: repeat-y;
	z-index: 2;
}

* html #bg_content {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 940px;
	margin-left: 0px;
	height: 100%;
  
	background-color: none;
	background-image: url(../_img/allareas/bg_content_all.png);
	background-repeat: repeat-y;
	z-index: 2;
}
*/

#container {
	position: absolute; /* put it in the middle*/
	top: 0px;
	left: 50%;
	margin-left: -400px;
	text-align: left;
	width: 800px;
	height: auto;
	background-color: none;
	z-index: 3;
}

/* -------------------- head with the bubbles-------------------- */

#bg_top {
	position:absolute;
	top: 0px;
	left: 260px;
	width: 550px;
	height: 200px;
	background: url(../_img/allareas/bg_bubbles_top.jpg) no-repeat 0 0;
	z-index: 3;
}

/* -------------------- navigation top -------------------- */
#nav_top {
	position:absolute;
	top: 35px;
	left: 0px;
	width: 150px;
	height: 20px;
	background-color: none;
	z-index: 4;
}

/* -------------------- searchfield top -------------------- */
#search_top form{
	position:absolute;
	top: 35px;
	left: 600px;
	width: 180px;
	height: 20px;
	background-color: none;
	z-index: 4;
}

#search_top .searchfield {
    float: left;
	width: 170px;
	height: 20px;
	margin: 2px 0px 0 0;
	padding: 3px 0 0 30px;
	border: none; 
	background: url(../_img/allareas/bg_searchfield.gif) no-repeat 0 0;
	font-size: 11px;
	color: #666;
}

#search_top .searchbutton {
	display: none;
}

#inner_content form{
	margin-top: 20px;
}

#inner_content .searchfield {
    float: left;
	width: 170px;
	height: 20px;
	margin: 2px 0px 0 0;
	padding: 3px 0 0 30px;
	border: none; 
	background: url(../_img/allareas/bg_searchfield.gif) no-repeat 0 0;
	font-size: 11px;
	color: #666;
}

#inner_content .searchbutton {
	display: none;
}

/* -------------------- logo top above the main navigation -------------------- */
#logo_top {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 220px;
	height: 90px;
	background: none;
	z-index: 4;
}

#logo_top a:hover, #logo_top a:focus {
	color: #000;
	border-bottom: none;
}

/* -------------------- left navigation -------------------- */

#nav_left {
	position: absolute;
	top: 250px;
	left: 0px;
	width: 220px;
	height: auto;
	background-color: none;
	z-index: 4;
}

#nav_left a {
	display:block;
	height: 18px;
	padding-left: 20px;
	padding-top: 2px;
	border-bottom: none;
	color: #fff;
}

#nav_left  a:link {
	color: #86a31e;
	text-decoration: none;
}

#nav_left  a:visited {
	color: #86a31e;
	text-decoration: none;
}

#nav_left  a:hover, a:focus {
	color: #fff;
	background-color:#86a31e;
	text-decoration: none;
}

#nav_left  a:active {
	color: #fff; 
	background-color:#86a31e;
	text-decoration: none;
}

#nav_left ul {
	width: 199px;
	list-style-type:none;
	border-top: #999999 dotted 1px;
}	

#nav_left ul li {
	width: 199px;
	height: auto;
	border-bottom: #999999 dotted 1px;
	padding-top: 2px;
	padding-bottom: 2px;
}
	
#nav_left ul li ul {
	width: 170px;
	margin-left: 20px;
	border-top: none;
	background-color:#e6ebcd;
	}
	
#nav_left ul li ul li{
	width: 170px;
	height: 20px;
	border-bottom: none;
	padding-top: 2px;
	padding-bottom: 2px;
	}

#nav_left ul li p {
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 2px;
	height: 18px; 
	color: #fff; 
	background-color:#86a31e;
	text-decoration: none;
}

#nav_left ul li a.active, #nav_left ul li a.active:visited, #nav_left ul li a.active:link {
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	height: 18px; 
	color: #fff; 
	background-color:#86a31e;
	text-decoration: none;
}

/* -------------------- sub-navigation-kulturangebot and content -------------------- */

#content_container {
	position: absolute;
	top: 250px;
	left: 270px;
	width: 530px;
	height: auto;
	background-color: none;
	z-index: 4;
}

#content_container p, {
	padding-top: 5px;
}

#content_container  a:link {
	color: #86a31e;
	text-decoration: none;
}

#content_container  a:visited {
	color: #86a31e;
	text-decoration: none;
}

#content_container  a:hover, a:focus {
	color: #000;
	border-bottom: #000 dotted 1px;
}

#content_container  a:active {
	color: #000; 
	border-bottom: #000 dotted 1px;
}

#inner_top_all {
	position: relative;
	top: 0px;
	left: 0px;
	width: 510px;
	height: auto;
	padding-left: 20px;
	padding-bottom: 5px;
	background-color: #dbe4bf;
	z-index: 5;
	
	color: #86a31e;
	font-size: 15px;
	line-height: 25px;
}

#inner_top_all p{
	padding-bottom: 10px;
	padding-top: 10px;
}

#subnav_top {
	width: 530px;
	height: auto;
	background-color: #dbe4bf;
}

#subnav_top ul{
  list-style-type:none;
  width: 490px;
  background-color: #dbe4bf;
  margin-bottom: 5px;
}

#subnav_top ul li{
  background-color: #dbe4bf;
  width: 225px;
  margin: 5px 0px 5px 20px;
  float: left;
}

.clear{
  clear: both;
  display: inline;
  height: 1px;
}

#inner_spacer {
	clear: left;
	width: 530px;
	border-bottom:  #999999 dotted 1px;
	background-color: none;
	margin-top: 10px;
	margin-bottom: 30px;
}

#inner_content {
	position: relative;
	clear: left;
	width: 510px;
	margin-left: 10px;
	height: auto;
	background-color: none;
	
	line-height: 20px;
	
	z-index: 5;
}

h1, h2, h3 {
	line-height: 1.2em;
	display: block;
	padding-bottom: 10px;
}

h1 {
    font-size: 10px;  
	color: #000;
	font-weight: normal;
	letter-spacing: 0.1em;
}

h2 {
    font-size: 18px;  
	color: #86a31e;
}

h3 {
    font-size: 10px;  
	color: #999;
	font-weight: normal;
	margin-bottom: 20px;
}

h4 {
    font-size: 14px;  
	color: #86a31e;
}


/*
#inner_content img {
	padding: 2px 2px 2px 2px;
	border: solid 1px #86a31e;
	margin-bottom: 20px;
}
*/
.csc-textpic div dl dt img {
	padding: 2px 2px 2px 2px;
	border: solid 1px #86a31e;
}

.csc-textpic-intext-left .csc-textpic-imagewrap{
	padding: 0px 20px 10px 0px;
}

.csc-textpic-intext-right .csc-textpic-imagewrap{
	padding: 0px 0px 20px 10px;
}

#inner_content_news {
	position: relative;
	clear: left;
	width: 510px;
	margin-left: 10px;
	height: auto;
	background-color: none;
	background-image: url(../_img/allareas/neu_stoerer.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
	
	z-index: 5;
}

#inner_content_news img {
	float: left;
	padding: 2px 2px 2px 2px;
	border: solid 1px #86a31e;
	margin-right: 20px;
	margin-bottom: 20px;
}

#inner_content_news h1{
	padding-left: 50px;
	padding-top: 25px;
}

/* -------------------- TYPO3 styles modified -------------------- */

#inner_content ul{
	padding-left: 20px;
	list-style-image:  url(../_img/allareas/list.gif);
}

.csc-searchResultHeader {
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #86a31e;
}

.csc-searchResult {
	margin-top: 0px;
	margin-bottom: 0px;	
	padding-top: 0px;
	padding-bottom: 0px;
}

.csc-textpic-intext-left-nowrap {
	 float: left;
}
	
/* -------------------- TYPO3 styles modified -------------------- */

/* -------------------- SPENDENWIDGET -------------------- */

#spend img{
	margin-left: -20px;
	/*visibility: hidden;*/
}	
	

#nav_left #spend .spenden a:link, a:visited, a:hover, a:focus, a:active{
	background-color: #FFF;
}
#nav_left #spend .spenden a:active {
	background-color: #FFF;
	}

		

/* -------------------- SPENDENWIDGET -------------------- */


