body {
	text-align: center; /* for IE */ 
	margin:0;
    padding:0;
    /* font: bold 11px/1.5em Verdana; */
	font: 13px/1.5em "Times New Roman", Times, serif;
	background: #f5f1f6 url(images/body_tango.png) repeat-x 50% 0;
}

#wrapper {
	display: block; 
	/*border: 1px #000000 solid;*/
	width:80%; 
	margin:0px auto;
}

#header {
	/* border: 2px #00ff00 solid; */
	background:none;
}

.logo {
	border:thick;
	border-color:#000000;
}



.importanttext a {
	color:#ffffff !important;
	font: 17px/1.5em "Times New Roman", Times, serif !important ;
	background: none !important;
	text-decoration:underline !important;
	font-weight:bold !important;
}

#content {
	width: 100%;
	/* border: 2px #ff0000 solid; */
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	float: left;
	background-color:#665982;
	padding: 15;	
	font: 15px/1.5em "Times New Roman", Times, serif;
	color:#FFFFFF;
}

#both {
	clear: both;
}

#footer {
	padding: 15px;
	font-weight: normal;
	text-align:center;
	background-color:#665982;
	width: 100%;
	color:#FFFFFF;
}

/*- Detailseiten general-------------------------- */
.formattedText {
	/* text-align:center; */
}

.borderedImg {
		border-color:#95719d;
		border:groove;
		width: 400px;
		height: 300px;
}

.borderedNewsImg {
		border-color:#95719d;
		border:groove;
		width: 300px;
		height: 424px;
}

.audioImg {
		border-color:#95719d;
		border:groove;
		width: 150px;
		height: 150px;
}

.pubImg {
		border-color:#95719d;
		border:groove;
		width: 150px;
}

a:link { 
		/* color:#95719d; */ 
		color:#aa88b1;
		text-decoration:underline;
		font-weight:bold;
}

a:visited {
		color:#EEAAAA;
		text-decoration:underline;
		font-weight:bold;
}

a:focus {
 		color:#EEAAAA;
		text-decoration:none;
		background-color:#FFFFFF;
}

a:hover {
 		color:#EEAAAA;
		text-decoration:none;
		background-color:#FFFFFF;
		font-weight:bold;
}

a:active {
		color:#EEAAAA;
		text-decoration:none;
		background-color:#FFFFFF;
}

/*- Audio CDs ----------------------------- */
.cdWrapper {
	clear: left;
	position: relative;	
	height: auto;
}

.cdWrapper .leftLayer {
	float: left;
	width: 200px;
}

.cdWrapper .rightLayer {
	position: relative;
}

.audioTitles {

	list-style-type:decimal;
}
/*- Menu Tabs B--------------------------- */

    #tabsB {
      float:left;
      width:100%;
      background:#edf5fa;
      font-size:93%;
      line-height:normal;
	  padding-top:19px;
	  background: #edf5fa url(images/body_tango.png) repeat-x 50% 0;
      }
    #tabsB ul {
      margin:0;
      padding:10px 10px 0 50px;
      list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url("./images/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("./images/tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }

        #tabsB #current a {
                background-position:0% -42px;
        }
        #tabsB #current a span {
                background-position:100% -42px;
        }