* {
	margin: 0;
	padding: 0;
}
body {
	background: #252525 url(../img/bgrnd_site.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}
/* !Basis-Layout */
#wrapper {
	margin: 10px auto 0 auto;
	width: 983px;
}
#header {
	height: 233px;
	background: transparent url(../img/header_bgrnd2.jpg) no-repeat;
}
#header #banner {
	margin: 0 0 0 215px;
	padding: 11px 0 0 0;
	width: 570px;
	height: 118px;
}
#menuTop {
	height: 40px;
	background: transparent url(../img/menu_top_bgrnd.jpg) no-repeat;
}
#menuTop ul {
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
	list-style: none;
}
#menuTop ul li {
	float: left;
	padding: 0 12px;
	height: 30px;
	line-height: 30px;
	border-right: solid 1px #ccc;
}
#menuTop ul li a {
	display: block;
	text-decoration: none;
	color: #333;
}
#menuTop ul li a:hover {
	color: #53301c;
}
#menuTop .searchBox {
	float: right;
	padding: 5px 15px 0 0;
	margin: 1px;
	height: 20px;
	width: 200px;
}
#menuTop .searchBox form {
	overflow: hidden;
}
#menuTop .searchBox .label {
	float: left;
	width: 60px;
	font-weight: normal;
}
#menuTop .searchBox .searchInput {
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	border: solid 1px #ccc;
}
#contentWrapper {
	min-height: 400px;
	background: transparent url(../img/content_bgrnd.jpg) repeat-y;
}
#contentWrapper #menuLeft {
	float: left;
	margin: 0px 40px 0 10px;
	width: 190px;
}
#contentWrapper #menuLeft .menuLeftContent {
	margin: 5px 0 0 0;
	width: 190px;
	font-size: 85%;
	line-height: 130%;
	color: #333;
}
#contentWrapper #menuLeft .menuLeftContent a {
	color: #333;
	text-decoration: none;
}
#contentWrapper #menuLeft .menuLeftContent a:hover {
	color: #53301c;
}
#contentWrapper #menuLeft .menuLeftContent h1,
#contentWrapper #menuLeft .menuLeftContent h2,
#contentWrapper #menuLeft .menuLeftContent h3 {
	margin: 5px 0;
	font-size: 150%;
	line-height: 140%;
	font-weight: bold;
}
#contentWrapper #menuLeft .menuLeftContent h4,
#contentWrapper #menuLeft .menuLeftContent h5,
#contentWrapper #menuLeft .menuLeftContent h6 {
	margin: 5px 0;
	font-size: 130%;
	line-height: 120%;
	font-weight: bold;
}
#contentWrapper #menuLeft .bookmarks {
	margin: 20px 0 20px 5px;
	padding: 0 0 5px 0;
	width: 180px;
	border-bottom: solid 2px #ccc;
}
#contentWrapper #menuLeft .bookmarksContainer {
	padding: 10px 5px 0 5px;
	border-top: solid 1px #ccc; float: left;
}
#contentWrapper #menuLeft ul {
	margin: 5px 0 0 0;
	list-style: none;
	background-color: #ebebeb;
	border-top: solid 1px #ccc;
}
#contentWrapper #menuLeft ul li {
	padding: 5px 0 5px 10px;
	background: transparent url(../img/m_bgrnd.jpg) repeat-x bottom left;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
#contentWrapper #menuLeft ul li a {
	display: block;
	text-decoration: none;
	color: #333;
}
#contentWrapper #menuLeft ul li a:hover {
	color: #53301c;
}
#contentWrapper #menuLeft ul li ul {
	padding: 0 0 0 10px;
}
#contentWrapper #menuLeft ul li ul li {
	padding: 0 0 0 15px;
	margin: 0 0 0 -20px;
	background: none;
	background-color: #ebebeb;
	border: none;
}
#contentWrapper #menuLeft ul li ul li a {
	display: block;
	text-decoration: none;
	color: #333;
}
#contentWrapper #menuLeft ul li ul li a:hover {
	color: #53301c;
}
#contentWrapper #content {
	float: left;
	width: 670px;
	margin: 20px 0;
}
#contentWrapper #content .rootline a {
	text-decoration: none;
	color: #333;
}
#contentWrapper #content .rootline a:hover {
	color: #53301c;
}
/* !Inhalt in der Mitte */
#contentWrapper #content .contentMainCenter {
	float: left;
	width: 100%;
}
#contentWrapper #content .contentMainCenter h1 {
	clear: both;
	padding: 0 0 0.65em 0;
	margin: 1.5em 0 0.5em 0;
	font-size: 1.6em;
	line-height: 1.8em;
	font-weight: normal;
	border-bottom: solid 1px #ccc;
}
#contentWrapper #content .contentMainCenter h2 {
	clear: both;
	padding: 0 0 0.65em 0;
	margin: 1.5em 0 0.5em 0;
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: normal;
	border-bottom: solid 1px #ccc;
}
#contentWrapper #content .contentMainCenter h3 {
	clear: both;
	margin: 1.25em 0 0.5em 0;
	font-size: 1.35em;
	line-height: 1.5em;
	font-weight: normal;
}
#contentWrapper #content .contentMainCenter h4 {
	clear: both;
	margin: 1.2em 0 0.5em 0;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: bold;
}
#contentWrapper #content .contentMainCenter p {
	margin: 0.5em 0 0.25em 0;
}
#contentWrapper #content .contentMainCenter li {
	margin: 0.5em 0 0.25em 1.5em;
	
}
#contentWrapper #content .contentMainCenter a {
	text-decoration: none;
	color: #0072b9;
}
#contentWrapper #content .contentMainCenter a:hover {
	text-decoration: underline;
}
/* !Footer */
#footer {
	height: 41px;
	background: transparent url(../img/footer_bgrnd.jpg) no-repeat;
}
#footer p {
	padding: 10px 0 0 0;
	font-size: 11px;
	text-align: center;
	color: #777;
}
#footer p a {
	color: #777;
	text-decoration: none;
}
#footer p a:hover {
	color: #555;
	text-decoration: underline;
}
/* !allgemeine Stile */
.clearLeft {
	clear: left;
}
/* !spezielle Content-Stile */
#contentWrapper #menuLeft .menuLeftContent .menuLeftFocus {
	margin: 0 0 10px 0;
	padding: 10px;
	width: 168px;
	color: #222;
	background: transparent url(../img/focus_left.jpg) repeat-x center left;
	border: solid 1px #ccc;
}
#contentWrapper #menuLeft .menuLeftContent .menuLeftFocusGreen {
	margin: 0 0 10px 0;
	padding: 10px;
	width: 170px;
	color: #222;
	background: #ebebeb url(../img/focus_lu_gruen.jpg) repeat-x bottom left;
	border-top: solid 1px #ccc;
}
#contentWrapper #menuLeft .menuLeftContent .menuLeftFocusGray {
	margin: 0 0 10px 0;
	padding: 10px;
	width: 170px;
	color: #222;
	background: #ebebeb url(../img/focus_lu_grau.jpg) repeat-x bottom left;
	border-top: solid 1px #ccc;
}
* html #contentWrapper #menuLeft .menuLeftContent .menuLeftFocus,
* html #contentWrapper #menuLeft .menuLeftContent .menuLeftFocusGray,
* html #contentWrapper #menuLeft .menuLeftContent .menuLeftFocusGreen {
	margin-left: 6px;
	width: 173px;
}

#contentWrapper #menuLeft .menuLeftContent .menuLeftFocus a,
#contentWrapper #menuLeft .menuLeftContent .menuLeftFocusGreen a {
	color: #222;
	text-decoration: underline;
}
/* !Typo3-Stile überschreiben */
#content .contentMainCenter .csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 1px solid #ccc;
	padding: 0px 0px;
}
#content .contentMainCenter .csc-textpic-intext-left .csc-textpic-imagewrap {
	padding: 2px 20px 5px 0;
}
#content .contentMainCenter .csc-textpic-intext-right .csc-textpic-imagewrap {
	padding: 2px 0 5px 10px;
}
#content .contentMainCenter .indent {
	margin-left: 30px;
}
dd.csc-textpic-caption {
	padding: 5px 0 0 0;
	font-size: 90%;
	line-height: 140%;
	color: #555;
}
