@charset "utf-8";
/**
 * Stylesheet für esr-bebra.de
 *
 * Stilvorlagen für die Bildschirmdarstellung des RTE
 *
 * @link          http://www.esr-bebra.de
 * @copyright     2008 Matthew Colton mat@colton.de
 * @date          2009-07-14
 * @lastmodified  2009-08-03
 */
body {
	color: #000;
	background: url(../layout/page-bg.jpg) no-repeat #fff;
	padding: 0;
	margin: 0;
}

form { display: inline; }

img { border-width: 0; }	

body, p, table, td, textarea, input {
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
}

a {
	text-decoration: underline;
	color: #64569e;	
}

select.input, input.input, textarea.input {
	border:  1px solid #099;
	padding: 1px;
	color:   #555;
	font-style: italic;
}

input.submit {
	cursor: pointer;
}

div#logo {
	position: absolute;
	z-index: 10;
	top: 25px;
	left: 41px;
}

p#header {
	color: #6bbdb7;
	width: 944px;
	font-size: 12px;
	text-align: right;
	margin: 20px 0 0;
	padding: 0;
	position: relative;
	overflow:visible;
}

p#header span {
	position: relative;
	width: 12px; 
	height: 14px;
	display: inline-block;
}

p#header span img {
	position: absolute;
	z-index: 15;
	top: 4px;
	left: 5px;
}

p#header span {
	font-style: normal;
	font-weight: bold;
}

p#header a {
	text-decoration: none;
	color: #008788;	
	font-weight: normal;
}

p#header a.current, p#header a:hover {
	text-decoration: underline;
}

input#global-search {
	border: 1px solid #6bbdb7;
	width: 120px;
	background: url(../layout/global-search-bg.png) no-repeat;
	padding:   2px 2px;
	margin: 0 60px 0 10px;
	height: 14px;
}

input#global-search-submit {
	font-size: 10px;
	font-weight:bold;
	font-style: italic;
	border-width: 1px;
	border-style: solid;
	border-color: #85cac5 #6fbfbe;
	text-align: center;
	color: #fff;
	background: #52b2b0;
	margin: 0 0 1px 7px;
	padding: 2px 2px 3px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 20px;
	display: block;
}

div#header-icon {
	position: absolute;
	z-index: 18;
	top: 102px;
	left: 356px;
	width: 109px;
}

ul#nav {
	font-size: 13px;
	position: absolute;
	z-index: 20;
	top: 154px;
	left: 46px;
	width: 278px;
	list-style: none;
	padding: 0;
	margin: 0;
	background: url(../layout/nav-border-off.png) no-repeat top left;
}

ul#nav li {
	float:left;
	width: 100%;
	margin: 0;
	padding: 0;
}

ul#nav li a {
	text-decoration: none;
	display: block;
	color: #009999;
	background: url(../layout/nav-border-off.png) no-repeat bottom left transparent;
	font-weight: bold;
	padding: 10px 2px 10px 12px;
}

ul#nav li a:hover {
	background: url(../layout/nav-border-off.png) no-repeat bottom left #b8e3e3;
	color: #008888;
}

ul#nav li a.current, ul#nav li a.current:hover {
	background: url(../layout/nav-border-on.png) no-repeat bottom left #009999;
	color: #fff;
}

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

ul#nav li li {
	background: url(../layout/li-bullet.png) no-repeat left center transparent;
}

ul#nav li li a {
	color: #828282;
	font-weight: normal;
	padding: 9px 2px 9px 33px;
	background: url(../layout/nav-border-off.png) no-repeat bottom left transparent;
}

ul#nav li li a.current, ul#nav li li a.current:hover, ul#nav li li a:hover {
	color: #828282;
	background: url(../layout/nav-border-off.png) no-repeat bottom left transparent;
	text-decoration: underline;
}

p#copyright {
	position: absolute;
	z-index: 30;
	top: 800px;
	left: 46px;
	width: 200px;
	padding: 0 ;
	text-align: right;
	font-size: 10px;
	color: #9f9f9f;
}

div#content {
	color: #555;
	font-size: 13px;
	position: absolute;
	z-index: 50;
	top: 222px; 
	left: 353px;
	width: 554px;
}

div#content h1 {
	color: #8f8f8f;
	font-size: 24px;
	margin: 0 0 15px;
	padding: 0 0 1px;
	font-weight: normal;
}

div#content h2 {
	color: #009999;
	font-size: 13px;
	margin: 0 0 1px;
	padding: 4px 0 1px;
	font-weight: bold;
}

h2#slogan {
	position: absolute;
	left: 510px;
	top: 125px;
	width: 434px;
	font-size: 17px;
	color: #d6eeee;
	text-align: right;
	background: transparent;
	font-weight: normal;
	line-height: 1;
	padding: 0;
	margin: 0;
}

div#content ul {
	margin-top: 0;
	padding-top: 4px;
}

div#content li {
	line-height: 1.5;	
	margin-bottom: 1px;
}

div#content p {
	margin: 0 0 12px;
	padding: 0 0 1px;
	line-height: 1.45;
}


div.two-col div.two-col-left, div.two-col div.two-col-right {
  float: left;
  width: 265px;
}

div.two-col-wide div.two-col-left {
  float: left;
  width: 365px;
}

div.two-col-wide div.two-col-right {
  float: left;
  width: 165px;
}

div.clear {
  clear: both;
}

div.two-col-wide div.two-col-left input.input-scaled, div.two-col-wide div.two-col-left textarea.input-scaled, p.tx-indexedsearch-form input.input-scaled {
  font-size: 13px;
  padding: 2px;
  width:   326px;
  background: url(../layout/input-bg.png) no-repeat;
}

div.tx-wecmap-map {
	border:  1px solid #099;
}

ul.browsebox {
	list-style: none;	
	float: right;
}

ul.browsebox li {
	display: inline;
	margin:  0 5px;
}

div.tx-indexedsearch-whatis { display: none; }

div.clear, p.clear {
	clear: both;
}

img.float-right {
	float: right;
	margin: 4px 0 0 10px;
	border: 0px solid #555 !important;	
}

img.float-left {
	float: left;
	margin: 4px 10px 0 0;
	border: 0px solid #555 !important;	
}

div.csc-textpic-border div.csc-textpic-imagerow {
	padding-top: 4px !important;
}

div.csc-textpic-border div.csc-textpic-imagewrap img {
	border: 0px solid #555 !important;	
}

p.small {
	font-style: normal;
	font-size: 11px;
	margin-top: 0;
	padding-top: 0;
	line-height: 1.25 !important;
}