		/*
		
			Lokaler Aktionsplan Barnim | Banner ohn Rand
			lap-barnim.de
			----------------------------------------------------------------------
		
		*/
		
		
		
		

		/*
			Banner
			----------------------------------------------------------------------
		*/
		
		div#banner img {
			border: none;
		}
		
		/*
			Suche
			----------------------------------------------------------------------
		*/
		
		div#suche {
			float: none;
			width: 100%;
			height: 29px;
			background: url(bg-suche.jpg) left top repeat-y;
		}
		
		div#suche input {
			float: right;
			margin: 3px 6px 0 0;
			padding: 2px;
			border: 1px solid #333;
			font-size: 1em;
		}
		
		/*
			Contentframe
			----------------------------------------------------------------------
		*/
		
		div#contentframe {
			background: url(bg-contentframe.jpg) left top repeat-y;
		}
		
		/*
			Content
			----------------------------------------------------------------------
		*/
		
		div#contentleft {
			float: left;
			display: inline;
			width: 185px;
			font-size: 1.2em;
		}
		
		div#contentleft h1 {
			font-size: 1.8em;
			line-height: 1;
			color: #393835;
			background-color: transparent;
			font-weight: normal;
			margin-bottom: 0.5em;
		}
				
		div#contentleft p {
			color: #333;
			background-color: transparent;
			font-size: 1.2em;
			margin-bottom: 0.5em;
		}

		/*
			----------------------------------------------------------------------
		*/
		
		div#contentleft ul {
		}
		
		div#contentleft li {
			list-style-type: none;
			color: #fff;
			background: #521359 url(bg-li-menue.gif) left center no-repeat;
		}
		
		div#contentleft li a {
			display: block;
			width: 155px;
			padding: 5px 10px 5px 20px;
			font-size: 1em;
			font-weight: bold;
			text-decoration: none;
			color: #fff;
			background: #521359 url(bg-li-menue.gif) 5px center no-repeat;
		}

		div#contentleft ul ul {
		}
		
		div#contentleft ul ul li {
			background-color: #831E8E;
		}
		
		div#contentleft ul ul li a {
			background-color: #831E8E;
		}

		div#contentleft li a:hover {
			color: #fff;
			background-color: #666;
		}

		div#contentleft li a.active {
			color: #fff;
			background-color: #666;
		}

		/*
			----------------------------------------------------------------------
		*/
		
		div#contentleft ul#imgmenue {
		}
		
		div#contentleft ul#imgmenue li {
			list-style-type: none;
		}
		
		div#contentleft ul#imgmenue li a {
			margin: 0;
			padding: 0;
		}

		div#contentleft ul#imgmenue li a span {
			height: 0;
			line-height: 0;
			font-size: 0;
			text-indent: -1000px;
		}

		div#contentleft ul#imgmenue li a#img1 {
			width: 185px;
			height: 158px;
			margin-top: 1em;
			background: url(button-info.jpg) left top no-repeat;
		}

		div#contentleft ul#imgmenue li a#img2 {
			width: 185px;
			height: 131px;
			margin-top: 1em;
			background: url(button-hilfe.jpg) left top no-repeat;
		}
		
		
		/*
			----------------------------------------------------------------------
		*/
		
		div#contentmid {
			float: left;
			display: inline;
			width: 578px;
			font-size: 1.2em;
		}
		
		div#contentmid div#breadcrumbs {
			padding: 10px 20px;
		}
		
		div#contentmid div#breadcrumbs p a {
			color: #636260;
			background-color: transparent;
			text-decoration: none;
		}
		
		div#contentmid div#content {
			width: 538px;
			padding: 10px 20px;
			color: #393835;
			background-color: transparent;
		}
		
		div#contentmid div#content h1 {
			font-size: 1.8em;
			line-height: 1;
			color: #393835;
			background-color: transparent;
			font-weight: normal;
			margin-bottom: 0.5em;
			border-bottom: 1px solid #393835;
		}
				
		div#contentmid div#content p {
			color: #393835;
			background-color: transparent;
			margin-bottom: 0.5em;
		}


		/*
			----------------------------------------------------------------------
		*/
		
		div#contentright {
			float: right;
			display: inline;
			width: 185px;
			font-size: 1.2em;
		}
		
		div#contentright ul {
		}
		
		div#contentright li {
			list-style-type: none;
			color: #fff;
			background: #521359 url(bg-li-menue.gif) left center no-repeat;
		}
		
		div#contentright li a {
			display: block;
			width: 155px;
			padding: 5px 10px 5px 20px;
			font-size: 1em;
			font-weight: bold;
			text-decoration: none;
			color: #fff;
			background: #521359 url(bg-li-menue.gif) 5px center no-repeat;
		}

		div#contentright ul ul {
		}
		
		div#contentright ul ul li {
			background-color: #831E8E;
		}
		
		div#contentright ul ul li a {
			background-color: #831E8E;
		}

		div#contentright li a:hover {
			color: #fff;
			background-color: #666;
		}

		div#contentright li a.active {
			color: #fff;
			background-color: #666;
		}

		/*
			Schluss
			----------------------------------------------------------------------
		*/
		
		div#bottom {
			clear: both;
			height: 5px;
			background-image: none;
		}

/* 
	TYPO3
	---------------------------------------------------------------
*/

.csc-mailform {
        border: none;
}


.csc-mailform input,
.csc-mailform textarea {
        border: 1px solid #999;
        padding: 0.2em;
}


.csc-mailform-field {
	padding: 0.2em 0;
}


.csc-mailform-field label {
        width: 10em;
        min-width: 10em;
        float: left;
        text-align: left;
        margin-right: 0;
        display: block;
}


.csc-mailform-check {
}


.csc-mailform-label {
	font-weight: bold;
}


.csc-mailform-submit {
        margin-left: 10em;
}

