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

body {
	background-color: #5b6542;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover; /*-- Used for Chrome and Safari browsers --*/
	-moz-background-size: cover; /*-- Used for Firefox browser --*/
	-o-background-size: cover; /*-- Used for Opera browser --*/
	background-size: cover; /*-- Used for IE browser --*/

	color: #000;
	margin: 0;
	padding: 20px 0;
}

#header {
	background: #d4d8b4 url(../pics/waschbaer-forschung-mueritz.jpg) bottom left no-repeat;
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	height: 177px;
}

#header a:link, #header a:visited {
	color: #404b2b;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}

h1 {
	color: #404b2b;
	font-weight: normal;
	font-size: 16px;
	float: left;
	padding: 5px 0 5px 10px;
	margin: 0;
}

#header ul {
	float: right;
	font-size: 12px;
	list-style: none;
	padding-top: 5px;
}

#header li {
	border-right: 1px solid #404b2b;
	float: left;
	padding-right: 5px;
	margin-left: 5px;
}

#header li.last {
	border: none;
}

h2 {
	line-height: 1.3em;
}

a {
	color: #000;
}

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

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

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

#menu a {
	display: block;
}

#menu .active {
	font-weight: bold;
}

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

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


#menu ul li.active {
	background-color: #ecf0e1;
	padding: .75em .5em;
}

#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, #menu ul li ul li.active { 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;
}

/* Border just around the image */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img,
div.csc-textpic div.csc-textpic-single-image img,
#content img {
	border: 1px solid #000;
	padding: 0;
}

/* no border if set: Rahmen ausblenden */
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img,
div.csc-textpic-border div.csc-textpic-single-image img,
#content div.csc-textpic-border img {
	border: none;
}
/* #content a img, #content a.internal-link img {
	border: none;
} */

/*div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {*/
	/*margin-bottom: 0;*/
/*}*/

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

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

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

.csc-caption {
	margin-bottom: 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;
}