/* @override http://www.projekt-waschbaer.de/fileadmin/templates/css/waschbaer.css */

body {
	background: #5b6542;	
	color: #000;
	margin: 0;
	padding: 0;
}

h1 { 
	background: #d4d8b4 url(../pics/head.jpg) no-repeat;
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	height: 155px;
}

h1 a {
	display: block;
	text-indent: -99999em;
	line-height: 200px;
	overflow: hidden;
	width: 1024px;
	height: 155px;
}

h2 {
	line-height: 1.3em;
}

a {
	color: #000;
}

.container {
	background: #d4d8b4;
	border-left: 40px solid #d4d8b4;
	border-right: 34px solid #d4d8b4;
}

#content {
	padding-top: 1em;
	padding-bottom: 2em;
	background: #ecf0e1;
}

#menu {
	padding-top: 6em;
	padding-bottom: 1em;
}

#menu a:link, #menu a:visited {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}


#menu ul li.active {
	background-color: #ecf0e1;
	/*text-transform: uppercase;*/
	padding: .75em .5em;
/*padding: .2em 0 .2em 1em;*/
}
#menu ul li.active a:link, #menu ul li.active a:visited { font-weight: normal; }

#menu ul {
	margin: 0;
	list-style: none;
}

#menu ul li {
	margin: 0 0 .8em;
	list-style-position: inside;
}

#menu ul li ul { margin: .5em .5em .5em 1em; padding: 0; }
#menu ul li ul li { margin: 0 0 .3em 0; padding: 0; }

#menu h4 {
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 98%;
}

#searchbox {
	margin-top: 2em;
}

#searchbox label {
	display: block;
}


#content {
	width: 65%;
	float: right;
}

#content ul li {
	margin: .5em 0;
}

#content img, .csc-textpic img, .csc-textpic-image a img {
	border: 1px solid #000;
	padding: 0;
}

#content a img, #content .csc-textpic-border img {
	border: none;
}

#content a.internal-link img {
	border: none;
}

dl.csc-textpic-firstcol {
/* 	clear: left !important;
	float: left; */
}

dl.csc-textpic-lastcol {
/* 	clear: left !important;
	float: right; */
}

dd.csc-textpic-caption {
	font-size: 95%;
	color: #333;
	padding: 1em 0;
}

sup, sub {
	line-height: 0;
}

.align-right {
	text-align: right;
}
/* @group TYPO3 Edit Panel */

table.typo3-editPanel { border: none; background-color: #fff; width: auto;}
div.third table.typo3-editPanel img {
	width: auto;
	height: auto;
}
table.typo3-editPanel TD.typo3-editPanel-controls { border: 1px solid #ccc; background-color: #fff;}

/* @end */

p.csc-linkToTop {
	text-align: right;
}