/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(../Bilder/body-bg.gif) repeat-x top left;
	font-family: Helvetica, Verdana, Arial, non-serif;
	font-size: 1em;
}

#allwrap {
	width: 980px;
	margin: 20px auto;
	background-color: #fff;
	padding: 20px 0 20px 20px;
}

* html #allwrap {
	width: 1000px;
}

#meta {
	width: 100%;
	font-size: 0.9em;
	float: left;
}

#meta ul {
	list-style-type: none;
}

#meta li {
	float: left;
	padding: 0 5px;
}

#meta li {
	border-right: 1px solid #dc026a;
}

#meta li.last {
	border: 0;
}

#meta a:link, #meta a:visited, .startspalte a:link, .startspalte a:visited, #footer a:link, #footer a:visited, a:link, a:visited {
	color: #dc026a;
	text-decoration: none;
}

#meta a:hover, .startspalte a:hover, #footer a:hover, a:hover {
	text-decoration: underline;
}

/* LOGO / Navi */

#logo {
	float: left;
	width: 470px;
	margin-right: 20px;
}

#navi {
	float: left;
	width: 490px;
}

#navi ul li {
	float: left;
	list-style-type: none;
	margin: 0 10px 0 0;
	width: 150px;
	height: 78px;
}

#navi ul li {

}

#bread {
	width: 500px;
}

#bread, #search {
	float: left;
	padding: 20px 0;
	font-size: 0.8em;
	height: 21px;
	background: url(../Bilder/bread-bg.jpg) no-repeat top left;
	color: #526887;
}

#bread a:link, #bread a:visited {
	color: #526887;
	text-decoration: none;
}

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

#bread a.active {
	color: #dc026a;
}

#search {
	float: right;
	background: transparent;
	padding-right: 20px;
}

#search input[type=text], #search input[type=submit] {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 4px;
	margin-left: 10px;
	color: #526887;
}

#search input[type=submit]:hover {
	background-color: #526887;
	color: #fff;
}

/*STARTSPALTEN*/

.startspalte {
	width: 280px;
	float: left;
	margin: 20px 10px 20px 10px;
	padding-right: 20px;
	border-right: 1px dotted #dc026a;
}
.last {
	border: 0;
}

h2 {
	font-size: 1.5em;
	margin: 0 0 20px 0;
}

.news-list-container h3 a:link, .news-list-container h3 a:visited, .tx-rtpageteaser-pi1 h3 a:link, .tx-rtpageteaser-pi1 h3 a:visited, h3, .tx-rgsimplegooglemaps-pi1 legend, legend {
	color: #EA612A;
	margin: 0 0 10px 0;
}

.tx-rgsimplegooglemaps-pi1 legend {
	margin: 20px 0;
}

.tx-rgsimplegooglemaps-pi1 .el {
	margin: 10px 0;
}

.startspalte img {
	margin: 0 0 10px 0;
}

#content h3 {
	margin: 10px 0 10px 0;
}

/*                            FOOTER*/

#footer {
	height: 65px;
	width: 958px;
	background: url(../Bilder/footer.jpg) no-repeat top left;
	clear: both;
	font-size: 0.9em;
	margin: 20px 0 0 0;
}

#footer .info {
	float: left;
	margin: 20px 0 0 20px;
}

#footer .copy {
	float: right;
	margin: 40px 20px 0 0;
}

/*                     FOLGESEITEN */
#contentwrapper {
	clear: both;
	width: 990px;
}

#submenu {
	float: left;
	width: 160px;
	margin: 0 20px 0 0;
	background: #E7EFFB;
	min-height: 380px;
	font-size: 0.9em;
}

#submenu ul {
	list-style-type: none;
}

#submenu a {
	text-decoration: none;
	color: #000;
	padding: 8px 6px;
	display: block;
	border-bottom: 1px solid #E7EFFB;
}

#submenu a:hover, #submenu li.active a:hover, #submenu li.cur ul li a:hover {
	background-color: #F7FAFE;
}

#submenu li.cur a:link, #submenu li.cur a:visited {
	background: #F7FAFE url(../Bilder/subnav-act.gif) no-repeat top right;
}

#submenu li.cur li a:link, #submenu li.cur li a:visited {
	background: transparent;
} 

#submenu ul li ul {
	text-indent: 10px;
}

#content {
	float: left;
	width: 430px;
	margin-right: 10px;
	padding-right: 10px;
}

#content.contentlong {
	width: 780px;
	background: url(../Bilder/rand-bg.jpg) no-repeat bottom right;
	min-height: 400px;
}

#marginal {
	float: left;
	width: 300px;
	/* background: url(../Bilder/rand-bg.jpg) no-repeat bottom right; */
	min-height: 400px;
}

#content p, #marginal p, #content.contentlong p {
	line-height: 1.5em;
	margin-bottom: 8px;
}

#content .csc-textpic-imagewrap {
	padding: 1px;
	background-color: #dc026a;
	color: #fff;
	font-size: 0.8em;
}

.news-list-container img, .tx-rtpageteaser-pi1 img {
	border: 1px solid #dc026a;
}

#content .csc-textpic-caption {
	margin-top: 10px;
}

.clb {
	clear: both;
	height: 1px;
	line-height: 1px;
}

/*                     TAGCLOUD */

.tx-vgetagcloud-pi1 {
	background-color: #fff;
	font-size: 0.7em;
}

.tx-vgetagcloud-pi1 a:link, .tx-vgetagcloud-pi1 a:visited {
	color: #000;
}

.tx-vgetagcloud-pi1 a:hover {
	color: #dc026a;
}
/*

BETREUERBEREICH
*/

.tx-rtvacationcare-pi2 li {
	list-style-type: none;
}

.tx-rtvacationcare-pi2 .ui-tabs-nav {
	font-size: 0.8em;
}

ul#tabs1 li {
	margin-right: 0;
}
/*

Freizeitenliste
*/
.tx-rtvacationcare-pi1 {
	font-size: 0.9em;
	margin-left: -10px;
}

.tx-rtvacationcare-pi1 .paperOne, .tx-rtvacationcare-pi1 .paperTwo {
	float: left;
	width: 208px;
	height: 188px;
	background: url(../Bilder/zettel-1.jpg) no-repeat top left;
	padding: 60px 0 0 50px;
	font-size: 1em;
}

.tx-rtvacationcare-pi1 .paperTwo {
	background: url(../Bilder/zettel-2.jpg) no-repeat top left;
}

.tx-rtvacationcare-pi1 .paperOne.ghost {
	background: url(../Bilder/zettel-1-ghost.jpg) no-repeat top left;
}

.tx-rtvacationcare-pi1 .paperTwo.ghost {
	background: url(../Bilder/zettel-2-ghost.jpg) no-repeat top left;
}

.tx-rtvacationcare-pi1 h3 {
	width: 200px;
	display: block;
	margin: 0 0 10px 0;
	font-size: 1em;
	height: 40px;
}

.tx-rtvacationcare-pi1 .detailview h3 {
	margin: 0 0 10px 0;
	font-size: 1.2em;
	height: auto;
}

.tx-rtvacationcare-pi1 h2 {
	margin: 30px 0 30px 30px;
	font-size: 1.5em;
}

.tx-rtvacationcare-pi1 .date {
	margin: 0 0 10px 0;
}

fieldset {
	/* border: 1px solid #F8B533; */
	padding: 10px;
	float: left;
	width: 450px;
}

.tx-rtvacationcare-pi1 .error fieldset, .tx-rtvacationcare-pi1 input.error {
	/* border: 2px solid red; */
}

.error {
	font-weight: bold;
	color: red;
}

.tx-rtvacationcare-pi1 input {
	border: 1px solid #EA612A;
	padding: 4px 5px;
	background-color: #E8E8E8;
}

.tx-rtvacationcare-pi1 input:hover, .tx-rtvacationcare-pi1 input:focus {
	background-color: #F8B533;
}

.tx-rtvacationcare-pi1 .register p {
	margin: 10px 0;
}

fieldset legend {
	margin: 0 5px;
	font-weight: bold;
}

.tx-felogin-pi1 fieldset div {
	margin: 0 0 10px 0;
}

label {
	float: left;
	width: 135px;
	font-size: 0.9em;
}

#search label {
	float: none;
	width: 100px;
}

.tx-rtpageteaser-pi1 img {
	float: right;
	margin: 5px;
}

.news-list-item img {
	margin: 5px;
}

.news-list-container  {
	padding: 0;
}

#content .tx-rtvacationcare-pi1 .registerlink {
	margin: 20px 0 20px 0;
	float: left;
	padding-bottom: 50px;
}

h4#registration {
	margin: 20px 0 10px 0;
	color: #EA612A;
}

.tx-rtvacationcare-pi1 .detailview h3 {
	width: auto;
}

.tx-rtvacationcare-pi1 .detailview h4 {
	margin: 10px 0 0 0;
}

/* FZ DEtail */

#fzdetail {
	width: 667px;
	background: url(../Bilder/fz-detail-body.gif) repeat-y top left;
}

#fzdheader {
	background: url(../Bilder/fz-detail-header.jpg) no-repeat top left;
	height: 39px;
	padding: 60px 0 0 80px;
}

#fzdbody {
	padding: 20px 0 0 80px;
	width: 530px;
}

#fzdfooter {
	background: transparent url(../Bilder/fz-detail-footer.jpg) no-repeat bottom left;
	padding: 20px 0 0 80px;
	min-height: 218px;
}
/*

FOTOSEITEN
*/

.fotojahre {
	padding: 20px;
	border: 1px dotted #DC026A;
	float: left;
	width: 240px;
	height: 100px;
	margin: 0 10px 10px 0;
}

.fotojahre h3 {
	float: left;
	font-size: 1.0em;
	margin: 40px 0 0 0;
}

.kubucover {
	float: right;
	margin: 0 40px 0 0;
}

.polafotos {
	float: left;
	margin: 0 30px 20px 0;
	text-align: center;
	font-size: 0.85em;
	height: 150px;
}

.polaroid img {
	margin:-5px 0 0px -5px !important;
	padding:12px 15px 35px 21px !important;
	background: url(../Bilder/polaroid-background-2.png) 0 0 no-repeat;
	border: 0;
	height: 90px;
}

.polatitle {
	font-size: 0.9em;
}

.hidespenden a:link, .hidespenden a:visited {
	color: #fff;
}

.align-right {
	text-align: right;
}

#marginal {
	padding: 65px 0 0 0;
}

#content .imageLinks dt img {
	border: 1px solid #E8F0FB;
	padding: 4px;
	background: #fff;
}

#content .imageLinks dl {
	margin: 0 10px 6px 10px;
}

#content .imageLinks .csc-textpic-imagewrap {
	background: transparent;
}

.news-single-img p {
	float: left;
}

/* Login , feuser bereiche, tabellen */
.tx-felogin-pi1 label {
	float: left;
	width: 200px;
	border-bottom: 1px dotted #FF6600;
}
.tx-felogin-pi1 input, .tx-felogin-pi1 textarea {
	margin: 5px;
	border: 1px solid #FF6600;
}
.tx-felogin-pi1 input:hover, .tx-felogin-pi1 input:active {
	background-color: #F5F5F5;
}
.tx-felogin-pi1 fieldset {
	margin: 1.5em auto 1.5em auto;
}
.tx-felogin-pi1 input#submit {
	float: right;
}
.tx-felogin-pi1 li {
	list-style-type: none;
}
.tx-felogin-pi1 ul {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
.tx-felogin-pi1 ul ul {
	margin-left: 15px;
}
.noscreen {
	display: none;
}
.blk {
	display: block;
	width: 500px;
	float: left;
}
#printbut, #closebut {
	position: fixed;
	top: 50px;
	right: 200px;
	color: #990000;
	font-weight: bold;
}
#closebut {
	top: 100px;
}
.greyline {
	background-color: #eeeeee;
}

table {
	border-collapse:collapse;
}

td {
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding: 10px 10px 10px 10px;
	/*vertical-align:top;*/
	width:auto;
}

tr:hover, .tableHeader {
	background-color: #FFCC99;
}

.tx-rtpageteaser-pi1 .main {
	clear: both;
	min-height: 170px;
}

.fullbooked {
	font-weight: 200;
	color: red;
}

/* wortewolke */
.tag-link-0, .tag-link-1, .tag-link-2 {
	margin: 4px 8px;
	
}

/* fotoübersicht jahre */

#c61 .tx-rtpageteaser-pi1 {
	width: 700px;
}

#c61 .tx-rtpageteaser-pi1 .main {
	clear: none;
}

.clearer {
	clear: both;
}

ol {
	margin-left: 30px;
}

p {
	margin-bottom: 10px;
}
