/* General element styles: */
/***************************/

* { 
font-family: Helvetica,Arial,sans-serif;
margin:0;
padding:0;
font-size: 1em;
}

html {
font-size: 100%;
}
body { 

color: #bcb8b3;
font-size: 75%;
} 

p {
line-height: 125%;
margin: 0 0 1em 0px; 
}
a { 
color: #dad8d5; 
text-decoration: none; 
font-weight: normal;
}
a:hover { 
color: #fffdfb; 
}
a.internal-link {
	background: transparent url(../img/intern-link.gif) 0 2px no-repeat;
	padding-left: 13px;
}

:focus {
outline: 0;
}
input, textarea, option { 
padding-left: 2px;
}
table {
border-collapse:collapse;
}
td { 
vertical-align : top; 
}
pre { 
font-family: monospace; 
}
strong {
font-weight: bold;
}
blockquote {
margin: 0 40px;
}

hr {
visibility: hidden;
}
.detail {
	color:#dad8d5;
}

/* Headers, plain */
/******************/
h1 { 
font-size: 120%;
}
h2 { 
font-size: 100%;  
}

h1 { 
margin: 0 0 5px 0; 
color:#544942;
}

h2, h3, h4, h5 { 
margin: 0; 
color:#dad8d5;
}


h1.csc-firstHeader, h2.csc-firstHeader, 
h3.csc-firstHeader, h4.csc-firstHeader, 
h5.csc-firstHeader {
margin-top: 0px; 
}

/* Headers, with link */
h1 a, h2 a, h3 a, h4 a, h5 a {  
text-decoration: none; 
}

h1 a:hover, h2 a:hover, 
h3 a:hover, h4 a:hover, 
h5 a:hover { 
text-decoration: underline; 
}





/* RTE / Bodytext: */
/*******************/
p a { 
font-weight: bold; 
}
.indent {
margin-left:50px;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
.align-justify {
text-align: justify;
}

/* RTE / Bulletlists */
ul, ol { 
padding-left:30px;
margin: 0 0 1em 0px;
}
li { 
padding-top: 2px;
}


/* RTE / Table styling */
table.contenttable { 
border: 1px #333 solid; 
margin: 10px 0px; 
width: 100%;
border-collapse:separate;
border-spacing:1px; 
}
table.contenttable tr td, table.contenttable tr th { 
padding: 1px 3px;
background-color: #EDEBF1;
}

/* Images */
/**********/

/* Images / Captions */
.csc-textpic-caption { 
font-size: 90%; 
background: #eee;
}

/* Bulletlists */
/***************/
/* Bulletlists, general */
ul.csc-bulletlist li {}

/* Bulletlists, specifically */
ul.csc-bulletlist-0 { }
ul.csc-bulletlist-1 { 
color: #186900; 
list-style-type : decimal; 
}
ul.csc-bulletlist-2 { 
color: #10007B; 
list-style-position : inside;
}
ul.csc-bulletlist-3 { 
color: #8A0020; 
}

/* Tables, generally */
/*********************/

/* Tables, specifically */
table.contenttable-0 p { }

table.contenttable-1 p { 
color: #186900; 
}
table.contenttable-1 tr.tr-0 td p { 
font-weight: bold; 
}
table.contenttable-1 tr.tr-0 td { 
background-color: #D1D2E4;
}

table.contenttable-2 p { 
color: #10007B; 
}
table.contenttable-2 tr td.td-0 { 
background-color: #F5FFAA;
}
table.contenttable-2 tr td.td-0 p { 
font-weight: bold; 
}

table.contenttable-3 p { 
color: #8A0020; 
}
table.contenttable-3 tr td.td-0, 
table.contenttable-3 tr.tr-0 td { 
background-color: #D1D2E4;
}
table.contenttable-3 tr td.td-0 p, 
table.contenttable-3 tr.tr-0 td p { 
font-weight: bold; 
}




/* Various Forms */
/*****************/

/* Email, Login and Search forms generally: */
fieldset {
border:0px;
}
.csc-mailform-field {
margin: 5px 0;
clear:both;
}
.csc-mailform-field label, .csc-mailform-radiolabel { 
float:left;
text-align:right;
margin-right: 5%;
width:30%;
}
.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select,
.csc-mailform-radio {
width:50%;
background-color:#fff;
}
.csc-mailform-radio {float: left;}
input.csc-mailform-submit,
input.csc-mailform-check,
.csc-mailform-radio input {
width:auto;

}
input.csc-mailform-submit {

background: #006;
color: #fff;
}
.csc-mailform-radio legend {
display:none;
}
.csc-mailform-field .csc-mailform-radio input {
float:none;
}
.csc-mailform-field .csc-mailform-radio label {
text-align:left;
float:none;
width:auto;
margin: 0;
}
.csc-loginform {
padding: 5px;
background-color: #EDEBF1;
}
.csc-loginform-field {
margin: 5px 0;
}
.csc-loginform-field label { 
float:left;
text-align:right;
margin-right: 5%;
width:30%;
}
.csc-loginform-field input {
width:50%;
background-color:#fff;
}
input.csc-loginform-submit {
width:auto;
margin-left: 35% !important;/* see label width + margin*/
}



/* Frames, spacing, link-to-top */
/********************************/
p.csc-linkToTop { 
text-align: right; 
}
p.csc-linkToTop a { 
font-weight: bold; 
}
div.csc-frame { 
border: 0px; 
}
div.csc-frame-invisible {}
div.csc-frame-rulerBefore { 
border-top: 1px solid #333333; 
margin: 20px 0 10px 0;
}
div.csc-frame-rulerAfter { 
border-bottom: 1px solid #333333; 
margin: 10px 0 20px 0;
}
div.csc-frame-indent { 
padding-left: 100px; 
}
div.csc-frame-indent3366 { 
	padding-left: 33%; 
}
div.csc-frame-indent6633 { 
padding-right: 33%; 
}
div.csc-frame-frame1 { 
background-color: #EDEBF1; 
padding: 2px 4px 2px 4px; 
border: 1px solid #333; 
margin-bottom: 20px;
}
div.csc-frame-frame2 { 
background-color: #F5FFAA; 
padding: 2px 4px 2px 4px; 
border: 1px solid #333; 
margin-bottom: 20px;
}

div.csc-frame-frame1 h1, 
div.csc-frame-frame1 h2, 
div.csc-frame-frame1 h3, 
div.csc-frame-frame1 h4, 
div.csc-frame-frame1 h5 { 
margin-top: 2px; 
}
div.csc-frame-frame2 h1, 
div.csc-frame-frame2 h2, 
div.csc-frame-frame2 h3, 
div.csc-frame-frame2 h4, 
div.csc-frame-frame2 h5 {
margin-top: 2px; 
}




/*Mailformular*/


fieldset {
	border: none;
	margin:-5px 0 0;
}

.csc-mailform-field input, .csc-mailform-field textarea {
	width: 235px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius: 5px;
}

label {
	display: none;
}



.csc-mailform-field input, .csc-mailform-field textarea, .csc-mailform-check {
	border: solid 0px ;
	margin-top: 2px;
	color: #706660;
	background: #9b9792;
	font-size:  11px; 
}

.csc-mailform-field input, .csc-mailform-field textarea {
	padding: 9px 2px 5px 2px;
}


.csc-mailform-field {
	margin-bottom: 15px;
}

.csc-mailform-field input:hover, .csc-mailform-field textarea:hover {
	background: #a5a29e;
	color: #686059;
}

#mailformformtype_mail {
	width: 90px;
	padding: 5px 0;
	}

#mailformformtype_mail:hover {
	
}

/*Galerie*/

div.tx-wtgallery-pi1 {
background: transparent;
padding:0px;
}

/*Slideshow*/

.rgslideshow .rgsnest {
display: none;
}
.rgslideshow {
	border: solid 7px #ffffff !important;
}

/*Lightbox*/

#bottomSaveMode, #bottomPrintMode, #numberDisplay {
	visibility: hidden;
	
}
#outerImageContainer {
		margin-bottom: 15px !important;
}

#imageDataContainer {

	background: #8c857f !important;
	
}

	#imageData {	
	padding: 8px 0 0 10px !important;
	
}
	#imageData #caption {	
	color: #cac6c1 !important;
	font-size: 13px !important;
	font-weight: normal !important;
	line-height: 18px;
	padding: 5px 0;
	}


#imageData #bottomNavClose {
float:right;
outline:medium none;
padding-bottom:0.7em;
padding: 0 5px 5px 5px !important;
width:60px !important;
}

#prevLink:hover, #prevLink:visited:hover {
background:url("../img/prev.png") repeat-y scroll left center transparent !important;
}
#nextLink:hover, #nextLink:visited:hover {
background:url("../img/next.png") repeat-y scroll right center transparent !important;
}

#prevLink, #nextLink {
	height: 100% !important;
}


#overlay {
	opacity:0.45 !important;
}

/*slideshow-start*/

#c8{
	border: 10px solid #ffffff;
}