/* ---  Scripting: Marc Gruemmert, Berlin 2009 --- */
/* ---  www.noted.de --- */

/* --- Farben --- */
/* Marginale #000033 */
/* News #262651 */
/* H1 #996699 */
/* li #000033 */
/* li a #996699*/

/* --------------------------------------------------- Allgemeines  --- */
html, body, * {
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
body {
	/*margin-bottom: 30px;*/
	color: #000000; 
	text-align: center;
	font-size: 11px;
	/*background: #CCCCCC;
	*/
	background: url(gfx/line_grey.gif);
	min-height: 950px;
}
ul, li {
	font-family: Georgia,Times,serif;
	text-decoration: none;
	font-size: 12px;
	color: #000033;
}
h1{
	font-family: Georgia,Times,serif;
}
p, div {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: #000000;
	line-height: 17px;
}
div { 
	border: 0px solid #BBBBBB; 
	overflow: hidden;
}
img {
	border: 0px solid #BBBBBB;
}

a       {color: #000033; text-decoration: none; }
a:hover {color: #996699; text-decoration: none; }
a.pos   {color: #996699; text-decoration: none; }

/* --------------------------------------------------- Formulare ---*/
fieldset {
	border: none;
}
input, textarea {
	border: 1px solid #666666;
	width: 200px;
	margin: 5px 0px 5px 0px;
	font-size: 11px;
}
select {
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #666666;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}
.csc-mailform label {
	display: block;
	width: 100px;
	float: left;
	margin: 5px 0px 5px 0px;
}
.csc-mailform-submit {
	width: 100px;
	margin: 5px 0px 5px 100px;
}

/* --- Newsletter ---*/

.tx-mmforum-table {
	
	width: 385px;

}

.tx-mmforum-td {

	/*width: 80px;*/

}

.tx-mmforum-td-1 {
	
	width: 100px;
}

.tx-mmforum-table input, textarea {
	border: 1px solid #666666;
	font-size: 11px;
	margin: 5px 0px;
	width: 200px;
}

.tx-mmforum-table label {
	display: block;
	width: 100px;
	
	font-size: 11px;
}

.tx-mmforum-table .Check {
	
	width: 15px;
	
	border: 1px solid #666666;

}

.tx-mmforum-table .tx-mmforum-button {
	
	width: 100px;

}

.newsletter_att {
	
	font-size: 11px;
	
	color: red;

}
/* --- Suchen --- */
.csc-searchform {
	margin: 10px 0px 0px 0px;
}
.csc-form-fieldcell-1 .csc-mailform-submit-search {
	width: 80px;
	margin: 5px 0px 5px 0px;	
}
.csc-form-labelcell label {
	display: block;
	width: 100px;
	
	font-size: 11px;
}

.csc-form-fieldcell-1 input, textarea {
	border: 1px solid #666666;
	font-size: 11px;
	margin: 5px 0px;
	width: 200px;
}
.csc-searchResultRange p {
	font-size: 12px;
	font-weight: bold;
}
h3.csc-searchResultHeader {
	margin: 10px 0px 0px 0px;
	font-size: 12px;
}
/* --------------------------------------------------- Seitenaufbau --- */
#SeiteGesamt {
	width: 800px;
	/*margin: auto;*/
	margin: 0px auto;
	background-color: #FFFFFF;
	text-align:center;
}
#Layout {
	width: 800px;
	margin: 0px 0px 0px 0px;
	text-align:left;
}	
#Top {
	width: 800px;
	height: 180px;
	background-color: #FFFFFF;
	clear: both;
}
#Navigation {
	width: 550px;
	margin: 25px 25px 0px 25px;
	float: left;
	height: 155px;
	overflow: hidden;
}
#LogoHead {
	float: right;
	width: 200px;
}

/* --------------------------------------------------- Content --- */
#InhaltStart {
	width: 800px;
	margin: 0px 0px 0px 0px;
	background: #000033;
	background-image: url(gfx/uckermark.gif);
	background-repeat:no-repeat;
  	background-position: right bottom;
}

#Inhalt {
	width: 800px;
	margin: 0px 0px 0px 0px;
	background: #000033;
	background-image: url(gfx/uckermark_small.gif);
	background-repeat:no-repeat;
  	background-position: right bottom;
  	min-height: 500px;
}
#MittePageDefault {
	width: 600px;
	margin: 0px 0px 0px 0px;
	float: left;
	background: #CCCCCC;
}	
#MittePageDefault h1 {
	color: #996699;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
	text-decoration: underline; 
	margin: 6px 0px 35px 0px;
	line-height: 23px;
	letter-spacing: 1px;
}

#Mitte {
	width: 600px;
	margin: 0px 0px 0px 0px;
	float: left;
	background: #FFFFFF;
}	
#Mitte h1 {
	color: #996699;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
	text-decoration: underline; 
	margin: 20px 0px 10px 0px;
}
.colLeft {
	width:185px;
	float: left;
}


.colRight {
	width:415px;
	min-height: 500px;
	float: right;
	margin: 0px;
	background: #FFFFFF;
}

.colRightContent {
	width:385px;
	margin: 0px 15px 15px 15px;
}
.colRightContent h2 {
	font-size: 12px;
	margin: 0 0 10px 0;
}
.colRightContent p a {
	text-decoration: underline;
}
.colRightContent h3 {
	margin: 10px 0 5px 0;
	color: #000000;
	font-size: 13px;
	font-family: Georgia,Times,serif;
}
/* --------------------------------------------------- Menue --- */
.hauptMenu {
	float: left;
	/*margin-right: 15px;*/
	margin: 0px 0px 0px 15px;
	width: 160px;
}
.subMenu {
		float: left;
		margin-right: 15px;
		width: 160px;
}
.rightMenu {		
		float: right;
		/*margin-right: 15px;*/
		width: 185px;
}
.hauptMenu ul, .subMenu ul, .rightMenu ul{
	list-style-image: none;
	list-style-position: inside;
	list-style: none;
}	
.hauptMenu li, .subMenu li, .rightMenu li{
	list-style-image: none;
	list-style-position: inside;
	list-style: none;
	line-height: 17px;
}
.hauptMenu a, .subMenu a, .rightMenu a{
	font-family: Georgia,Times,serif;
}
li.mhighlight {
	color: #996699;
	text-decoration: none;
}
.clr {
	clear: right;
}
.clrboth {
	clear: both;
}

/* --------------------------------------------------- Marginale --- */
#Marginal {
    width: 200px;
	margin: 0px 0px 0px 0px;
	float: right;
	background: #000033;
}
#Marginal h1 {
	color: #FFFFFF;
	font-size: 12px;
	
	padding: 20px 10px 10px 10px;
}

#Marginal p {
	color: #FFFFFF;
	line-height: 16px;
}
#margContainer {
	margin: 0px;
	background: #262651;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	overflow: hidden;
}

/* --- Datei upload --- */

#Marginal .pdf,
#Marginal .jpg {
	margin: 0px 10px 5px 10px;
}

#Marginal .pdf.last,
#Marginal .jpg.last {
	margin: 0px 10px 20px 10px;
}

#Marginal .pdf.even.last,
#Marginal .jpg.even.last {
	margin: 0px 10px 20px 10px;
}

#Marginal .pdf a,
#Marginal .jpg a {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Georgia,Times,serif;
	font-style: italic;
}

#Marginal .pdf a:after,
#Marginal .jpg a:after{
	content: url(gfx/pdf.gif)" ";
}
/* --- Mehr Link --- */
#Marginal a.internal-link,
#Marginal a.external-link-new-window,
#Marginal a.internal-link-new-window {
	color: #FFFFFF;
}
#Marginal a.internal-link,
#Marginal a.external-link-new-window,
#Marginal a.internal-link-new-window {
	background-image:url("gfx/right.gif");
	background-position:28px 1px;
	background-repeat:no-repeat;
	padding-right:20px;
}
#Marginal .csc-frame {
	padding: 0 10px 0 10px;
}
#Marginal .csc-frame h1 {
	padding: 20px 0 10px 0;
}
/* --------------------------------------------------- News --- */
#News {
	padding: 0px 10px 10px 10px;
}
.NewsContainer p.MoreLink {
	font-size: 11px;
	
	display: block;
	color: #000000;
	
	margin: 5px 0px 0px 0px;
}

.NewsContainer p.MoreLink a {
	text-decoration: none;
}
	
.NewsText h2 {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Georgia,Times,serif;
	margin: 0px 0px 2px 0px;
}
.NewsText h2 a {
	color: #FFFFFF;
	font-family: Georgia,Times,serif;
	font-size: 12px;
}
.NewsText h2 a:hover {
	color: #FFFFFF;
	font-family: Georgia,Times,serif;
	font-size: 12px;
}

.NewsContainer h2 {
	color: #000000;
	font-size: 13px;
	font-family: Georgia,Times,serif;
	margin: 0px 0px 2px 0px;
}

.NewsContainer h2 a {
	color: #000000;
	font-family: Georgia,Times,serif;
	font-size: 13px;
}
.NewsContainer h2 a:hover {
	color: #000000;
	font-family: Georgia,Times,serif;
	font-size: 13px;
}

.NewsContainer p {
	
	margin: 0px;
	display: inline;

}
.NewsDetail h2 {
	color: #000000;
	font-size: 13px;
	font-family: Georgia,Times,serif;
	margin: 0px 0px 2px 0px;
}

.NewsDetail h2 a {
	color: #000000;
	font-family: Georgia,Times,serif;
	font-size: 13px;
}
.NewsDetail h2 a:hover {
	color: #000000;
	font-family: Georgia,Times,serif;
	font-size: 13px;
}
.NewsLink {
	margin: 10px 0px 0px 0px;
}
.NewsLink a {
	text-decoration: none;
}
/* --- Kategorien --- */

p.Category {
	
	font-family: Georgia,Times,serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	margin: 0px 5px 0px 0px;

}
p.Unterhaltung {
	color: #996666;
}
p.DASANDERE {
	color: #CC9900;
}
p.Klassik {
	color: #333366;
}
p.Kammermusik {
	color: #CC6600;
}
p.Sonderkonzerte {
	color: #8862A1;
}
p.Gastspiele {
	color: #336600;
}
p.Kinder {
	color: #339999;
}
p.Musik {
	color: #666666;
}
p.Schulkonzert {
	color: #B64533;
}
a.Unterhaltung {
	color: #996666;
	font-family: Georgia,Times,serif;
	margin-right: 1px;
}
a.DASANDERE {
	color: #CC9900;
	font-family: Georgia,Times,serif;
	margin-right: 1px;
}
a.Klassik {
	color: #333366;
	font-family: Georgia,Times,serif;
	margin-right: 1px;
}
a.Kammermusik {
	color: #CC6600;
	font-family: Georgia,Times,serif;
	margin-right: 1px;
}
a.Sonderkonzerte {
	color: #8862A1;
	font-family: Georgia,Times,serif;
	margin-right: 1px;
}
a.Kinder {
	color: #339999;
	font-family: Georgia,Times,serif;
	margin-right: 1px;
}
a.Musik {
	color: #666666;
	font-family: Georgia,Times,serif;
	margin-right: 1px;
}
a.Schulkonzert {
	color: ##B64533;
	font-family: Georgia,Times,serif;
	margin-right: 1px;
}
/*--- Listen*/
.csc-bulletlist-0 li {
 margin: 0px;
}
ul.csc-bulletlist {
 margin: 0px 0px 20px 0px;
}
/* --------------------------------------------------- Footer --- */
#Footer {
	height: 34px;
}
.spaceLeft {
	float: left;
	background: #996699;
	height: 34px;
	width: 185px;
}
.serviceMenu {
	float: left;
	height: 34px;
	width: 385px;
	margin: 0px 15px 0px 15px;
}
.serviceMenu hr {
	border-top: 1px solid #000000;
	border-bottom: none;
	height:1px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.service {
	border-top: 1px solid #000000;
	padding: 9px 0px 0px 0px;
	width: 385px;
}
.service a {
	color:#996699;
	text-transform: uppercase;
	font-size: 11px;
}
.service img.druckenicon {
	margin: 0px 0px 0px 15px;
}
.spaceRight {
	float: right;
	height: 34px;
	background: #000033;
	width: 200px;
}


.hide {
	display: none;
}
/*Bildunterschrift*/
dd.csc-textpic-caption  {
	color: #666666;
	font-size: 92%;
	padding: 3px 7px 0 7px;
	line-height: 13px;
}
.colRightContent dd.csc-textpic-caption {
	display: none;
}
/* default styles for extension "tx_cssstyledcontent" */
/* Captions */
	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;
	}
	.csc-textpic-intext-left-nowrap {
		margin: 0px 0px 5px 0px;
	}
	/* 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: 10px; }
	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; }

/*Rahmen before*/
.csc-frame-rulerBefore {
	border-top: 1px solid #000000;
	margin: 0px 0px 10px 0px;
}
