/* Allgemeine Klassen */

.left {
	float: left;
}

.right {
	float: right;
}

.clearing {
	clear: both;
}

.noneline {
	border-bottom: none;
}

/* breite der Seite */
div#headerwrap,
div#teaserwrap,
div#contentwrap,
div#footerwrap,
div.menu {
	width: 966px;
}

/* HEADER UND TEASER */
div#headerwrap {
	position:absolute;
	top:0;
	left:0;
	z-index: 30;
	background-image: url(../img/ras/bg.gif);
	background-repeat: repeat-y;
	height: 120px;
}

/* position:fixed f�r moderne browser - header und footer scrollen nicht */
body>div#headerwrap {
	position: fixed;
}

div#header {
	height: 100px;
	border-bottom: 2px solid white;
	overflow: hidden;
}

div#logo {
	position: absolute;
	margin: 35px 0 0 660px;
	float: right;
}

/*div#header img {
	margin: 28px 150px 0 0;
	float: right;
}

div#teaserwrap {
	height: 172px;
}

div.teaserimg {
	position: relative;
	height: 148px;
}

html>body div.teaserimg {
	height: 151px;
}*/

/* NAVIGATION */
div.menu {
	position: fixed;
	z-index: 10;
	float: left;
	white-space: nowrap;
}

div#teaserwrap div.menu {
	border-left: 1px solid white;
	top: 102px;
}

div#footerwrap div.menu {
	border-right: 1px solid white;
}

div.menu ul,
div#footerwrap div.menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 129px;
	float: left;
}

div.menu ul.printer {
	width: 50px;
}

html>body .printicon {
	margin-bottom: -3px;
}

div#footerwrap div.menu ul li {
	white-space: nowrap;
	width: auto;
}

div#footerwrap div.menu ul li a {
	padding-left: 24px;
	padding-right: 24px;
}

div#footerwrap div.menu ul {
	width: auto;
}

div#footerwrap div.menu {
	float: right;
	width: auto;
}

div.menu ul a,
div.menu ul h1 {
	text-align: center;
}

div.menu ul a:hover {
	text-decoration: none;
}

div.menu ul ul a {
	text-align: center;
	
}

/* Ebene 1 */
div.menu a, 
div.menu h1 {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #5D5D60;
	display: block;
	border-width: 0 1px 1px 0;
	border-style: none solid solid none;
	border-color: transparent #FFFFFF #FFFFFF transparent;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}

/* FOOTERMENU */
div#footerwrap .menu a, 
div#footerwrap .menu h1 {
	border-width: 0 0 1px 1px;
	border-style: none none solid solid;
	border-color: #FFFFFF;
	color: #FFFFFF;
}

div.menu a:hover,
div.menu h1:hover,
div#footerwrap .menu a:hover, 
div#footerwrap .menu h1:hover, 
div#footerwrap .menu .language a {
	color: #5D5D60;
	background-color: #E6E6E6;
}

div#footerwrap .menu .language a {
	background: #E6E6E6 url(../../img/ras/switcher.gif) no-repeat;
	background-position: 15px 1px;
	padding-left: 30px;
}

div.menu li {
	position: relative;
}

/* Ebene 2 */
div.menu ul ul {
	position: absolute;
	z-index: 500;
	margin-left: -1px;
	width: 130px;
}

div.menu ul ul a,
div.menu ul ul ul a {
	font-weight: normal;
	border-width: 0 1px 1px 1px;
	border-style: none solid solid solid;
	border-color: transparent #FFFFFF #FFFFFF #FFFFFF;
}

div.menu ul ul li.haschild a {
	background: #5D5D60 url(../../img/ras/arrow_light.gif) right no-repeat;
}

div.menu ul ul li.haschild a:hover {
	background: url(../../img/ras/arrow_dark.gif) right no-repeat;
}

div.menu ul ul li.haschild ul a,
div.menu ul ul li.haschild ul a:hover {
	background-image: none;
}

div.menu ul ul a:hover,
div.menu ul ul li.haschild a:hover {
	color: #5D5D60;
	background-color: #E6E6E6;
}

/* Ebene 3 */
div.menu ul ul ul {
	position: absolute;
	top: -1px;
	left: 130px;
	border-top: 1px solid #FFFFFF;
}

div.menu ul.last ul ul {
	position: absolute;
	left: -100%;
}

div.menu ul ul ul li.haschild a {
	background: #5D5D60 url(../../img/ras/arrow_light.gif) right no-repeat;
}

div.menu ul ul ul li.haschild a:hover {
	background: url(../../img/ras/arrow_dark.gif) right no-repeat;
}

div.menu ul ul ul li.haschild ul a,
div.menu ul ul ul li.haschild ul a:hover {
	background-image: none;
}

div.menu ul ul ul a,
div.menu ul ul li.haschild ul a {
	color: #FFFFFF;
	background-color: #5D5D60;
}

div.menu ul ul ul a:hover,
div.menu ul ul li.haschild ul a:hover {
	background-color: #E6E6E6;
}

/* Ebene 4 */
div.menu ul ul ul li.haschild ul a:hover {
	background-color: #E6E6E6;
}

div.menu ul ul ul ul a {
	border-color: transparent #FFFFFF #FFFFFF #FFFFFF;
}


div.menu ul ul ul ul a,
div.menu ul ul ul li.haschild ul a {
	color: #FFFFFF;
	background-color: #5D5D60;
}

div.menu ul ul,
div.menu ul li:hover ul ul,
div.menu ul ul li:hover ul ul {
	display: none;
}

div.menu ul li:hover ul,
div.menu ul ul li:hover ul,
div.menu ul ul ul li:hover ul {
	display: block;
}

/* NEVIGATION FUER IE */
*html body {
	behavior: url(fileadmin/template/scripts/csshover.htc);
}


*html div.menu ul li {
	float: left; 
	width: 100%;
}

*html div#footerwrap .menu ul li {
	width: 1%;
}

*html div.menu ul li a {
	height: 1%;
} 


/* CONTENT */
div#contentwrap {
	padding: 145px 0 55px 0;
}

/* Title hochkant */
div.sitetitle,
div.sitetitleimg {
	width: 210px;
	float: left;
	margin-right: 6px;
	overflow: hidden;
}

div.titleimg {
	position: absolute;
	z-index: 20;
	margin-left: 130px;
	bottom: 70px;
}

div.bigtitleimg {
	position: absolute;
	z-index: 10;
	width: 178px;
	margin-top: 0px;
	margin-left: 15px;
	overflow: hidden;
}

html > body div.titleimg {
	position:fixed;
}
/*
html > body div.bigtitleimg {
	position:fixed;
}*/

/*
div.titleimg {
	margin-left: 120px;
}
*/

div.sitetitle h1 {
	text-align: left;
	font-size: 1.1em;
	color: #818181;
	font-weight: bold;
	background-image: url(../../img/ras/bullet_h1title.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	border-bottom: 1px solid #B2B2B2;
	margin: 32px 15px 0 15px;
	padding-left: 15px;
}

div.sitepath {
	font-size: 11px;
	color: #FFFFFF;
	padding: 26px 5px 3px 17px;
	height: 22px;
}

*html div.sitepath {
	text-indent: -3px;
}

html > body div.sitepath {
	margin-top: -3px;
}

div.sitepath a {
	color: #FFFFFF;
	text-decoration: none;
}

div.sitepath a.activePath {
	font-weight: bold;
}

div.sitepath a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

div#contentsubwrap {
	margin: 5px 0 0 210px;
}

div.sitecontent {
	height: 1%;
	padding: 5px 0 0 0;
	font-size: 1.2em;
	float: left;
	width: 100%;
}

*html div.sitecontent {
	overflow: hidden;
}

div.sitecontent h1,
div.sitecontent h2 {
	margin-bottom: 11px;
	font-size: 1.2em;
	color: #000000;
	text-align: left;
	width: 340px;
}

div.sitecontent li {
	font-size: 1em;
	list-style-type: none;
	background-image: url(../../img/ras/bullet_list.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 12px;
	margin-bottom: 3px;
}

div.sitecontent div.leftcont {
	width: 340px;
	float: left;
	text-align: justify;
}

div.sitecontent div.backlink {
	clear: both;
	font-style: italic; 
	padding-top: 30px;
}

div.sitecontent div.backlink a {
	color: black;
	padding-left: 10px;
	background-image: url(../../img/ras/arrow_back.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

div.sitecontent div.backlink a:hover {
	color: #E6E6E6;
}

div.sitecontent div.rightimage,
div.overlargecont div.rightimage,
div.xlargecont div.rightimage {
	width: 342px;
	float: right;
}

div.overlargecont div.rightimage {
	width: 170px;
}

div.xlargecont div.rightimage {
	width: 540px;
}

div.sitecontent div.rightimage img,
div.maxlargecont div.bottomimage img {
	margin-bottom: -3px;
	margin-top: 2px;
}

div.maxlargecont div.bottomimage img {
	border: none;
}

div.sitecontent div.rightimage div.imagecaption,
div.maxlargecont div.bottomimage div.imagecaption {
	color: #000000;
	font-size: 0.8em;
	padding: 7px 0 7px 0;
	line-height: 1em;
}

div.sitecontent div.contentblock {
	padding-bottom: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	clear: both;
	height: 1%;
	text-align: justify;
}

div.overlargecont,
div.overlargecont div.contentblock,
div.maxlargecont,
div.maxlargecont div.contentblock {
	width: 732px;
	padding: 5px 0 0 0;
}

div.overlargecont div.leftcont {
	width: 540px;
	float: left;
}

div.xlargecont div.leftcont,
div.xlargecont h1,
div.xlargecont h2 {
	width: 170px;
	float: left;
}

div.xlargecont h1,
div.xlargecont h2 {
	float: none;
}

div.maxlargecont div.leftcont {
	width: 725px;
	float: left;
	margin-bottom: 20px;
}

div.maxlargecont div.bottomimage {
	float: left;
}

div.sitecontent div.imageRow {
	float: right;
	width: 360px;
}

div.sitecontent div.imageRow div.rightimage {
	float: left;
	text-align: left;
	margin-bottom: 20px;
	padding-left: 15px;
}

/* FOOTER */
/* keine fixe pisition f�r IE5/Win - die ganze Seite scrollt */
div#footerwrap {
	p\osition:absolute;
	z-index: 30;
	bottom:0;
	left:0;
	height: 40px;
	background-color: #000000;
	border-top: 2px solid white;
}

div#footerwrap .menu {
	position:relative;
}

div#footerwrap .bottomlogo img {
	margin-top: 10px;
	margin-left: 40px;
}

*html div.menu {
	position:absolute;
}

body>div#footerwrap {
	position:fixed;
}

/* IE6+ */
*html div#footerwrap {
	bottom:-1px;
}

/* HELPER IFRAMES WEGEN IE WINDOWED ELEMENTS */
#headerframe,
#footerframe {
	width: 966px; 
	position: absolute; 
	z-index: 5
}

#headerframe {
	height: 100px; 
	top: 0px; 
}

#footerframe {
	height: 40px;
	bottom: 0px;
}

/* start sitemap */
.contentblock ul.sitemap li {
	background-image: url();
	margin: 0px 0px 0px 45px;
	padding: 0px;
	float: left; 
	font-size:14px;
	font-weight: bold;
}
.contentblock ul.sitemap li a {
	color: #000000;
}

.contentblock ul.sitemap li li {
	font-size:11px;
	font-weight: normal;
	margin:0px;
	padding: 0px;
	padding-top:20px;
	clear:left;
}

.contentblock ul.sitemap li li li {
	margin: 0px;
	padding: 0px;
	padding-left:15px;
	margin-top: 5px;
	background-image: url(../../img/ras/arrow_dark.gif);
	background-position: 5px 1px;
}
.contentblock ul.sitemap li li li li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/* end sitemap */

/* start events and news */
.tx-vcdcalendar-pi1 .listView p, .tx-vcdcalendar-pi1 .singleView p, .newsList p, .newsSingle  {
	text-align: justify;
}
.tx-vcdcalendar-pi1 .listView, .tx-vcdcalendar-pi1 .singleView, .newsSingle  {
	float:left;
	width:340px;
}
.tx-vcdcalendar-pi1 .listView a, .newsList .moreLink a {
	color: #000000;
}
.tx-vcdcalendar-pi1 .listView a:hover, .newsList .moreLink a:hover {
	color: #E6E6E6;
}
.tx-vcdcalendar-pi1 .rightimage, .singleView .newsSingle {
	float: left;	
}
.tx-vcdcalendar-pi1 .rightimage, .tx-vcdcalendar-pi1 .listView {
	margin-bottom: 40px;
}
.tx-vcdcalendar-pi1 .listView .date {
	 font-size: 1.2em;
	 font-weight:bold;
}
.tx-vcdcalendar-pi1 .moreLink a {
	margin-top: 20px;
}
.tx-vcdcalendar-pi1 .moreLink a {
	float:right;
}
.tx-vcdcalendar-pi1 .moreLink a, .newsList .moreLink a {
	background: url(../../img/ras/arrow_dark.gif) right no-repeat;
	padding-right: 20px;
	font-style: italic;
	
}
.tx-vcdcalendar-pi1 .singleView .date, .newsSingle .date {
	margin: 20px 0px;
	font-size:0.9em;
}
.tx-vcdcalendar-pi1 .listView h2, .tx-vcdcalendar-pi1 .singleView h1  {
	margin:0px;
}

.tx-vcdcalendar-pi1 .listBlock,
.newsList {
	border-bottom: 2px solid #FFFFFF;
	padding-bottom: 10px;
	width: 710px;
}

*html .tx-vcdcalendar-pi1 .listBlock {
	height: 1%;
}

.tx-vcdcalendar-pi1 .listBlock .listView {
	margin-bottom: 10px;
}

.tx-vcdcalendar-pi1 .rightimage,
.tx-vcdcalendar-pi1 .rightimage img {
	padding: 0;	
	margin: 0;
	float: right;
}
div.single img {
	padding-bottom: 8px;
	padding-right: 8px;
}
.newsList {
	margin-bottom:10px;
}
.newsList .teaser h2 {
	margin: 0px 0px 4px 0px;
}
.newsList .teaser h2 a {
	color: black;
}
.newsList .teaser h2 a:hover {
	color: #E6E6E6;
}
.newsList .moreLink {
	float:left;
	margin-top:-1.2em;
	float: right;
}
.newsList .teaser {
	width:500px;
}
.newsSingle {
	width:100%;
}
.newsSingle .newsAttachments {
	padding-top:10px;
}
/* end events and news */



.screenlogo {
	display: block;
}

.printlogo {
	display: none;
}

/* Bewerbungsformular Jobcenter */

#applyForm {
  width: 640px;
}
#applyForm table {
  margin: 0;
  padding: 0;
}
#applyForm th,
#applyForm td {
  padding: 3px;
  text-align: left;
  border: none;
 
}

#applyForm table td.withtable,
#applyForm table table {
  margin: 0;
  padding: 0;
}
#applyForm .col2_1 {
	width: 300px;
}
#applyForm .col2_1 label {
	width: auto;
}
#applyForm .5col1 {

}
#applyForm .6col1 {

}
#applyForm .radiobutton {
	width: 24px;
	background: none;
	border: none;
}
#applyForm input{
	width: 230px;	
	font-size: 1em;
	vertical-align: top;
	border: 1px solid #E6E6E6;
	border-top: 1px black solid;
	border-left: 1px black solid;
	# color: #5D5D60;
	background-color: white ;

	margin-left: 5px;
	margin-right: 5px;
}

#applyForm select {
	width: 250px;	
	font-size: 1em;
	vertical-align: top;
	border: 1px solid;
  border-color: #E6E6E6;
	# color: #5D5D60;
	# background-color: #E6E6E6 ;
	
	margin-left: 5px;
	margin-right: 5px;
}
#applyForm #send {
	margin: 0;
	background-color: #5D5D60;
	border: 1px solid white;
	color: #FFFFFF;
	font-weight: bold;

}
#applyForm #mailformformtype_reset {
  background-color: #5D5D60;
  color: #FFFFFF;
  border: 1px solid white;
  font-weight: bold;
}

#applyForm select {
	width: 230px;	
}
#applyForm option {
	border: none;	
}
#applyForm .autosize {
	width: auto;
}
#applyForm .shorter {
	width: 159px
}
.contentblock span{
	max-width: 150px;
}


/* End Bewerbungsformular Jobcenter */




/* News Home */

.newsitemborder {

	float: left;
	width: 358px;
	height: 140px;
	background-image: url(../../img/keiper/newsteaser_bg_n.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	padding: 1px;
	margin: 10px 0 30px 5px;
}

.newsInner {
	padding: 10px 10px 0px 10px;
}

/*.newsInner h2 {
	padding: none;
}*/

.newsInner a {
	text-decoration: none;
	border: 0px;
	margin-top: -15px;
	color: #000000;
}

.newsInner a:hover {
	color: #5D5D60;
}

.newsInner div.newsMore a {
	color: #000000;
	margin-top: 20px;
	float:right;
	padding-right: 20px;
	font-style: italic;
	background: url(../../img/ras/arrow_dark.gif) right no-repeat;
}

.newsInner div.newsMore a:hover {
	color: #5D5D60;
}

/* End News Home */

div.home div.listBlock {
	border-top: 2px solid #FFFFFF;
	padding-top: 5px;
	padding-bottom: 0px;
	width: 355px;
	float:left;
	font-size: 0.9em;
	margin-left: 5px;
	background-color:#bfbfbf;
}

div.home div.listBlock.left {
	margin-left:15px;
}

div.home div.listBlock h2 {
	width: 215px;
}

div.home div.listBlock .listView {
	width: 215px;
	padding-left: 10px;
}

div.home div.listBlock .rightimage {
	width: 120px;
}