		/*
		
			Lokaler Aktionsplan Barnim | Inhaltsseiten
			lap-barnim.de
			----------------------------------------------------------------------
		
		*/
		
		
		
		/*
			Global
			----------------------------------------------------------------------
		*/
		
		* {
			margin: 0;
			padding: 0;
			border: none;
		}
		
		body {
			color: #656661;
			background: #8f846b url(bg-body.jpg) center top no-repeat;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 0.625em;
		}
		
		acronym {
			border-bottom: 1px solid #000;
			cursor: help;
		}
		

		/*
			Container gesamter Content
			----------------------------------------------------------------------
		*/
		
		div#page {
			position: relative;
			width: 950px;
			margin: 0 auto;
			padding-bottom: 50px;
			overflow: hidden;
		}

		
		/*
			Menu oben
			----------------------------------------------------------------------
		*/
		
		div#topnav {
			float: left;
			width: 600px;
		}
		
		div#topnav h1 {
			height: 0;
			line-height: 0;
			font-size: 0;
			text-indent: -1000px;
		}
				
		div#topnav h2 {
			height: 0;
			line-height: 0;
			font-size: 0;
			text-indent: -1000px;
		}
		
		div#topnav p#jumpmenue {
			position: absolute;
			right: 2000px;
			z-index: 1;
		}
		
		div#topnav p#jumpmenue span {
			display: none;
		}
		
		div#topnav p#jumpmenue a:focus, 
		div#topnav p#jumpmenue a:active {
			position: absolute;
			right: -2000px;
			top: 0;
			display: block;
			width: 210px;
			padding: 5px 10px;
			color: #000;
			background-color: #f6f6f6;
		}

		div#topnav ul {
			float: left;
			width: 600px;
			margin-top: 23px;
		}
		
		div#topnav li {
			list-style-type: none;
			float: left;
			background: url(plus.gif) right center no-repeat;
		}
		
		div#topnav li#last {
			background: none;
		}
		
		div#topnav li a {
			font-size: 1.4em;
			font-weight: bold;
			color: #e6e6e6;
			background-color: transparent;
			text-transform: uppercase;
			margin-right: 24px;
		}

		/*
			Logo top rechts
			----------------------------------------------------------------------
		*/
		
		div#toplogo {
			float: right;
			display: inline;
			width: 297px;
			height: 75px;
		}
		
		div#toplogo img {
			margin-top: 10px;
		}
		
		/*
			Hauptmenue
			----------------------------------------------------------------------
		*/
		
		div#tabsi {
			float: left;
			margin-top: 12px;
			width: 600px;
			height: 25px;
		}
		
		div#tabsi ul {
			list-style: none;
			list-style-image: none;
		}
		
		div#tabsi ul li,
		div#tabsi ul li a {
			float: left;
			height: 25px;
		}
		
		div#tabsi ul li a span {
			height: 0;
			line-height: 0;
			font-size: 0;
			text-indent: -1000px;
		}
		
		div#tabsi ul li#tab1 a {
			width: 280px;
			background: url(bg-menue-tab1.gif) left top no-repeat;
		}
		
		div#tabsi ul li#tab1 a.active {
			background-image: url(bg-menue-tab1-ov.gif);
		}
		
		div#tabsi ul li#tab2 a {
			width: 163px;
			background: url(bg-menue-tab2.gif) left top no-repeat;
		}
		
		div#tabsi ul li#tab2 a.active {
			background-image: url(bg-menue-tab2-ov.gif);
		}
		
		div#tabsi ul li#tab3 a {
			width: 141px;
			background: url(bg-menue-tab3.gif) left top no-repeat;
		}
		
		div#tabsi ul li#tab3 a.active {
			background-image: url(bg-menue-tab3-ov.gif);
		}
		

		/*
			Banner
			----------------------------------------------------------------------
		*/
		
		div#banner {
		}
		
		div#banner img {
			border-left: 2px solid #521359;
			border-right: 2px solid #521359;
			border-top: 5px solid #521359;
			border-bottom: 2px solid #521359;
		}
		
		/*
			Suche
			----------------------------------------------------------------------
		*/
		
		div#suche {
			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 {
			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;
		}


	/* 
		Clearfix-Hack
		---------------------------------------------------------------
 */

	.clearfix:after {
		content: ".";		
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}



/* 
	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: 1em;
        display: block;
}


.csc-mailform-check {
}


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


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

