@import url('common/form.css');
@import url('tables.css');

@import url('rte.css');


div.contentRight * {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
}


html {
  height: 100%;
}
body {
  background: transparent url('images/bgPage.gif') top left repeat-x;
  margin: 0;
  padding: 0;
  height: 100%;
}

a.white {
	color: #ffffff;
}

a img {
	border: none;
}



div.contentRight h4 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 900;
	color: #005dab;
	border-bottom: 1px dashed #c3c3c3;
	margin: 30px 0 2px 0;
}

div.contentRight h5 {
	margin: 30px 0 2px 0;
}
div.contentRight div.csc-header-n1 h4,
div.contentRight div.csc-header-n1 h5 {
	margin-top: 0px;
}


h1.csc-firstHeader,
h2.csc-firstHeader,
h3.csc-firstHeader,
div.contentRight h4.csc-firstHeader,
div.contentRight h5.csc-firstHeader {
	margin-top: 0px;
}



div.div {
	width: 100%;
	border-top: 1px dashed #c2c2c2;
	height: 15px;
	margin-top: 3px;
}
div.csc-frame {
	border-bottom: 1px dashed #c2c2c2;
	padding-bottom: 6px;
	margin-bottom: 15px;
}


input, textarea {
	font-family: Arial, sans-serif;
	font-size: 14px;
	border: 1px solid #d4d4d4;
}





div.pageWidth {
  width: 957px;
  margin: 0 auto;
  min-height: 100%;
  padding: 0;
}
* html div.pageWidth {
  height: 100%;
}

div.content {
  width: 957px;
  height: auto;
	padding: 0 0 160px 0;
}
div.contentLeft {
  float: left;
  width: 209px;
  padding: 0 0 0 1px;
	background: url('images/bgLR.gif') top left no-repeat;
	min-height: 324px;
}
div.contentMain {
	float: left;
	width: 541px;
	padding: 12px 13px 12px 13px;
}
div.contentRight {
  float: right;
  width: 179px;
  padding: 12px 1px 0 0;
	background: url('images/bgLR.gif') top right no-repeat;
	min-height: 324px;
}
* html div.contentRight,
* html div.contentLeft {
  height: 100%;
}

div.header {
	height: 71px;
	width: 957px;
}
div.logo {
	float: left;
}
div.meta {
	margin: 30px 12px 0 0;
	float: right;
}
div.search {
	margin: 26px 0 0 0;
	float: right;
}

div.menu {
	position: relative;
	height: 37px;
	width: 957px;
	background: url('images/bgMenu.gif') top left repeat-x;
}
div.menu img {
	float: left;
}
div.frontDropdown {
  background: #2092e2;
  border-top: 1px solid #6fbded;
  border-bottom: 1px solid #167abf;
  padding: 3px 0 3px 0;
}
div.frontDropdown a:active,
div.frontDropdown a:link,
div.frontDropdown a:visited,
div.frontDropdown a:hover {
  display: block;
  width: 160px;
  min-height: 16px;
  padding: 1px 1px 3px 19px;
  text-decoration: none;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
}
div.frontDropdown a:hover {
  background: #0e5090;
}

#dropdown3 {
  position: absolute;
  left: 135px;
  top: 25px;
	z-index: 1000;
}
#dropdown4 {
  position: absolute;
  left: 297px;
  top: 25px;
	z-index: 1000;
}
#dropdown5 {
  position: absolute;
  left: 459px;
  top: 25px;
	z-index: 1000;
}
#dropdown6 {
  position: absolute;
  left: 621px;
  top: 25px;
	z-index: 1000;
}




div.login,
div.loginStatus {
	float: right;
}
div.login img {
	float: right;
}
div.loginBox {
	position: absolute;
	top: 32px;
	right: 0px;
	z-index: 1000;
	width: 269px;
	height: 66px;
	background: #2092e2 url('images/bgLoginBox.gif') top left no-repeat;
	padding: 15px;
}
div.loginBox table {
	width: 268px;
}
div.loginBox a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #8ec8ec;
}
div.loginBox table label {
	color: #ffffff;
	font-size: 12px;
}
div.loginBox input#user,
div.loginBox input#pass {
	width: 169px;
	height: 19px;
	border: 1px solid #d4d4d4;
	font-size: 12px;
}
div.loginBox input#loginButton {
	float: right;
	border: none;
}
div.loginBox div.loginForgotten {
	padding-left: 2px;
	float: left;
}
div.loginLoggedIn {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin: 8px 10px 0 0;
}
div.loginLoggedIn a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #8ec8ec;
	background: url('images/barLogin.gif') top left no-repeat;
	padding-left: 8px;
	font-weight: 900;
}

div.footerBar {
	clear: both;
	height: 160px;
	margin: -160px 0 0 0;
	width: 100%;
	background: #615352;
}
div.footer {
	position: relative;
	height: 126px;
	width: 957px;
	margin: 0 auto;
	padding: 17px 0 17px 0;
}



.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block; font-size: 0; line-height: 0;}
/* End hide from IE-mac */






div.submenu1Item,
div.submenu1ItemACT {
	width: 209px;
	height: 22px;
	border-bottom: 1px dashed #c3c3c3;
}
div.submenu1Item a:link,
div.submenu1Item a:visited,
div.submenu1Item a:active,
div.submenu1Item a:hover {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 900;
	color: #605351;
	width: 189px;
	height: 16px;
	padding: 3px 3px 4px 17px;
	text-decoration: none;
}
div.submenu1Item a:hover {
	background: url('images/bgSubmenu1RO.gif') top left repeat-x;
	color: #0a7acd;
}
div.submenu1ItemACT a:link,
div.submenu1ItemACT a:visited,
div.submenu1ItemACT a:active,
div.submenu1ItemACT a:hover {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 900;
	color: #ffffff;
	width: 189px;
	height: 18px;
	padding: 3px 3px 4px 17px;
	margin: -1px 0 -1px 0;
	background: url('images/bgSubmenu1ACT.gif') top left repeat-x;
	text-decoration: none;
}


div.submenu2Item,
div.submenu2ItemACT {
	width: 209px;
	height: 23px;
	background: #f6f6f6;
}
div.submenu2Item a:link,
div.submenu2Item a:visited,
div.submenu2Item a:active,
div.submenu2Item a:hover {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #605351;
	width: 175px;
	height: 16px;
	padding: 3px 3px 4px 31px;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
}
div.submenu2Item a:hover {
	background: #d7e3f1;
}
div.submenu2ItemACT a:link,
div.submenu2ItemACT a:visited,
div.submenu2ItemACT a:active,
div.submenu2ItemACT a:hover {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #1d8de0;
	width: 175px;
	height: 16px;
	padding: 3px 3px 4px 31px;
	text-decoration: none;
}





div.copyright {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: 900;
	color: #a19796;
	position: absolute;
	top: 10px;
	right: 0px;
}
table.menuBottom {
	width: 957px;
}
table.menuBottom * {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
table.menuBottom td.label {
	width: 80px;
	color: #ffffff;
	font-weight: 900;
}
table.menuBottom a:link,
table.menuBottom a:active,
table.menuBottom a:visited,
table.menuBottom a:hover {
	color: #a19796;
	text-decoration: none;
}
table.menuBottom a.white:link,
table.menuBottom a.white:active,
table.menuBottom a.white:visited,
table.menuBottom a:hover {
	color: #ffffff;
}
td.bottomSpace {
	height: 5px;
	line-height: 5px;
	font-size: 5px; 
}
td.bottomLine {
	height: 1px;
	line-height: 1px;
	font-size: 1px; 
	border-bottom: 1px dashed #a19796;
}



input.sword {
	width: 169px;
	height: 21px;
	border: 1px solid #d4d4d4;
	float: right;
}
input.tx-indexedsearch-searchbox-button {
	width: 19px;
	height: 23px;
	border: 0;
	float: right;
}




div.meta a:link,
div.meta a:visited,
div.meta a:active,
div.meta a:hover {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #b3aaa9;
	text-decoration: none;
}
div.meta a:hover {
	color: #605351;
	text-decoration: none;
}



div.agenda-teaser {
	border-bottom: 1px dashed #c3c3c3;
	padding: 3px;
}
div.agenda-teaser * {
	font-size: 11px;
	font-family: Verdana;
}





div.news-list-item {
	height: 100px;
	margin: 12px 0 0 0;
	overflow: hidden;
}
div.news-list-text-first h2 a,
div.ressources-list-text h2 a,
div.news-list-text h2 a {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #0079da;
	margin: 0;
	padding: 0 10px 0 0;
	text-decoration: none;
}
div.ressources-list-text h2 a,
div.news-list-text h2 a {
	font-size: 14px;
}
div.news-list-text-first p,
div.ressources-list-text p,
div.news-list-text p {
	font-family: Arial, sans-serif;
	font-size: 14px;
}
div.news-list-image {
	width: 200px;
	height: 100px;
	float: left;
	overflow: hidden;
	text-align: center;
}
div.news-list-text {
	position: relative;
	float: left;
	width: 321px;
	height: 80px;
	padding: 10px;
	background: #f3f3f3;
}
div.ressources-list-text span.news-list-morelink,
div.news-list-text span.news-list-morelink {
	margin-left: 10px;
}
div.news-list-text-first span.news-list-morelink a,
div.ressources-list-text span.news-list-morelink a,
div.news-list-text span.news-list-morelink a {
	font-family: Arial, sans-serif;
	font-size: 14px;
}

div.news-list-text-first {
	float: none;
	width: 523px;
	height: 80px;
	padding: 10px;
	background: #f3f3f3;
}
div.news-list-image-first {
	float: none;
	width: 646px;
}
div.news-list-text-first span.news-list-morelink {
	margin-left: 10px;
}

div.news-single-rightbox {
	text-align: right;
}
div.news-single-subtitle {
	margin: 8px 0;
	font-weight: bold;
}
td.ressources-col-medium {
	text-align: center;
}




table.leute th,
table.daten th,
table.ressources th {
	text-align: left;
	background: white;
	vertical-align: top;
}
table.daten tr,
tr.ressources-table {
	background: #eeeeee;
	cursor: pointer;
}
tr.ressources-table td {
	border-top: 1px solid #ffffff;
}
table.daten tr:hover,
tr.ressources-table:hover {
	background: #cfe8fc;
}

td.daten-month,
td.ressources-table-subheader {
	background: #615352;
	padding: 1px 2px 1px 2px;
}
td.daten-month,
td.ressources-table-subheader a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

table.daten a:link,
table.daten a:active,
table.daten a:hover,
table.daten a:visited,
table.ressources a:link,
table.ressources a:active,
table.ressources a:hover,
table.ressources a:visited,
table.leute a:link,
table.leute a:active,
table.leute a:hover,
table.leute a:visited {
	color: #4e4341;
	text-decoration: none;
}
td.ressources-table-subheader a:link,
td.ressources-table-subheader a:active,
td.ressources-table-subheader a:visited,
td.ressources-table-subheader a:hover {
	color: #ffffff;
}
table.daten td.abgesagt a:link,
table.daten td.abgesagt a:active,
table.daten td.abgesagt a:hover,
table.daten td.abgesagt a:visited,
table.daten td.abgesagt span {
	color: #9e8783;
	text-decoration: none;
}
table.daten td.wenig_platz a:link,
table.daten td.wenig_platz a:active,
table.daten td.wenig_platz a:hover,
table.daten td.wenig_platz a:visited,
table.daten td.wenig_platz span {
	color: #0f298f;
	text-decoration: none;
}
table.daten td.ausgebucht a:link,
table.daten td.ausgebucht a:active,
table.daten td.ausgebucht a:hover,
table.daten td.ausgebucht a:visited,
table.daten td.ausgebucht span {
	color: #000000;
	text-decoration: none;
}


table.ressources-teaser tr td {
  border-bottom: 1px dashed #c3c3c3;
  padding: 3px;
}
table.ressources-teaser tr td * {
  font-size: 11px;
  font-family: Verdana;
}
td.ressources-teaser-title {
	width: 230px;
}
td.ressources-teaser-icon {
	width: 30px;
}
span.ressources-teaser-title a:link,
span.ressources-teaser-title a:active,
span.ressources-teaser-title a:visited,
span.ressources-teaser-title a:hover {
	font-weight: bold;
}
p.ressources-teaser-all {
	margin-top: 8px;
}

div.ressources-shop-field {
	height: 25px;
	clear: both;
}
div.ressources-shop-field label {
	width: 150px;
	float: left;
}
div.ressources-shop-field input {
}
div.ressources-shop-submit {
	margin-top: 10px;
	margin-left: 150px;
}
div.ressources-shop-error {
	margin: 8px 0;
	font-weight: bold;
	color: red;
}

div.daten-search {
	float: right;
	margin-top: -30px;
}
input.daten-search-button {
	border: 0;
}
p.ressources-list-author {
	font-size: 11px !important;
	color: black;
	line-height: 12px;
	margin: 2px 0 1px 0;
}
div.ressources-list-text {
	position: relative;
	float: left;
	width: 500px;
	height: 80px;
	padding: 10px;
	background: #f3f3f3;
}


.ressources-search {
	margin: 30px 0 20px 80px;
	clear: all;
}
.ressources-searchbox {
	position: relative;
	border: 1px solid #c6c6c6;
	height: 30px;
	width: 479px;
	float: left;
	overflow: hidden;
}
.ressources-search-x {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 33px;
	height: 30px;
}
.ressources-searchbox input.ressources-searchtext {
	width: 445px;
	height: 30px;
	border: none;
	font-size: 20px;
	color: #716665;
	vertical-align: top;
}
.ressources-search-button {
	float: left;
	border: none;
}
.ressources-single-image {
	margin-bottom: 18px;
}



span.tx-kooldaten-subheader {
	font-weight: 900;
}
div.tx-koressources-pi1 h1,
div.tx-kooldatenevbg-pi1 h1 {
	/*margin: 18px 0 10px 0;*/
	margin: 0 0 10px 0;
}
div.tx-kooldatenevbg-pi1 h3 {
	margin: 2px 0 8px 0;
}
div.tx-kooldatenevbg-pi1 p.lead,
div.tx-koolgroupsubscribe-pi1 p.lead {
	font-weight: 900;
}



div.tx-koolleuteevbg-pi1 h1,
div.tx-koolleuteevbg-pi1 h5 {
	margin: 0;
}




.gallery-teaser {
	float: left;
	width: 350px;
	margin: 10px 10px 0px 0px;
	height: 107px;
	border-top: 7px solid #ddd;
	background:#ddd;
}
.gallery-teaser a:link,
.gallery-teaser a:visited,
.gallery-teaser a:active,
.gallery-teaser a:hover {
	color: #000000;
	text-decoration: none;
}

.gallery-teaser-image {
	float: left;
	width: 170px;
	height: 100px;
	padding: 0 0px 7px 0;
	text-align: center;
	margin-bottom:7px;
}


.gallery-teaser-text {
	float: left;
	width: 165px;
	height: 95px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	text-align: left;
	background:none;
}
.gallery-teaser-name {
}
.gallery-image {
	width: 133px;
	height: 133px;
}
.gallery-image img {
	border: none;
}

div.gallery-teaser-description {
	font-size: 12px;
	color: #4E4341;
}




div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img,
div.csc-textpic-border div.csc-textpic-single-image img {
	border: 1px solid black;
}





.tx-koolgroupsubscribe-pi1-single-datafield label,
div.tx-koolgroupsubscribe-pi1-optional label,
div.tx-koolgroupsubscribe-pi1-mandatory label {
	background: #e2e2e2;
	font-weight: normal;
	width: 210px;
}
.tx-koolgroupsubscribe-pi1-single-datafield input,
.tx-koolgroupsubscribe-pi1-single-datafield textarea,
.tx-koolgroupsubscribe-pi1-single-datafield select,
.tx-koolgroupsubscribe-pi1-optional input,
.tx-koolgroupsubscribe-pi1-optional textarea,
.tx-koolgroupsubscribe-pi1-optional select,
.tx-koolgroupsubscribe-pi1-mandatory input,
.tx-koolgroupsubscribe-pi1-mandatory textarea,
.tx-koolgroupsubscribe-pi1-mandatory select {
	width: 310px;
}

div.tx-koolgroupsubscribe-pi1-gid {
	font-family: Arial, sans;
	font-size: 18px;
	font-weight: bold;
}
div.tx-koolgroupsubscribe-pi1-eventdetails {
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 0 113px;
}




div.tx-fbevbg-pi1 {
	margin: 50px 0;
}

