/*****************************************************************************/
/* skeleton layout                                                           */
/*****************************************************************************/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #fff url(pics/bg_container.gif) no-repeat center top;
}

.clearfix:after {
  	content:"."; 
  	display:block; 
  	height:0; 
  	clear:both; 
  	visibility:hidden;
}

#container {
	margin: 0 auto;
	padding: 0px;
	width: 1000px;
	color: #000;
}

#banner {
	height: 144px;
	text-align: right;
}

#contentTop {
	background: #555657;
	color: #fff;
	direction:rtl;	
}

#contentCenter {
	float: left;
	width: 720px;
	margin: 0px;
	padding: 20px 10px 20px 20px;
}

#contentRight {
	float: left;
	width: 220px;
	margin: 0px;
	padding: 20px 20px 20px 10px;
}

#footer {
	padding: 10px 20px 20px 20px;
	clear: both;	
}

/*****************************************************************************/
/* banner elements                                                           */
/*****************************************************************************/

#banner #logo {
	float: left;
	padding: 13px 0px 0px 18px;
	width: 600px;
}

#banner #logo img {
	border: 0px;
	display:block;
	float:left;
}

#banner #logo img.and {
	border: 0px;
	margin-top:38px;
	padding:0px 10px 0px 12px;
}

#banner #logo img.mc {
	border: 0px;
	display:block;
	margin-top:15px;
}

#banner #langMenu {
	padding: 13px 13px 0px 0px;
	word-spacing: 0.4em;
}

#banner #subMenu {
	padding: 3px 13px 0px 0px;
	word-spacing: 0.4em;
}

#banner #searchBox {
	padding: 10px 13px 10px 0px;
}

#banner #mainMenu {
	padding: 0px 13px 0px 18px;
	font-size: 14px;
	word-spacing: 0em;
}
#banner #mainMenu ul {
	list-style-type: none;
	margin: 16px 0px 0px 0px;
	padding: 0px;
}
#banner #mainMenu ul li {
	display: inline;
	padding-left: 2.6em;	
}

#banner .bannerMenu {
	color: #949494;
}
#banner .bannerMenu a {
	color: #555;
	word-spacing: 0em;
}
#banner .bannerMenu a.current {
	font-weight: bold;
}

/*****************************************************************************/
/* contentTop elements                                                       */
/*****************************************************************************/

#contentTop #topTextWrapper {
	float: left;
	width: 370px;
	padding: 30px 20px 0px 20px;
	direction: ltr;
}

#contentTop #topTextWrapper h1 {
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}
#contentTop #topTextWrapper h2 {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: normal;
	color:#bfbfbf;
}
#contentTop #topTextWrapper #topText {
	padding-top: 20px;
	text-size: 15px;
	line-height: 1.5em;
}

#contentTop #topPhoto img {
	display: block;

}

/*****************************************************************************/
/* breadcrumbs                                                               */
/*****************************************************************************/

#breadcrumbs {
	color: #949494;
	height: 1.5em;
}

#breadcrumbs a {
	color: #555;
	word-spacing: 0em;
}
#breadcrumbs span.current {
	color: #e2007a;
	font-weight: bold;
}

#breadcrumbs span.separator {
	word-spacing: 0.5em;
}


/*****************************************************************************/
/* context menu                                                              */
/*****************************************************************************/

#contextMenu {
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	height: 23px;
	width: 720px;
	background: #eee;
}

#contextMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: -2px;
}

#contextMenu ul li {
	float: left;
}

#contextMenu ul li a {
	display: block;
	color: #555;
	padding: 4px 10px 4px 33px;	
	background: url(pics/rect_bullet_grey.gif) no-repeat left center;
}
#contextMenu ul li a:hover {
	background: url(pics/rect_bullet_purple.gif) no-repeat left center;
}
#contextMenu ul li a.current {
	background: url(pics/rect_bullet_purple.gif) no-repeat left center;
	text-decoration:underline;
}

/*****************************************************************************/
/* frontpage: newsBar                                                        */
/*****************************************************************************/

#newsBar {
	background: #eee;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 15px;
}
#newsBar .blockTitle {
	color: #949494;
	display: inline;
	padding-right: 10px;
}
#newsBar .blockContent {
	color: #555657;
	display: inline;
}
#newsBar a.readMoreLink {
	padding-left: 10px;
	font-weight: normal;
	font-style: italic;
	color: #949494;
}

/*****************************************************************************/
/* frontpage: columns                                                        */
/*****************************************************************************/

#contentCenterColLeft {
	float: left;
	width: 404px;
}

#contentCenterColLeft .purpleBlock {
	background-color: #f466ba;
}

#contentCenterColLeft .purpleBlock a.readMoreLink2{
	padding-left: 10px;
	font-weight: normal;
	font-style: italic;
	color: #fbcce8;
}

#contentCenterColLeft .lightPurpleBlock {
	background-color: #fbcce8;
}

#contentCenterColRight {
	float: right;
	width: 300px;
}

.columnTitle {
	height: 30px;
	padding: 3px 0px 0px 0px;
	background: #fff;
}
.columnTitle h2 {
	float: left;
	position: relative;
	top: -3px;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}
.columnTitle h3 {
	text-align: right;
	padding: 2px 5px 2px 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	height: 14px;
	color: #fff;	
}
.columnTitle h3 a {
	color: #fff;	
}

#contentCenterColLeft .columnTitle h2 {
	background: #fff;
	color: #ED008C;
}
#contentCenterColLeft .columnTitle h3 {
	background: #ED008C;
}

#contentCenterColRight .columnTitle h2 {
	background: #fff;
	color: #949494;
}
#contentCenterColRight .columnTitle h3 {
	background: #949494;
}

/*****************************************************************************/
/* frontpage: list                                                           */
/*****************************************************************************/

.bigList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: -2px;
}
.bigList li {
	line-height: 22px;
	font-size: 18px;
	display: inline;
}
.bigList li a {
	display: block;
	padding: 3px 10px 3px 33px;
	margin-bottom: 2px;
	color: #949494;
	background: #fff url(pics/rect_bullet_grey.gif) repeat-y center top;
}
.bigList li a:hover {
	text-decoration: none;
	background: #fff url(pics/rect_bullet_purple.gif) repeat-y center top;
}

/*****************************************************************************/
/* blocks                                                                    */
/*****************************************************************************/

.block {
	margin: 0px 0px 10px 0px;
}
.block .blockTitle h2 {
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0.2em 0px;
	font-size: 14px;
}
.block em {
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

.greyBorder {
	border:1px solid #555657;
}

.purpleBlock {
	background:#e2007a;
}

.magentaBlock {
	background: #e2007a;
}

.purpleBlock em {
	color: #dbdbdb;	
}
.purpleBlock a.readMoreLink {
	padding-left: 10px;
	font-style: italic;
	color: #934c91;
}

.lightPurpleBlock {
	background: #FACCE8;
	color: #000;
}
.lightMagentaBlock {
	background: #fbcce8;
	color: #000;
}
.lightPurpleBlock a.readMoreLink {
	padding-left: 10px;
	font-style: italic;
	color: #934c91;
}

#contentCenter .block {
	padding: 10px;
}
#contentCenter .block .blockContent{
	line-height: 15px;
}
#contentRight .block .blockContent {
	line-height: 1.4em;	
}

#contentRight .block {
	width: 177px;
	padding: 20px;
}

#contentRight .block-10 {
	width: 197px;
	padding: 10px;
}

#contentRight .block .blockContent {
	line-height: 1em;	
}

#contentCenter.purpleBlock {
	color: #000;
}
#contentRight .purpleBlock {
	color: #fff;
}


/*****************************************************************************/
/* text                                                                      */
/*****************************************************************************/

.twoColText .OneColumnWrapper {
  	float:left;
  	width:100%;
}

.twoColText .columnWrapper {
	float: left;
	width: 50%;
}

.twoColText .column {
	text-align: justify;
}

.twoColText .colLeft {
	padding: 0px 15px 0px 0px;
	text-align:justify;
}

.twoColText .colRight {
	padding: 0px 0px 0px 15px;	
}

#contentText {
	padding: 1.5em 0px 0px 0px;
}

#contentText a {
  	color:#e2007a;
}

#contentText p {
	margin: 0px 0px 1em 0px;
}

#contentText .error {
  	color:#FF0000;
  	font-weight:bold;
}

.thankyou {
  	color:#086E38;
  	font-weight:bold;
  	display:block;
}

/*****************************************************************************/
/* Feedbackform                                                              */
/*****************************************************************************/

/*** contactform ***/

#contactform .contactform_line {
	clear:both;
}

#contactform .contactform_line label {
	display:block;
	margin:0px 0px 0px 0px;
}

#contactform .contactform_line span input, #contactform .contactform_line span textarea, #contactform .contactform_line select {
	margin:0px 0px 5px 0px;
	border:1px solid #934C8E !important;
}

#contactform .btnSend {
	background-color:#FFFFFF;
	width:87px;
	height:21px;
	text-align:center;
	border:none;
	color:#000000;
	padding:0px;
	margin:0px 0px 0px 0px;
}

#contactform .validator {
	width:290;
	margin:0px 0px 0px 0px;
}

#contactform .mailSend {
	font-weight:bold;
}

/*****************************************************************************/
/* news                                                                      */
/*****************************************************************************/

.contentNews .newsEntry {
	padding-bottom: 2em;
}

.contentNews .newsEntry .newsEntryImg {
	float: left;
	width: 250px;
	padding-right: 25px;
}

.contentNews .newsEntry .newsEntryTextWrapper {
	float: left;
}

.contentNews .newsEntry .newsEntryTitle {
	color: #be94bd;
	margin: 0px 0px 0.2em 0px;
}
.contentNews .newsEntry .newsEntryTitle h3 {
	display: inline;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0px;
}
.contentNews .newsEntry .newsEntryTitle .datum {
	display: block;
}

.contentNews .newsEntry .newsEntryText {
	line-height: 1.3em;
	text-align:justify;
}

/*****************************************************************************/
/* downloads                                                                 */
/*****************************************************************************/

table.downloads {
	width: 100%;
}

table.downloads thead th {
	font-size: 0.9em;
	text-align: left;
	padding-bottom: 1em;
}
table.downloads thead th.title {
	width: 60%;
}
table.downloads thead th.date {
	width: 20%;
}
table.downloads thead th.size {
	width: 20%;
}

table.downloads tbody tr td {
	vertical-align: top;
	padding-bottom: 1em;
}
table.downloads tbody tr td.title .title {
	color: #be94bd;
	font-size: 1.1em;
	padding-bottom: 0.1em;
	font-weight: bold;
}
	
table.downloads tbody tr td.size a.downloadLink {
	color: #be94bd;
}
table.downloads tbody tr td.size a.downloadLink:hover {
	text-decoration: underline;
}

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

#footer #footnote {
	background: #fff url(pics/logo_grey.jpg) no-repeat left top;
	padding: 26px 10px 5px 137px;
	height: 42px;	
	font-size: 11px;
	color: #949494;	
	line-height: 1.5em;
}

#footer .copyrightby {
  	color:#e2007a;
}

#footer #footerMenu {
	word-spacing: 1em;
}
#footer #footerMenu a {
	color: #949494;
	word-spacing: 0em;
}

#footer #phones {
	word-spacing: 1.4em;	
}

#footer #phones span {
	word-spacing: 0em;
}

/*****************************************************************************/
/* html elements                                                             */
/*****************************************************************************/

a {

	text-decoration: none;	
}
a:hover {
	text-decoration: underline;	
}

/*****************************************************************************/
/* helpers                                                                   */
/*****************************************************************************/

.spacer {
	display: block;
	overflow: hidden;
	clear: both;
	height: 1px;
	width: 1px;
}

/*****************************************************************************/
/* ullist                                                                    */
/*****************************************************************************/

.ullist ul {
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
	
.ullist ul li {
	margin:0px 0px 0px 0px;
}

.ullist ul li span {
	margin:0px 0px 0px 5px;
	padding-left:10px;
	background:url(img/listimage.jpg) no-repeat left;
	background-position:0px 6px;
	text-decoration:none;
	color:#000000;
	display:block;	
}

/*****************************************************************************/
/* anmeldelist                                                               */
/*****************************************************************************/

.anmeldelist ul {
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
	
.anmeldelist ul li {
	margin:0px 0px 5px 0px;
}

.anmeldelist ul li span {
	margin:0px 0px 0px 5px;
	padding-left:10px;
	background:url(img/listimage.jpg) no-repeat left;
	background-position:0px 6px;
	text-decoration:none;
	color:#000000;
	display:block;	
}

/*****************************************************************************/
/* forms                                                                     */
/*****************************************************************************/

.simpleForm {
	clear: both;
	padding: 2em 0px 1em 0px;
	margin: 0px;
}

.simpleForm .anmeldeform {
	padding: 0px 10px 0px 0px;
	display:block;
	margin:0px 0px 15px 0px;
}

.simpleForm .formElement {
	padding-bottom: 0.6em;
}
.simpleForm .formElement label {
	display: block;
	padding-bottom: 0.2em;
}

.simpleForm input {
	border:1px solid #be94bd;
	font-size: 1em;
}

.simpleForm .formElement .small {
	width: 80px;
}

.simpleForm .formElement .medium {
	width: 100px;
}

.simpleForm .formElement .large {
	width: 150px;
}

.simpleForm .floatingElement {
	float: left;
	margin-right: 20px;
}

.simpleForm .clearElement {
	clear: both;
}

.simpleForm .formElement textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid #be94bd;
	overflow: auto;
}

.simpleForm .formElement textarea.full {
	width: 99%;
}

.simpleForm .formButtons {
	margin:10px 0px 0px 0px;
	text-align: left;
}

.simpleForm .formButtons button {
	color: #be94bd;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 5px 4px 33px;	
	margin: 0px;
	background: url(pics/rect_bullet_purple.gif) no-repeat left center;
	border: none;
}

/*****************************************************************************/
/* pager                                                                     */
/*****************************************************************************/

.pager {
	padding: 1em 0.5em 1em 0.5em;
	text-align: center;
	word-spacing: 2em;
}

.pager a {
	word-spacing: 0em;
}

.pager a.pagePrev, .pager a.pageNext {
	color: #000;
}

.pager a.page {
	color: #934c91;
}

.pager a.current {
	font-weight: bold;
}


/*****************************************************************************/
/* search results                                                            */
/*****************************************************************************/

ol.searchResults {
	list-style: decimal inside;
}

ol.searchResults li {
	color: #934c91;
	font-weight: bold;
}
ol.searchResults a.searchResultTitle {
	color: #934c91;
	font-weight: bold;
}
ol.searchResults a.searchResultTitle:hover {
}

ol.searchResults .searchResultDesc {
	font-weight: normal;
	color: #000;
}

/*****************************************************************************/
/* Hilfe                                                                     */
/*****************************************************************************/

.nobg {
  	background-color:white;
  	text-decoration:none;
  	color:#FFFFFF;
  	border:none;
}

.no-border {
  	border:none;
}


.cicolor {
color: #e2007a;
font-weight:bold;
}

.map24_input {
	background-color: #ffffff;
	color: #555555;
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	border: 1px #bebebe solid;
}
	
.map24_list {
	background-color: #FFFFFF; 
	border-style: groove;
	font-family: Arial, Geneva, Helvetica, sans-serif; 
	font-size: 9px;
}
	
.map24_text	{
	font-family: Arial; 
	font-size: 11px; 
	color: #586A75;
}
	
.map24_margin	{
	margin-left: 10px;
}

.map24_padding {
	padding-left: 10px;
}

.map24_title {
	font-family: Arial; 
	font-size: 11px; 
	color:#FFFFFF; 
	padding-left: 10px; 
	padding-top: 31px; 
	font-weight: bold;
	background-color: #0072BC;
}
	
.map24_cell	{
	padding-left: 10px; 
	padding-top: 5px; 
	padding-right: 5px; 
	padding-bottom: 5px; 
	background-color: #F8F9FA;
}
	
.blockborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-color: #BEBEBE;
}	

.map24_submit {
	font-size: 11px;
	color: #0D3D6A;
}
