@charset "UTF-8";

/**

  * css-document containing style specifications of default tags

  * and classes used in content secion. stylesheets have been split

  * to provide css support in typo3 rich text editor

  **/





/* --- GENERAL ELEMENTS --- */



/* warning! redundancy in layout.css for RTE support */

html{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

}

hr{

	color: #ccc;

	background-color: #fff;

	border: none;

	border-bottom: 2px dotted #ccc;

	margin-bottom: 15px;

}



.nowrap{

	white-space: nowrap;	

}



.align-center{

	text-align: center;

}

.align-left{

	text-align: left;

}

.align-right{

	text-align: right;

}





/* images */

.imgbox-right{

	float: right;

	margin-bottom: 15px;

	margin-left: 15px;	

	fon-size: 11px;

	width: 300px;

}

.imgbox-left{

	float: left;

	margin-bottom: 15px;

	margin-right: 15px;

	font-size: 11px;

	width: 300px;

}

.imgbox-left p, .imgbox-left img,
.imgbox-right p, .imgbox-right img{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.5em;
	display: block;
}


.box170{

	width: 170px;

}

.box275{

	width: 275px;

}

img {

/*	padding: 5px 0px;*/
	margin: 0;
	padding: 5px 0;

}


/* image on the left side */

img.left {

	float: left;

	padding-bottom: 15px;

	padding-right: 15px;

}

/* image on the right side */

img.right {

	float: right;

	padding-bottom: 15px;

	padding-left: 15px;

}



p.Bildunterschrift,

p.caption {

	padding: 0px;

	margin: 0px;

	font-size: 11px;

}





.clear{ clear: both; }


#content p {
	margin: 1em 0;
	padding: 0;
}
#content h1	{
	font-size: 1.2em;
	font-weight: bold;
	color: #901338;
	margin: 0 0 1em 0;
}
#content h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #901338;
	margin: 2em 0 1em 0;
	clear: both;
}
#content h3, #content h4, #content h5, #content h6	{
	font-size: 1em;
	font-weight: bold;
	margin: 2em 0 1em 0;
	color: #000;
}

#content ul, #content ol {
	padding-left: 30px;
	list-style-position: outside;
	margin: 1em 0;
}
div#content{
	list-style-type: disc;
}
#content ul ul, #content ul ol, #content ol ul, #content ol ol {
	margin-bottom: 0.5em;
}
#content ol{
	list-style-type: decimal;
}
#content ol.latin {
	list-style-type: lower-latin;
}
ul.error {
	list-style-image: url(../images/error-cross.gif);
}
ul.error strong {
	color: #980000;
	font-weight: normal;
}
span.error {
	color: #980000;
}



/* --- TABLES --- */

#content table{
	display: block;
	margin: 1em 0;
	border-collapse: collapse;
}

#content table caption{
	text-align: left;
	font-weight: bold;
	margin-top: 1em;
}
#content td {
	margin:0;
	padding: 0;
	vertical-align: top;
}

#content td.label, #content td.nowrap {
	white-space: nowrap;
	padding-right: 10px;
}

#content td p{
	padding: 0;
	margin: 0;
}












#right h1, #right h2, #right h3{
	font-size: 0.8em;
	color: #000;
	margin: 1em 0;
}













/* --- LINKS / ANCHORS --- */





a { 
	outline: none;
	color: #901338;
	text-decoration: none;
}

a img { border: none; }





/* --- FORMS (ext mailformplus) --- */

/* textareas, redundancy of "font-family" required */

textarea {

	width: 515px;

	height: 150px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	margin-bottom: 4px;

	font-size: 12px;

	padding: 5px;

}

/* input filds */

input {

	width: 200px;

}

/* position of submit button */

input.submit {

	float: right;

	width: auto;

}

/*input labels */

label {

	padding-right: 5px;

}













/* --- EXTENSION SPECIFIC STYLES --- */





/* -- css styled content -- */



.csc-frame-frame1{

	border: 1px solid #901338;

	padding: 1em 10px 0;

	margin-bottom: 40px;

}

.csc-frame-frame1 h1{

	color: #000;

}



.csc-frame-frame2{

	padding: 10px;

	margin-bottom: 40px;

	float: left;

}





/* links 1st level */

div.csc-sitemap a{

	font-weight: bold;

}

/* listing of links */

div.csc-sitemap ul{

	list-style-type: none;

	padding-bottom: 15px;

}

/* links 2nd level */

div.csc-sitemap ul ul a{

	font-weight: normal;

}





/*	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }

	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }

	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }



	/* Needed for noRows setting */ 

	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }



	 Border just around the image */

	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {

		border: 2px solid black;

		padding: 0px 0px;

	}



	DIV.csc-textpic-imagewrap { padding: 0; }



	DIV.csc-textpic IMG { border: none; }



	/* DIV: This will place the images side by side */

	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }



	/* UL: This will place the images side by side */

	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }

	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }



	/* DL: This will place the images side by side */

/*	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }

	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }

	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }

	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */

	DL.csc-textpic-image { margin: 0; }

	DL.csc-textpic-image DT { margin: 0; display: inline; }

	DL.csc-textpic-image DD { margin: 0; }



	/* Clearer */

	DIV.csc-textpic-clear { clear: both; }



	/* Margins around images: */



	/* Pictures on left, add margin on right */

	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,

	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,

	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {

		display: inline; /* IE fix for double-margin bug */

		margin-right: 10px;

	}



	/* Pictures on right, add margin on left */

	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,

	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,

	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {

		display: inline; /* IE fix for double-margin bug */

		margin-left: 10px;

	}



	/* Pictures centered, add margin on left */

	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {

		display: inline; /* IE fix for double-margin bug */

		margin-left: 10px;

	}

	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }

	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }



	/* Space below each image (also in-between rows) */

	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }

	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }

	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }



	/* No margins around the whole image-block */

	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }

	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }



	/* Add margin from image-block to text (in case of "Text w/ images") */

	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,

	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {

		margin-right: 10px !important;

	}

	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,

	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {

		margin-left: 10px !important;

	}



	/* Positioning of images: */



	/* Above */

	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }



	/* Center (above or below) */

	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }

	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }

	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }

	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }



	/* Right (above or below) */

/*	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }

	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }



	/* Left (above or below) */

/*	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }

	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }



	/* Left (in text) */

	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }



	/* Right (in text) */

	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }



	/* Right (in text, no wrap around) */

	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }

	/* Hide from IE5-mac. Only IE-win sees this. \*/

	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }

	/* End hide from IE5/mac */



	/* Left (in text, no wrap around) */

	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }

	/* Hide from IE5-mac. Only IE-win sees this. \*/

	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }

	/* End hide from IE5/mac */

DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }

	-->





/*@charset "utf-8";*/
.tx-powermail-pi1 .tx_powermail_pi1_form{}
.tx-powermail-pi1 #contactform{}

.tx-powermail-pi1 label{
	width: 150px;
	display: block;
	float: left;
	clear: left;
}
.tx-powermail-pi1 .powermail_mandatory_js{
	color: #F00;
	font-style: italic;
}
.tx-powermail-pi1 textarea{
	padding-left: 0;
	padding-right: 0;
}
.tx-powermail-pi1 input{
	width: auto;
}
.tx_powermail_pi1_fieldwrap_html_submit{
	text-align: right;
}
