/* Cascading Style Sheet (CSS) for Paulinchen e.V. */
/* Standard */

html, body {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

html {
/*	font-size: 0.8em;*/
	font-family: Arial, Helvetica, sans-serif, "Gill Alt One MT", "Gill Sans";
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */
}

body {
	overflow: auto;
	background: white;
}

img {
	border: none;
}

h1.grafical {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	border: 0;
	font-size: 0;
}

p.bodytext {
	margin-top: 0;
}

p.bodytext img {
	float: left;
	margin-right: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
	border: 0;
}


/* Mail-Adress-Obfuscation */
span.nix {
	display: none;
}


/* Gray rectangle with rounded corners */

div.ro, div.lo, div.ru, div.lu, div.inhalt {
	margin: 0;
	padding: 0;
}

div.ro, div.lo, div.ru, div.lu {
	height: 100%;
}

div.ro {
	background:url("../images/roundedbox_ro.gif") top right no-repeat;
	margin:0 10px 0 0;
}

div.lo {
	background:url("../images/roundedbox_lo.gif") top left no-repeat;
}

div.ru {
	background:url("../images/roundedbox_ru.gif") bottom right no-repeat;
}

div.lu {
	background:url("../images/roundedbox_lu.gif") bottom left no-repeat;
}

div.inhalt {
	padding: 1em 1em 4em 1em;
	text-align: center;
}

div.inhalt p {
  text-align: left;
}

div.inhalt .csc-firstHeader {
	margin-top: 0;
	padding-top: 0;
}

/* Accessibility Glossary (a21glossary) */

dl.glossary .type, dl.glossary dd br {
  display: none;
}

div.tx-a21glossaryadvancedoutput-pi1 div.navbar a {
  font-weight: bold;
  color: #8A8488;
  text-decoration: none;
  margin-right: 0.5em;
}

div.tx-a21glossaryadvancedoutput-pi1 div.navbar a:hover, div.tx-a21glossaryadvancedoutput-pi1 div.searchform input.submit:hover {
  text-decoration: underline;
}

div.tx-a21glossaryadvancedoutput-pi1 div.searchform input.submit {
	font-weight: bold;
}


/* Mailform Plus */

div.tx-thmailformplus-pi1 td.formfield input {
  width: 420px;
}

div.tx-thmailformplus-pi1 td.formfield input#billingamount {
  width: 50px;
}

/* News LATEST */

div.news-latest-container {
	margin-top: 3em;
}

div.news-latest-item {
	width: 165px;
	float: left;
	margin: 0 50px 2em 0;
}

div.news-latest-item a {
	text-decoration: none;
}

div.news-latest-morelink a {
	/* color:; -- specified in separate css files */
	font-weight: bold;
}

div.news-latest-morelink {
	text-align: right;
}

div.news-latest-item h3 a {
	color: black;
}

/* News LIST */

div.news-list-item {
  clear: left;
  padding-bottom: 2em;
}

div.news-list-item h3 {
	margin-top: 0;
}

div.news-list-item h3 a {
	color: black;
}

div.news-list-item img {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

div.news-list-item a {
	text-decoration: none;
}

div.news-list-item span.news-list-date {

}

div.news-list-morelink a {
	/* color:; -- specified in separate css files */
	font-weight: bold;
}

/* News SINGLE */

div.news-single-item h2 {
	margin-top: 0;
}

div.news-single-item img {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

div.news-single-item a {
	text-decoration: none;
}

div.news-single-backlink a {
	/* color:; -- specified in separate css files */
	font-weight: bold;
}



/*******************************************************************/
/* header area (horizontal) */
/*******************************************************************/

#top {
	position: absolute;
	margin: 0;
	top: 0px;
	left: 0;
	display: block;
	width: 100%;
	height: 215px;
	z-index: 5;
	overflow: hidden;
	/* background:; -- specified in separate css files */
}

#top-logo {
	position: absolute;
	top: 11px;
	left: 20px;
}

#service-navigation {
	float: left;
	padding: 15px 0 0 230px;
	color: white;
}

#podcasts {
	position: absolute;
	top: 40px;
	left: 230px;
}

#fontsize-selector {
	float: right;
	margin: 15px;
}

#fontsize-selector a {
  margin-left: 8px;
}

#language-selector {
	float: right;
	margin: 15px;
}

#language-selector a {
  margin-left: 8px;
}

#main-navigation {
	position: absolute;
	top: 80px;
	right: 0px;
	background: transparent url(../images/mainmenubar_gray.gif) no-repeat bottom left;
}

#main-navigation a {
	margin: 0 25px 0 25px;
}

#main-navigation #verein_symbol {
	position: absolute;
	top: -50px;
	left: 27px;
}

#main-navigation #brandverletzt_symbol {
	position: absolute;
	top: -50px;
	right: 285px;
}

#main-navigation #praevention_symbol {
	position: absolute;
	top: -50px;
	right: 65px;
}


/*******************************/
/* navigation area on the left */
/*******************************/

#left {
	position: absolute;
	left: 0;
	top: 215px;
	bottom: 0px;
	width: 210px;
	border-right: 1px solid #8A8488;
	z-index: 4;
	overflow: auto;
	background-color: white;
}

* html #left {
	height: 100%;
	top: 0;
	bottom: 0;
	border-top: 215px solid white;
	border-bottom: 0px solid white;
}

#search-title {
	position: absolute;
	top: 0px;
	left: 35px;
	z-index: 10;
}

#searchform {
	position: absolute;
	top: 10px;
	left: 35px;
	width: 120px;
	z-index: 10;
}

#searchform img {
	display: inline;
	vertical-align: middle;
}

#searchform #search-field {
/*	font-size: 10px;*/
	width: 85px;
	height: 14px;
	padding: 1px;
	border: 0 solid #8A8488;
	border-top-width: 1px;
	border-bottom-width: 1px;
	vertical-align: middle;
}

* html #searchform #search-field {
	height: 18px;
}

#searchform #search-button {
	position: absolute;
	top: 1px;
	left: 110px;
	vertical-align: middle;
}

#sub-navigation {
	position: absolute;
	top: 0px;
	left: 15px;
	padding-left: 3px;
	padding-top: 60px;
	padding-bottom: 10px;
	background: white;
	z-index: 5;
}

#sub-navigation img {
	display: block;
	margin: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	border: 0;
}

#sub-navigation div.hr {
	margin: 5px 0 5px 15px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	width: 160px;
	height: 0;
	border-top: 1px solid #8A8488;
}

#sub-sub-navigation {
	margin: 5px 0 7px 0;
}

#sub-sub-navigation img {
	margin-left: 15px;
	margin-bottom: 1px;
}

#bottom-logo {
	position: absolute;
	bottom: 15px;
	left: 15px;
}


/****************/
/* content area */
/****************/

#content {
	overflow: auto;
	position: absolute;
	top: 215px;
	bottom: 40px;
	left: 210px;
	right: 0;
	background: white url(../images/pau_bg_content.gif) no-repeat scroll center center;
	z-index: 3;
	padding-left: 10px;
}

* html #content {
	overflow: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	max-height: 100%;
	width: 100%;
	border-top: 215px solid white;
	border-bottom: 40px solid white;
	border-left: 210px solid white;
	background: white url(../images/pau_bg_content.gif) no-repeat 210px 110px;
	background-attachment: fixed;
	z-index: 3;
}

#main-content {
	margin-right: 171px;
}

#main-content #headline {
	display: block;
	margin: 0;
}

#main-content p {
	line-height: 1.3em;
}

#main-content ul {
	padding-left: 15px;
}

.bold {
	font-weight: bold;
}

span.important {
  font-weight: bold;
  color: black;
}

em {
  font-style: italic;
}

/* Infoboxes */

#info-boxes {
	float: right;
	width: 151px;
	padding: 0 10px;
}

#infobox {
	width: 137px;
	background: #E3E4E4 url(../images/info-box_round_top.gif) top no-repeat;
	padding: 7px 7px 1px;
/*	font-size: 0.9em;*/
}

#infobox img.headline {
	margin-bottom: 2px;
}

#infobox img.indentspacer {
	float: left;
}

#infobox.exclamation {
	background-image: url(../images/info-box_round_top_exclamation.gif);
	padding-top: 40px;
}

#infobox.question {
	background-image: url(../images/info-box_round_top_question.gif);
	padding-top: 40px;
}

#infoboxfoot {
	background: #E3E4E4 url(../images/info-box_round_bottom.gif) bottom no-repeat;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	height: 4px;
	width: 151px;
}

#infoboxfoot.telephone {
	background-image: url(../images/info-box_round_bottom_telephone.gif);
	height: 70px;
	width: 151px;
}


/**********/
/* footer */
/**********/

#footer {
	position: absolute;
	margin: 0;
	bottom: 0;
	right: 0;
	left: 210px;
/*	width: 770px;*/
	z-index: 5;
	overflow: hidden;
	padding: 13px 10px;
	color: #8A8488;
}

#footer-navigation {
	float: left;
}

#copyright {
	float: right;
}



/* Ueberschreiben von clear:both;, damit unter Bildern kein Freiraum bis zum Ende einer nebenstehenden Infobox entsteht */
div.csc-textpic-intext-left-nowrap, div.csc-textpic-imagewrap, div.csc-textpic-clear {
	clear: left !important;
}

/* Formatierung der Bildunterschrift */
dd.csc-textpic-caption {
/*	font-size: 0.9em;*/
}

/* Gallery */

img#galleryback {
  margin-right: 422px;
  margin-bottom: 10px;
}

img#galleryforward {
  margin-bottom: 10px;
}

div.tx-rgsmoothgallery-pi1 {
	margin: auto;
/*	height: 500px;
	width: 500px;
	*/
	background: none;
}

.jdGallery div.carousel {
	background: none;
	top: 0;
}

.jdGallery a.carouselBtn {
/*	display: none;*/
}

.jdGallery .slideInfoZone {
	background: none;
	visibility: visible;
	height: 140px;
}

.jdGallery div.slideInfoZone h2 {
  text-align: left;
  font-size: 1em;
  font-weight: bold;
}

.jdGallery div.slideElement {
/*	background: none;*/
	background-color: transparent;
}


#myGallery34 {
/*	width: 600px;
	height: 500px;
	*/
	border: none;
}

/* Table design START */
table.contenttable {
	border-collapse: collapse;
}

.contenttable td {
	padding: 5px;
	border-left: 1px solid black;
	vertical-align: top;
}

.contenttable .td-last {
	border-right: 1px solid black;
}

.contenttable .tr-0 .td-last {
	border-right: 1px solid #EA690D;
}

.contenttable .td-1,
.contenttable .td-3,
.contenttable .td-5,
.contenttable .td-7 {
	background-color: #F8D4B6;
}

.contenttable tr.tr-0 .td-1,
.contenttable tr.tr-0 .td-3,
.contenttable tr.tr-0 .td-5,
.contenttable tr.tr-0 .td-7 {
	border-bottom: 1px solid #F8D4B6;
}


.contenttable tr.tr-0 td {
	background-color: #EA690D;
	font-weight: bold;
	color: white;
}

.contenttable .tr-0 td {
	border: 1px solid white;
	/*border-bottom: 1px solid #EA690D;*/
}

.contenttable .tr-0 .td-0 {
	border-left: 1px solid #EA690D;
}

.contenttable tr {
	border-bottom: 1px solid black;
}
/* Table design END */

/* Pic Border */
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border:1px solid black;
}

/* Design Error MSG */

div.error {
	padding: 15px;
	margin: 15px;
	color: red;
	border: 1px solid black;
}

div.error ul {
	margin-bottom: 0px;
}

