@charset "UTF-8";
/* GENERAL BODY DEFINITIONS */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #474747;
	line-height: 1.5em;
	background-color: #fff;
	background-image: url(../../images/back_index.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	letter-spacing:1px;
	color:#333333;
	text-align:center;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:-0.5px;
	color: #e25915;
	margin:0px 0px 10px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
	margin:25px 0px 10px;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #474747;
}
a:link {
	color: #eb6408;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #eb6408;
}
a:hover {
	text-decoration: none;
	color: #eb6408;
}
a:active {
	text-decoration: underline;
	color: #eb6408;
}
hr {
	border: none;
	width: 100%;
	background-color:#e2ded8;
	height: 1px;
	margin:40px 0px 20px 0px;
}
.artist hr {
	border: none;
	width: 100%;
	background-color:#e2ded8;
	height: 1px;
	margin:5px 0px 10px 0px;
}
/* CONTAINER */

#wrapper {
	width:960px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align:center;
}
/* CORPORATE MENU */

#corpmenu {
	height: 34px;
	width: 300px;
	/*	background-image: url(../../images/divider_corp.png);

	background-repeat: no-repeat;

	background-position: left;

*/

	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	float:right;
	clear: both;
}
#corpmenu ul {
	margin:0px;
	list-style-type:none;
	padding: 0px;
}
#corpmenu li {
	float:left;
	height: 26px;
	text-align:center;
	/*	background-image: url(../../images/divider_corp.png);

	background-repeat: no-repeat;

	background-position: right 0px;

*/

	padding: 8px 22px 0 20px;
}
#corpmenu li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
#corpmenu li a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #e25915;
	text-decoration: underline;
}
/* LOGO  */

#logo {
	height: 234px;
	width: 960px;
	clear: both;
	/*	background-image: url(../../images/logo_mfs.jpg);

	background-repeat: no-repeat;

	background-position: left top; */

	text-align:left;
}


.logosdj {
	padding-left:150px;
	padding-top:15px;
	}
	
/* SEARCH */



#search {
	height: 100px;
	width: 300px;
	padding-left: 640px;
}
.textfield {
	border:1px solid #FFFFFF;
	width:208px;
	height:16px;
	background-image:url(../../images/input_back.gif);
	margin-top:30px;
	margin-right:10px;
	padding:5px;
	/*	background-repeat: repeat-x; */

	float: left;
}
.button {
	height: 30px;
	width: 70px;
	background-image: url(../../images/bg-button.png);
	background-repeat: no-repeat;
	border:0px;
	float: right;
	margin-top:30px;
}
/* MAIN MENU */

#mainmenu {
	height: 50px;
	width: 950px;
	/* background-image: url(../../images/divider_main.png);

	background-repeat: no-repeat;

	background-position: left; */

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #fff;
	clear: both;
	font-weight: normal;
}
#mainmenu ul {
	margin:0px;
	list-style-type:none;
	padding: 0px;
}
#mainmenu li {
	float:left;
	height: 38px;
	text-align:left;
	background-image: url(../../images/divider_main.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 8px 22px 0 20px;
}
#mainmenu li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	letter-spacing:-0.5px;
}
#mainmenu li a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing:-0.5px;
}
.desc {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #81620a;
	height: auto;
	width: auto;
}
/* FEATURE */

div.scroller {
	/* modify width and height of scrolling section if necessary	*/		

	width: 565px;
	height: 190px;
	overflow: hidden;
	border:5px solid #ed8b0e;
	float:left;
	margin-top:30px;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		

	width:570px;
	height:190px;
	overflow:hidden;
	float:left;
	padding:0px;
}
div.scroller div.content {
	width: 10000px;
}
div#section1, div#section2, div#section3, div#section4, div#section5, div#section6, div#section7, div#section8 {
	background:#ffffff;
}
#previous {
	height: 50px;
	width: 20px;
	display:block;
	float:left;
	margin-top:105px;
}
#previous img {
	border: none;
}
#next {
	height: 50px;
	width: 20px;
	display:block;
	float:left;
	margin-top:105px;
}
#next img {
	border: none;
}
#controls {
	float: left;
	height: auto;
	width: 300px;
	margin: 10px 0px 0px 20px;
	font-size: 12px;
}
#controls ul {
	margin:0px;
	list-style-type:none;
	padding: 0px;
}
#controls li {
	float:left;
	text-align:left;
	background-image: url(../../images/control_divider.png);
	background-repeat: no-repeat;
	background-position: bottom;
	display:block;
	width:280px;
	padding:0px 0px 2px 10px;
	margin-top:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #e25915;
	text-decoration: none;
	font-weight: bold;
	letter-spacing:-0.5px;
	line-height:1.3em;
}
#controls li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #e25915;
	text-decoration: none;
	font-weight: bold;
	letter-spacing:-0.5px;
	line-height:1.2em;
}
#controls li a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #e25915;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing:-0.5px;
}
.controlsdesc {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #e25915;
}
/* CONTENT */

.clearer {
	clear:both;
}
.leftblock {
	width: 279px;
	min-height:200px;
	margin:60px 0px 0px 0px;
	padding:0px 20px 10px 20px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e2ded8;
}
.leftblock img {
	width:270px;
}
.leftblockhome {
	width: 594px;
	min-height:200px;
	margin:60px 0px 0px 0px;
	padding:0px 20px 10px 20px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e2ded8;
	text-align:left;
}
.leftblockhome img {
	width:270px;
}
.middleblock {
	width: 279px;
	min-height:200px;
	margin:60px 0px 0px 0px;
	padding:0px 20px 10px 20px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e2ded8;
}
.middleblock img {
	width:270px;
}
.rightblock {
	width: 280px;
	min-height:200px;
	margin:60px 0px 0px 0px;
	padding:0px 0px 10px 20px;
	float:right;
}
.rightblock img {
/*	width:270px; */

}
.img_container {
	border:1px solid #e25915;
	padding:4px;
	background-color:#e25915;
}
.artistpic {
	border:1px solid #e25915;
	padding:4px;
	background-color:#e25915;
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}
.squarelink {
	display:inline;
	background-color:#ed8b0e;
	color:#fff;
	font-family: Verdana, Arial, sans-serif;
	cursor:pointer;
	letter-spacing:0.5px;
}
.squarelink a, .squarelink a:visited {
	padding:5px;
	background-color:#e25915;
	color:#fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
}
.squarelink a:hover {
	padding:5px;
	background-color:#ed8b0e;
	color:#fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-decoration:none;
}
/* FOOTER */

#footer {
	margin:30px 0px 20px 0px;
	padding: 10px 20px 10px 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e2ded8;
}
.footer_text {
	color:#333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	letter-spacing:1px;
}
#footer_left {
	float:left;
}
#footer_right {
	float:right;
	width:300px;
	text-align:right;
}
/* SUBPAGE */

#content {
	background-color: #FFFFFF;
	width: 920px;
	min-height:430px;
	margin-top: 30px;
	padding: 20px 20px 0px 20px;
	background-image: url(../../images/subpage_back.png);
	background-repeat: no-repeat;
	background-position: top;
	text-align:left;
}
#main_content {
	width: 599px;
	float:left;
	padding-right: 20px;
	padding-top:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e2ded8;
}
.rightblock_sub {
	width: 270px;
	min-height:200px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 10px 20px;
	float:left;
}
.rightblock_sub img {
/*	width: 270px; */

}
.img_container_sub {
	border:1px solid #e25915;
	padding:4px;
	background-color:#e25915;
	margin:10px 10px 5px 0px;
	float:left;
}
/* TABELLEN */

table {
	border-collapse: collapse;
}
th {
	padding: 0 0.5em;
	text-align: left;
}
tr.gray td {
	border-top: 1px solid #bfbab3;
	border-bottom: 1px solid #bfbab3;
	background: #dfdedb;
	height:30px;
	font-size:13px;
	font-weight:bold;
}
tr.classic td {
	background: #e2ded8;
	padding:10px;
	font-size:13px;
}
tr.classicalt td {
	background: #ffffff;
	padding:10px;
	font-size:13px;
}
td {
	border-bottom: 1px solid #bfbab3;
	padding: 0 0.5em;
}
td.width {
	text-align:left;
	vertical-align:top;
	font-weight:bold;
	padding-top:5px;
}
td.right {
	text-align:left;
	vertical-align:top;
	padding:5px 0px 10px 5px;
}
td.widtht {
	text-align:right;
	vertical-align:top;
	font-weight:bold;
	padding-top:10px;
}
td.rightt {
	text-align:left;
	vertical-align:top;
	padding:10px 0px 10px 5px;
}
td.adjacent {
	border-left: 1px solid #bfbab3;
	text-align: center;
}
/* FORMULAR */

form {
	/*	background-color: #dfdedb; */

	padding: 20px;
}
.text_field {
	border:1px solid #bfbab3;
	width:274px;
	height:30px;
	margin:2px 0px 2px 0px;
	background-image:url(../../images/input_back.gif);
	padding:5px;
}
.text_field_error {
	border:1px solid red;
	width:274px;
	height:30px;
	margin:2px 0px 2px 0px;
	background-image:url(../../images/input_back.gif);
	padding:5px;
}
.text_area {
	border:1px solid #bfbab3;
	width:548px;
	height:100px;
	margin:5px 0px 5px 0px;
	padding:5px;
}
.form_button {
	height: 30px;
	width: 90px;
	background-image: url(../../images/submit.png);
	background-repeat: no-repeat;
	border:none;
	margin-top:10px;
	color:#fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
/* label { display:inline; } */



/* Gallery */



#gallery {
	padding:0px;
}
#gallery ul {
	list-style-type:none;
}
#gallery li {
	display:inline;
}
#gallery .img_container {
	padding:0px;
	border:1px solid #e25915;
	margin:2px;
}
/* Global */

a img {
	border:0px;
}
/* News */

.rightblock h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:-0.5px;
	color: #e25915;
	margin:2px;
	padding:0px;
}
.rightblock h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:-0.5px;
	color: #e25915;
	margin:2px;
	padding:0px;
}
.rightblock h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:-0.5px;
	color: #e25915;
	margin:2px;
	padding:0px;
}
.rightblock p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #474747;
	padding:0px;
}

/* Presssestimmen */

.prarticle {
	clear: both;
}
.prarticle .infos{
	float: right;
    height: auto !important;
    margin: 0 0 0 220px;
    min-height: 161px;
}

.prarticle .infos .titel{
	font-size: 16px;
	color: #e25915;
	line-height: 20px;
	font-weight:bold;
}

.prarticle .infos .datum{
	font-size: 10px;
	color: #333;
	line-height: 12px;
}
.prarticle .infos .text {
	margin-top: 10px;
	font-size:14px;
		line-height: 16px;
	
}
.prarticle .img {
    height: 110px;
    margin: 0px 10px 10px 0px;
    padding:  0px 10px 10px 0px;
    position: absolute;
    width: 200px;
	font-size:9px;
}
.prarticle .img img {

		border:2px solid #e25915; }
.prarticle hr { clear:both; margin-top:0px; padding-top:0px; }


/*  Presssestimmen*/
