/*
   GLOBALE DEFINITIONEN
*/
body {
	background-color: rgb(234,234,234);
	margin: 0 auto;
	padding: 0px;
	font-family:arial,verdana,sans-serif;
	font-size:12px;
}


a:link, a:visited{
	color:#6A070B;
	text-decoration:none;
}

a:hover, a:active{
	color:#6A070B;
	text-decoration:underline;
}

/*
   GLOBALE PAGE STYLES
*/
#SiteHeader {
	position: relative;
	overflow:visible;
	width:100%;
	height: 129px;
	background-image: url('/templates/HeaderBackground.jpg');
	background-repeat: repeat-x;

}

#SiteHeaderLeft {
	position: relative;
	height:129px;
	width: 100%;
	float: left;
	border:0px solid black;
}

#SiteHeaderRight p {
	position: relative;
	height: 69px;
	width: 224px;
	margin-left:45px;
	margin-top:28px;
	background-repeat: no-repeat;
	border:0px solid green;
	background-image: url('/templates/header_logo.jpg');
}

#SiteHeaderRight {
	position: relative;
	height:auto;
	width: 890px;
	margin:0 auto;
	color:#FFFFFF;
	font-size:12px;
}

.MicroNavigation {
	height:129px;
	top:28px;
	left:723px;
	position:absolute;
}

.MicroNavigationElement a {
	color:#FFFFFF;
	font-size:9px;
	text-decoration:none;
	vertical-align:middle;
}

.MicroNavigationElement img {
	margin:0px 12px 0px 4px;
	color:#FFFFFF;
	vertical-align:middle;
}


.MicroNavigationTrenner {
	color:#FFFFFF;
	font-size:10px;
	padding:0px 5px;
	vertical-align:middle;
}

#lang_select {
	position: absolute;
    display: block;
	left: 680px;
	top: 22px;
    overflow: hidden;
    height: 30px;
    width: 33px;
    border:0px;
    line-height: 30px;
}

#lang_select:hover, #lang_select.hover { 
    overflow:visible; 
}

#lang_select  a {
    display: block;
    margin: 0px;
    margin-bottom: 5px;
}

#SiteContentContainer {
	background:url("/templates/content_background.gif") repeat-y scroll 0 0 transparent;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	width:909px;
}


#SiteHeaderTeaser {
	position:relative;
	width:893px;
	height:auto;
	margin-left:8px;
	margin-bottom:0;
	background-image: url('/templates/coralie.jpg');	
	background: no-repeat;
}

#SiteTopNavigation {
	position:relative;
	width:893px;
	height: 37px;
	margin-left:8px;
	margin-top:0;
	background-image: url('/templates/NavigationBackground.jpg');
	background-repeat: repeat-x;
}

#SiteTopNavigation a:link, #SiteTopNavigation a:visited {
	color:#fff;
	font-size:14px;
	text-decoration:none;
	vertical-align:middle;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	margin:10px 0 0 0;
}

#SiteTopNavigation a:hover  {
	background-image: url('/templates/hover_menu.gif');
	background-repeat: repeat-x;
	height:100%;
}


.TopNavigationContent {
	position:relative;
	width:100%;
	height:33px;
	padding-top:8px;
	border:0px solid blue;
}

.ActiveTopNavigationLink  {
	background-image: url('/templates/hover_menu.gif');
	background-repeat: repeat-x;
	height:100%;
}

.TopNavigationElements{
	position:relative;
	overflow:hidden;
	height:50px;
	min-width: auto;
	vertical-align:middle;
	margin-top:10px;
	border:0px solid yellow;
}

.TopNavigationTrenner {
	height:37px;
	color:#FFFFFF;
	font-size:15px;
	vertical-align:middle;
	border:0px solid green;
}


#SiteContentLeft {
	position: relative;
	width: 543px;
	height: auto;
	margin-left:8px;
	margin-bottom:30px;
	float:left;
	min-height:416px;
}

#ThemenBox {
	overflow:hidden;
	position:relative;
	margin-top:35px;
	left:0px;
	width:100%;
	height:0 auto;
}

.ThemenBoxHeadline {
	position:relative;
	overflow:hidden;
	width:100%;
	height:24px;
	background-image: url('/templates/themen_box.gif');
	background: no-repeat;

}

.ThemenBoxHeadline img {
	float:left;
}


.ThemenBoxHeadlineContent {
	overflow:hidden;
	float:left;
	position:relative;
	margin-left:9px;
	font-size:18px;
	color:rgb(174,10,16);
}

.ThemenBoxContent {
	overflow:hidden;
	position:relative;
	height:auto;
	margin: 13px 49px 14px 49px;
	font-size: 12px;
	color: rgb(106,7,11);
}

.ThemenBoxContent p{
	margin:0 0 7px 0;
}



#SiteContentRight {
	position: relative;
	width: 350px;
	height: auto;
	margin-top:35px;
	float:left;
	margin-bottom:30px;
}

/*##################################### Startseite Newsbox ##################################################*/

#aktuelles-box {
	background-image:url(../files/head_start.gif);
	background-repeat: no-repeat;
	width:309px;
	height:auto;
	border:1px solid #969696;
	font-size:12px;
	color:#6A6A6A;
}

.sidebar-box div {
	height:182px;	
	padding:30px 0 0 0;
}

/* normal box styles */
.aktuelles-link {
	margin:10px 0 0 0;
}

.aktuelles-link img{
	margin:0 15px 0 15px;
	float:left;
}

.aktuelles-link p{
	margin:0 15px 10px 15px;
}

.aktuelles-link a:link, .aktuelles-link a:visited{
	color:#6A070B;
	text-decoration:none;
}

.aktuelles-link a:hover, .aktuelles-link a:active{
	color:#6A070B;
	text-decoration:underline;
}

.aktuelles-link .datum{
	margin:0 0 5px 15px;
}

.aktuelles-link .ueberschrift{
	margin:0 0 5px 15px;
	font-weight:bold;

}

/* alternative box styles */
.aktuelles-link-alt {
	margin:10px 0 0 0;
    background-color: rgb(217,210,211);
}

.aktuelles-link-alt img{
	margin:0 15px 0 15px;
	float:left;
}

.aktuelles-link-alt p{
	margin:0 15px 10px 15px;
}

.aktuelles-link-alt a:link, .aktuelles-link-alt a:visited{
	color:#6A070B;
	text-decoration:none;
}

.aktuelles-link-alt a:hover, .aktuelles-link-alt a:active{
	color:#6A070B;
	text-decoration:underline;
}

.aktuelles-link-alt .datum{
	margin:0 0 5px 15px;
}

.aktuelles-link-alt .ueberschrift{
	margin:0 0 5px 15px;
	font-weight:bold;

}



/*##################################### End Startseite Newsbox ##################################################*/

#SiteContentArtistWriter {
	position: relative;
	width: 100%;
	height: auto;
	margin-left:8px;
	margin-bottom:30px;
	float:left;
	min-height:416px;
}

#ArtistContainer{
	position:relative;
	overflow:hidden;
	width:auto;
	height:auto;
	padding-left:51px;
	padding-top:10px;
}

#awLinkDiv {
	margin:0 0 0 45px;
}

#awLinkDiv img{
	border:0;
}

.artist-warp {
	overflow:hidden;
	float:left;
	position:relative;
	margin:17px 0 20px 0px;
	font-size:16px;
	font-weight:normal;
	color:rgb(174,10,16);
	width:890px;
}

.artist-warp h3 {
	position:relative;
	overflow:hidden;
	width:100%;
	height:24px;
	background: no-repeat;
	float:left;
	font-size:18px;
	font-weight:normal;
}

.artist-warp img {
	float:left;
	position:relative;
	margin:0 0 20px 52px;
	max-width:200px;
}

.aktuelles-warp p a img {
	border:0;
}

.artist-warp p{
	font-family:arial,verdana,sans-serif;
	font-size:12px;
	color:#6A070B;
	float:right;
	width:500px;
	margin:0px 110px 0 0;
}


.ArtistTeaser {
	position:relative;
	overflow:hidden;
	float:left;
	width:171px;
	min-height:163px;
	height:auto;
	margin-right:20px;
}

.ArtistLink {
	margin-top:10px;
}

.ArtistLink a{
	color: rgb(106,7,11);
	font-size:14px;
}

#WriterContainer{
	position:relative;
	overflow:hidden;
	width:auto;
	height:auto;
	padding-left:51px;
	padding-top:10px;
}

.WriterTeaser {
	position:relative;
	overflow:hidden;
	float:left;
	width:171px;
	min-height:163px;
	height:auto;
	margin-right:20px;
}

.WriterLink {
	margin-top:10px;
}

.WriterLink a{
	color: rgb(106,7,11);
	font-size:14px;
}

#WriterContainer{
	position:relative;
	height:auto;
	padding-left:51px;
	padding-top:24px;
}




#SiteFooterNavigation{
	overflow:hidden;
	position:relative;
	background-repeat:repeat-x;
	background-image: url('/templates/FooterNavigationBackground.jpg');
	font-size:10px;
	height:26px;
	width:100%;

}

.FooterNavigationLeft {
	position:relative;
	margin:0 auto;
	width:890px;
	height:26px;
	padding-top:5px;
}

.FooterNavigationRight {
	position:relative;
	width:auto;
	color:#FFFFFF;
	float:right;
	text-align:right;
}


.FooterNavigationElement {
	position:relative;
	height:26px;
}

.FooterNavigationElement a {
	color:#FFFFFF;
	text-decoration:none;
	vertical-align:middle;
}

.FooterNavigationTrenner {
	color:#FFFFFF;
	padding:0px 10px;
	height:26px;
	vertical-align:middle;
}

#SiteContentArtistSubpage {
	position: relative;
	width: 100%;
	height: auto;
	margin-left:8px;
	margin-bottom:30px;
	float:left;
	min-height:416px;
}

#ArtistSubpageInfoBox{
	position:relative;
	overflow:hidden;
	width:auto;
	height:auto;
	padding-left:51px;
	padding-top:14px;
	padding-bottom:25px;
}

.ArtistInfoBoxLeft {
	position:relative;
	float:left;
	margin-right:35px;
}

.ArtistInfoBoxRight {
	position:relative;
	float:left;
	width:400px;
	height: auto;
	color: rgb(106,7,11);
}

#ArtistSubpageReleaseBox{
	position:relative;
	overflow:hidden;
	width:auto;
	height:auto;
	padding-left:51px;
	padding-top:14px;
}

.ArtistReleaseBoxHeadline {
	position:relative;
	margin-bottom:10px;
	font-size: 12px;
	color: rgb(106,7,11);
	text-decoration:underline;
}

.ArtistReleaseBoxTeaser {
	overflow:hidden;
	position:relative;
	width:100%;
	height:100px;
	margin-bottom:28px;
}

#ArtistSubpageMultimediaBox {
	position:relative;
	overflow:hidden;
	width:auto;
	height:auto;
	padding-left:51px;
	padding-top:14px;
}

.ArtistMultimediaBoxHeadline {
	position:relative;
	margin-bottom:10px;
	font-size: 12px;
	color: rgb(106,7,11);
	text-decoration:underline;
	font-weight:bold;
	
}

.ArtistMultimediaBoxPreviewHeadline {
	position:relative;
	font-weight:bold;
	margin-top:38px;
	font-size: 12px;
	color: rgb(106,7,11);
	text-decoration:underline;
	
}

.ArtistMultimediaBoxPreviewButton {
	overflow:hidden;
	position:relative;
	width:100%;
	height:105px;
	margin-top:21px;

}

#SiteContentCompany {
	position: relative;
	width: 100%;
	height: auto;
	margin-left:8px;
	margin-bottom:30px;
	float:left;
	min-height:416px;
}

#CompanyAboutLink {
	position:relative;
	margin-left:100px;
	margin-top: 8px;
}

#CompanyAboutLink a{
	color:rgb(174,10,16);
	font-size:12px;
}


#DownloadPage {
	width:800px;
	margin:0 0 0 50px;
}

.CompanyDownloadBoxContent {
	overflow:hidden;
	position:relative;
	
	height:auto;
	margin: 13px 49px 14px 49px;
	font-size: 12px;
	color: rgb(106,7,11);
	
}

.CompanyDownloadBoxContent img{
	float:left;
}

.CompanyDownloadBoxLink {
	margin-top:12px;
	margin-left:15px;
	float:left;
}

.DlPdfTitle {
	font-weight:bold;
	padding:20px 0 0 0;
	color:#6A6A6A;
}

.DlDownloadLink{
padding-left:15px;
}


#SiteContentNews {
	position: relative;
	width: 100%;
	height: auto;
	margin-left:8px;
	margin-bottom:30px;
	float:left;
	min-height:416px;
}

.NewsBoxContentLeft{
	overflow:hidden;
	position:relative;
	
	height:auto;
	margin: 35px 28px 14px 49px;
	float:left;
}

.NewsBoxContentRight{
	overflow:hidden;
	position:relative;
	
	height:auto;
	width:591px;
	margin: 35px 49px 36px 0px;
	float:left;
	color: rgb(106,7,11);
	font-size:12px;
}

.NewsBoxContentDate {
	position:relative;
}
.NewsBoxContentHeadline {
	position:relative;
	margin-top:3px;
	font-weight:bold;
}

.NewsBoxContentText {
	position:relative;
	margin-top:23px;
}
/*############################################ Partner ##############################################*/
.Trennlinie {
	margin:0 0 0 50px;
}

#SiteContentPartner {
	position:relative;
	width: 890px;
	height: auto;
	margin-left:8px;
	margin-bottom:30px;
	float:left;
}

#SiteContentPartner a{
	color: rgb(106,7,11);
	margin:0 0 0 0px;
}


#SiteContentPartner form {
	margin-left:49px;
}

.PartnerBoxContent{
	color: rgb(106,7,11);
	font-size:14px;
	height:auto;
	width:890px;
}

.PartnerBoxContentHeadline{
	position:relative;
	margin-top:20px;
	margin-left:51px;
	font-weight:bold;
	font-size:14px;
}

.PartnerBoxContentText{
	position:relative;
	margin-top:20px;
	margin-left:51px;
	margin-bottom:20px;
	width:778px;
	font-size:12px;
}

.PartnerBoxContentLink{
	position:relative;
	margin-left:51px;
	margin-bottom:40px;
	font-weight:bold;
	font-size:12px;
}

.PartnerBoxContentLink a{
	font-weight:normal;
}

/*############################################ End Partner ##############################################*/



/*############################################ News ##############################################*/

.aktuelles-warp {
	margin:30px 0 30px 50px;
	width:800px;
	min-height:200px;
}

.aktuelles-warp p {
	margin:0 0 0 170px;
	color:#6A070B;
}

.aktuelles-warp h3 {
	margin:0 0 20px 170px;
	color:#6A070B;
}

.aktuelles-warp .aktuelles-newsbild {
	float:left;
	margin:0 0 0 0;
}


/*############################################ End News ##############################################*/


}

#SiteFooter {
	position: fixed;
	border:1px solid green;

	left: 0px;
	width:100%;
	height: 26px;
	background-color:rgb(234,234,234);
	background-repeat:repeat-x;
	background-image: url('/templates/FooterBackground.jpg');
}



/*##################################### Video ##################################################*/

.VideoHeader {
	margin:20px 0 0 50px;
}

.VideoTitle{
	font-weight:bold;
	margin:0 0 0 0;

}
.VideoDescription p{
	margin:0 0 20px 0;
}

.VideoPlayer {
	margin:0 0 20px 51px;
}


/*##################################### End Video ##################################################*/


/*##################################### MP3 Player ##################################################*/

.MP3PlayerContainer {
	margin:20px 0 20px 50px;
}

.SongTitle{
	font-weight:bold;
	margin:0 0 0 0;
}

/*##################################### End MP3 Player ##################################################*/


/*##################################### Kontaktformular ##################################################*/


#doform72{
	width:501px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 0 0 0;
	margin:0 0 0 50px;
}

#doform72 .cssklasse {
	padding:10px 0 10px 0;
}

#doform72 label {
	float:left;
}

#doform72 #el_2 {
	margin:0 0 5px 50px;
	height:20px;
	width:250px;
}

#doform72 #el_3 {
	margin:0 0 5px 33px;
	height:20px;
	width:250px;
}

#doform72 #el_4 {
	margin:0 0 5px 48px;
	height:20px;
	width:250px;
}

#doform72 #el_6 {
	margin:0 0 5px 48px;
	height:20px;
	width:250px;
}

#doform72 #el_9 {
	margin:0 0 5px 48px;
	height:20px;
	width:250px;
}

#doform72 #el_11 {
	margin:0 0 5px 8px;
	height:150px;
	width:250px;
}

#doform72 .fieldset table, #doform60 .fieldset tbody{
	width:300px;
	margin:0 0 0 0;
	height:15px;
}

#doform72 .fieldset tr {
	float:left;
	height:15px;
}

#doform72 .formsubmit { 
	background-color:#ffffff;
	color:#444;
	width:80px;
	border:1px solid #999999;
	margin:5px 0 0 2px;
}

#form-module-thanks {
	margin:0 0 0 50px;	
}

/*##################################### Kontaktformular ##################################################*/


#ThemenBox ul{
	margin:0 0 0 0;
}


/*##################################### Kontaktformular ##################################################*/


#doform361{
	width:501px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 0 0 0;
	margin:0 0 0 50px;
}

#doform361 .cssklasse {
	padding:10px 0 10px 0;
}

#doform361 label {
	float:left;
}

#doform361 #el_2 {
	margin:0 0 5px 32px;
	height:20px;
	width:250px;
}

#doform361 #el_3 {
	margin:0 0 5px 21px;
	height:20px;
	width:250px;
}

#doform361 #el_4 {
	margin:0 0 5px 41px;
	height:20px;
	width:250px;
}

#doform361 #el_6 {
	margin:0 0 5px 48px;
	height:20px;
	width:250px;
}

#doform361 #el_9 {
	margin:0 0 5px 40px;
	height:20px;
	width:250px;
}

#doform361 #el_11 {
	margin:0 0 5px 11px;
	height:150px;
	width:250px;
}

#doform361 .fieldset table, #doform60 .fieldset tbody{
	width:300px;
	margin:0 0 0 0;
	height:15px;
}

#doform361 .fieldset tr {
	float:left;
	height:15px;
}

#doform361 .formsubmit { 
	background-color:#ffffff;
	color:#444;
	width:80px;
	border:1px solid #999999;
	margin:5px 0 0 2px;
}

#form-module-thanks {
	margin:0 0 0 50px;	
}

/*##################################### Kontaktformular ##################################################*/




