body {
	margin: 0px;
	padding: 0px;
	position: relative;
}

body, textarea {
	font-family: Arial,Verdana, sans-serif;
	color: #000000;
	font-size: 100.1%;
}
/*
input, select {
	font-size: 82%;
}
*/

input {
	padding: 0px 0px;
}

form {
	margin: 0;
}

#contentContainerContent div img {
	display: block;
}

#contentContainerContent a{
	color: #AE1134;
	text-decoration: none;
}

#contentContainerContent a:hover, 
#contentContainerContent a.linkMasked:hover {
	color: #FFFFFF;
	background-color: #888888;
	text-decoration: none;
}

#contentContainerContent a img,
a img {
	border: 0px;
}

#contentContainerContent a.linkForward {
	background-image: url('../img/icon_link_forward.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 10px;
}

#contentContainerContent a.linkForward:hover {
	background-image: url('../img/icon_link_forward_hover.gif');
}

#contentContainerContent a.linkMasked {
	color: #000000;
}
#sidebarContainer a {
/*	font-size: 84%; */
	color: #AE1134;
	text-decoration: none;
}

#sidebarContainer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Haupt-/Seitencontainer */
#pageContainer {
	position: relative;
	background-color: #FFFFFF;
	background-image: url('../img/bg_page.gif');
	background-position: top left;
	background-repeat: repeat-y;
	width: 832px;
	overflow: hidden;
	margin: 16px 0px 0px 0px;
}

/* Head-/Seitenkopf-Container */
#headContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	width: 100%;
	background-image: url('../img/bg_navigation.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
/*	overflow: hidden; */
}

/* Head: Logo */
#headLogoContainer {
	margin: 0px 0px 0px 20px;
}

#headLogoContainer img {
	border: 0;
}

/* Head: NAvigation */
#headNavigationContainer {
	margin: 72px 0px 12px 20px;
}

/*
 * Helfer
 */
.clear {
	clear: both;
	height: 2px;
	overflow: hidden;
}

.firstOnPage {
	margin-top: 0px !important;
}


/* Kopf-Navigationslinks */
.headNavigationElement {
	float: left;
	margin: 0px 16px 0px 0px;
	font-family: Georgia, Times, serif;
	font-size: 76%;
	font-weight: bold;
/*	letter-spacing: -0.0em; */
}

.headNavigationElement a {
	color: #695D53;
	text-decoration: none;
}

.headNavigationElement a:hover, .headNavigationElement a.categorySelected {
	color: #C01339;
	text-decoration: none;
}

/* Inhalts-/Rahmencontainer */
#contentContainer {
	margin: 176px 0px 48px 0px;
	position: relative;
}

/* Innerer Contentcontainer / eigentlicher Inhalt */
#contentContainerContent {
	width: 468px;
	float: left;
	margin: 24px 16px 48px 20px;
	line-height: 1.4em;
	font-size: 84%;
	position: relative;
}


#contentContainerContent h1 {
	font-family: Georgia, Times, serif;
	font-size: 200%;
	font-weight: normal;
	letter-spacing: 0.0em;
	color: #AE1134;
	margin: 0px 0px 24px 0px;
	line-height: normal;
	padding: 0;
}

#contentContainerContent h2, h4 {
	color: #808080;
	font-size: 100%;
	font-family: Arial, sans-serif;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding:0;
}

#contentContainerContent h3 {
	font-family: Arial,Georgia, Times, serif;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0.0em;
	color: #605C59;
	margin: 0px 0px 12px 0px;
	line-height: normal;
	padding: 0;
}

#contentContainerContent h4 {
	font-weight: bold;
	color: #696969;
	margin: 16px 0px 8px 0px;
}

/* 
 * Oberer Sidebar-Container
 */
#upperSidebarContainer {
	position: absolute;
	top: 0px;
	right: 12px; 
	width: 316px;	
	height: 178px;
	background-color: #BDBFB4;
}

/* obere Sidebar: Kuka-Titel */
#upperSidebarKuka {
	position: absolute;
	top: 16px;
	left: 8px;
	width: 120px;
	height: 160px;
	overflow: hidden;
}

#upperSidebarKuka img {
	border: 0;
}


/* Obere Sidebar: obere Ecken */
#upperSidebarCornerNW, #upperSidebarCornerNE {
	position: absolute;
	height: 10px;
	width: 10px;
	overflow: hidden;	/* IE6! */
}

/* Obere Sidebar: Badge */
html>body #upperSidebarBadge {
	position: absolute;
	top: 26px;
	right: -12px;
/*	background-image: url('/img/kuka_badge.png');
	background-position: top left;
	background-repeat: no-repeat;
	width: 145px;
	height: 94px;
*/
	width: 174px;
	height: 142px;
}

/* abgerundete Ecken f�r moderne Browser */
html>body #upperSidebarCornerNW {
	top: 0px;
	left: 0px;
	background-image: url('../img/sidebar_corner_nw.png');
	background-position: top left;
	background-repeat: no-repeat;
}

html>body #upperSidebarCornerNE {
	top: 0px;
	right: 0px;
	background-image: url('../img/sidebar_corner_ne.png');
	background-position: top right;
	background-repeat: no-repeat;
}


/*
 * Haupt-Sidebar
 */
#sidebarContainer {
	float: left;
	width: 316px;
	background-color: #BDBFB4;
/*	font-size: 84%;*/
}

#sidebarContentContainer {
	margin: 12px 8px 32px 8px;
	font-size: 84%;
}

#sidebarContainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebarContainer ul li {
	margin: 0;
}

#sidebarContainer ul li a {
	display: block;
/*	font-size: 84%;*/
	text-decoration: none;
	color: #FFFFFF;
}

#sidebarContainer ul li a:hover {
	text-decoration: none;
	color: #333333;
/*	background-color: #EFEFED;*/
}

#sidebarContainer h1 {
/*	font-size: 76%; */
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #3E3F36;
	color: #161615;
	font-family: Georgia, Times, serif;
	font-weight: bold;
}

#sidebarContainer .formFieldContainer {
	margin: 0px 0px 6px 0px;
}

#sidebarCategoryContainer {
	margin: 0px 0px 48px 0px;
}

/*
 * Sidebar: Login
 */
#sidebarLogin .formFieldContainer input {
	width: 116px;
	margin: 0;
}

#sidebarLogin .formButtons {
	margin: 4px 0px 0px 0px;
	text-align: right;
}

#sidebarContainer .formFieldLabel {
	color: #FFFFFF;
	margin: 4px 0px 0px 0px;
}

#sidebarContainer .memberLabel {
	color: #FFFFFF;
}

#sidebarContainer .memberInformation {
	padding: 4px 0px;
}


/* Navi */
#sidebarNavigaton {
	width: 164px;
	float: left;
}

.sidebarCategory {
	margin: 0px 0px 24px 0px;
}

.sidebarNavigationElement {
	padding: 4px 0px 4px 0px;
	border-bottom: 1px dotted #333333
}

/* Login */
#sidebarLogin {
	float: left;
	width: 120px;
	margin: 0px 0px 0px 12px;
}

#sidebarSearch {
	margin: 24px 0px;
}

#sidebarMemberNavigation {
	margin: 24px 0px 0px 0px;
}

#sidebarMemberNavigation, #sidebarLogin {
/*	font-size: 84%;*/
}

/* 
 * Footer-/Fu�-Container 
 */
#footerContainer {
	clear: both;
	background-color: #FFFFFF;
	background-image: url('../img/bg_footer.gif');
	background-position:top left;
	background-repeat: no-repeat;
	padding: 10px 20px 8px 0px;
	text-align: right;
	color: #808080;
	font-size: 76%;
}

#footerContainer a {
	color: #808080;
	text-decoration: none;
}

#footerContainer a:hover {
	text-decoration: underline;
}

/*
 * Layout-Elemente Websiteweit
 */
#contentContainerContent ul {
	margin: 0px;
	padding: 0px 0px 0px 4px;
}

#contentContainerContent ul li {
	list-style-type: none;
	background-image: url('/img/icon_list_item.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 2px 0px;
}

.infoContainer, .infoContainerBlank {
	margin: 32px 0px 0px 0px;
	padding: 0px 0px 0px 24px;
	color: #555555;
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
}

.infoContainerHead {
	margin: 0px 0px 8px -24px;
	padding: 0px 0px 0px 24px;
	border-bottom: 1px dotted #333333;
	color: #AE1134;
}

.infoContainer {
	background-image: url('/img/icon_info.gif');
}

.tickets {
	background-image: url('/img/icon_tickets.gif');
}

.dateServiceElement a.buttonOrderTickets,
a.buttonOrderTickets {
	background-image:url("/img/icon_tickets.gif");
	background-position: 2px 2px;
	background-repeat: no-repeat;
	background-color: #AE1134;
	color: #FFFFFF !important;
	padding: 2px 4px 2px 24px;
}

.buttonOrderTickets:hover {
	background-color: #888888;	
}

/*
 * Anzeigen / Banner
 */
/* Superbanner */
#addSuperbannerContainer {
	position: relative;
}

#addSkyscraperContainer {
	position: absolute;
	top: 0px;
	left: 836px;
}

.addLabelAdvertisment {
	background-image: url('/img/add_label_advertisment.gif');
	background-repeat: no-repeat;
	background-position: top left;
	margin: 4px 0px 0px 0px;
	height: 12px;
}
/*
 * Bilder
 */
.imageContainer {
	margin: 0px 0px 16px 0px;
	line-height: 1em;
}

.imageInnerContainer {
	margin: 0px 0px 0px 0px;
}

.imageCaption {
	text-align: right;
	background-color: #888888;
	color: #FFFFFF;
	padding: 2px 4px;
	line-height: 110%;
	font-size: 84%;
	
}

.imageContainerFloatLeft {
	float: left;
	margin: 0px 12px 0px 0px;
}

/*
 * Formulare allgemein (Content)
 */
#contentContainerContent .formFieldContainer, #contentContainerContent .formTextAreaContainer {
	margin: 0px 0px 16px 0px;
}

#contentContainerContent .formTextAreaContainer textarea {
/*	font-size: 102%; */
}

#contentContainerContent .formFieldLabel {
	color: #808080;
}

#contentContainerContent .formFieldContainerLeft {
	float: left;
	width: 48%;
	margin: 0px 0px 16px 0px;
}

#contentContainerContent .formTextAreaContainer textarea {
	width: 100%;
}

#contentContainerContent .formFieldContainerLeft input, #contentContainerContent .formFieldContainerRight input {
	width: 100%;
}

#contentContainerContent .formFieldContainerRight {
	float: right;
	width: 48%;
	margin: 0px 0px 16px 0px;
}

#contentContainerContent .formFieldContainerInline {
	display: inline;
	margin: 0px 0px 0px 12px;
	vertical-align: bottom;
}

#contentContainerContent .formFieldCheckbox {
	padding: 4px 0px 4px 24px;
	position: relative;
}

#contentContainerContent .formFieldCheckbox input {
	position: absolute;
	top: 4px;
	left: 0px;
	padding: 0;
	width: auto;
}

#contentContainerContent .formFieldCheckbox label {
	position: relative;
	width: auto;
}

#contentContainerContent .formButtonsContainer {
	clear: both;
	padding: 16px 0px 0px 0px;
	text-align: right;
}

/*
 * Sidebar: Suchformulare allgemein (Content)
 */

#sidebarSearch .formStartDateContainer {
	float: left;
	width: 148px;
}

#sidebarSearch .formEndDateContainer {
	float: right;
	width: 148px;
}

#sidebarSearch .formFieldCity select {
	display: block;
	width: 100%;
}

#sidebarSearch .formFieldDay {
	float: left;
/*	display: inline; */
	width: 42px;
	margin: 0px 2px 0px 0px;
}

#sidebarSearch .formFieldMonth {
/* 	display: inline; */
	float: right;
/* 	max-width: 94px; */
}

#sidebarSearch .formFieldMonth select {
	width: 102px;
}

#sidebarSearch .formFieldCategory {
	float: left;

}

#sidebarSearch .formFieldCategory select {
	width: 148px;
}

#sidebarSearch .formFieldShowAll {
	color: #FFFFFF;
/*	font-size: 84%;*/
	margin: 6px 0px 8px 0px;
}

#sidebarSearch .formFieldShowAll input {
	margin: 0px;
}

#sidebarSearch .formButtons {
	float: right;
	width: 148px;
	padding: 22px 0px 0px 0px;
	text-align: right;
}

#sidebarSearch .formButtons .searchButton, 
.formButton, 
.loginButton,
#contentContainerContent .submitButton {
	background: #BF1238;
}

#sidebarSearch .formButtons .searchButton:hover, 
.formButton:hover, 
.loginButton:hover,
#contentContainerContent .submitButton:hover {
	background: #7B7E6B;
}

#sidebarSearch .formFieldKeywords select {
	display: block;
	width: 100%;
}

#sidebarSearch .formText {
	clear: both;
	padding: 4px 0px 0px 0px;
}

#sidebarSearchExtended {
	clear: both;
	padding: 4px 0px 0px 0px;
}

#sidebarSearch .formFieldSearchwords input {
	width: 296px;
}

#sidebarSearchExtended .formButtons {
	margin: 12px 0px 0px 0px;
	text-align: right;
	clear: both;
	float: none;
	width: 100%;
	padding: 0;
}
/*
 * Benachrichtigungscontainer (Erfolg, Fehler
 */
.messageErrorContainer,
.messageHintContainer {
	margin: 0px 0px 16px 0px;
	padding: 8px 0px;
	border-top: 1px dotted #BF1238;
	border-bottom: 1px dotted #BF1238;
}

.messageHintContainer {
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
}

/*
 * Textcontainer
 */
.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/*
 * Abstandhalter
 */
.spacer {
	height: 12px;
	display: block;
	clear:both;
	overflow: hidden;
}

.spacerBig {
	height: 36px;
	display: block;
	clear:both;
	overflow: hidden;
}

.contentSeparator {
	clear: both;
	display: block;
	padding: 16px 0px 0px 0px;
	margin: 0px 0px 32px 0px;
	border-bottom: 1px dotted #333333;
}


/*
 * weitere Links
 */
a.linkBack {
/*	background-image: url('/img/bg_link_back.gif');
	background-repeat: no-repeat;
	background-position: top left; 
	padding: 0px 0px 0px 16px; */
}

/*
 * Startseiten: Beitragsteaser
 */
.teaserContainer {
	margin: 0px 0px 24px 0px;
	padding: 0px 0px 8px 0px;
	border-bottom: 1px dotted #333333;
}

#contentContainer .teaserContainer h2 {
	margin: 0px 0px 2px 0px;
}

.teaserImageContainer {
	float: left;
	width: 150px;
	overflow: hidden;
	margin: 0px 12px 8px 0px;
}

.teaserImage {
	width: 150px;
	max-height: 128px;
	overflow: hidden;
}

.teaserImage img {
}

.teaserText {
/*	width: 300px;
	float: left; */
}

.teaserDetailLink {
	padding: 4px 0px 0px 0px;
}

/*
 * Termine
 */
.dateContainer, .dateContainerLast {
	clear: both;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 24px 0px;
	display: block;
	border-bottom: 1px dotted #333333;
}

.dateContainerLast {
	border-bottom: 0px;
}

.dateDate {
	width: 44px;
	float: left;
	margin: 6px 0px 0px 0px;
	border: 1px solid #888888;
	background: #FFFFFF;
}

.dateUntil {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 90%;
	line-height: 100%;
	background: #E0E0E0;
	color: #787878;
	padding: 1px 0px;
	text-align: center;
}

.dateDay {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 192%;
	margin: 0px 0px 8px 0px;
	text-align: center;
	padding: 4px 0px 2px 0px;
}

.dateMonth {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 105%;
	background: #888888;
	color: #FFFFFF;
	text-align: center;
}

.dateHead {
	color: #AE1134;
/*	margin: 0px 0px 0px -64px; */
	padding: 4px 0px 2px 60px;
	line-height: 1.1em;
}

.dateText {
	padding: 4px 0px 2px 60px;
	margin: 2px 0px 0px 0px;
}

.dateService {
	padding: 4px 0px 0px 60px;
}

.dateServiceElement {
	display: inline;
/*	white-space: no-wrap; */
	margin: 0px 12px 0px 0px;
}

.dateServiceElement img {
	display: inline !important;
	vertical-align: top;
	margin: 0px 6px 0px 0px;
}

.dateServiceElement a {
	color: #888888 !important;
}

.dateServiceElement a:hover {
	color: #FFFFFF !important;
}

.datesTextContainer {
	margin: 0px 0px 24px 0px;
}

.datesPagingContainer {
	margin: 0px 0px 24px 0px;
	color: #808080;
}

.addressServiceElement {
	display: inline;
/*	white-space: no-wrap; */
	margin: 0px 12px 0px 0px;
}

.addressServiceElement img {
	display: inline !important;
	vertical-align: top;
	margin: 0px 6px 0px 0px;
}

.addressServiceElement a {
	color: #888888 !important;
}

.addressServiceElement a:hover {
	color: #FFFFFF !important;
}

.eventServiceElement {
	display: inline;
/*	white-space: no-wrap; */
	margin: 0px 12px 0px 0px;
}

.eventServiceElement img {
	display: inline !important;
	vertical-align: top;
	margin: 0px 6px 0px 0px;
}

.eventServiceElement a {
	color: #888888 !important;
}

.eventServiceElement a:hover {
	color: #FFFFFF !important;
}

a.pagingLink, .pagingLinkSelected, a.pagingLinkLast, .pagingLinkLastSelected {
	font-family: Georgia, Times New Roman, Times, serif;
	line-height: 160%;
	padding: 4px 6px;
	border-right: 1px solid #C8C8C8;
/*	background: #FFFFFF; */
/*	font-weight: bold; */
}

a.pagingLink, a.pagingLinkLast {
	color: #808080 !important;
}

a.pagingLink:hover, a.pagingLinkLast:hover {
	background: #AE1134 !important;
	color:  #FFFFFF !important;
}

.pagingLinkSelected, .pagingLinkLastSelected {
	color: #AE1134;
	font-weight: bold;
}

a.pagingLinkLast, .pagingLinkLastSelected {
	border: 0;
}

/* Detailansicht */
#datesDetailsAddressContainer {
	margin: 12px 0px 0px 0px;
}

.dateDetailsBackContainer {
	margin: 24px 0px 32px 0px;
	text-align: right;
}

#dateDetailsGoogleMap {
	width: 466px;
	height: 400px;
	border: 1px solid #D0D0D0;
}

.dateDetailsGoogleMapDisclaimer {
	text-align: right;
	font-size: 80%;
	color: #888888;
}

/*
 * Captcha-Code
 */
.captchaCode {
	float: left;
	margin: 0px 12px 0px 0px;
	border: 1px solid #BF1238;
}

/*
 * Rubrik: Archiv
 */
.archiveDetailImage {
	margin: 0px 0px 16px 0px;
	line-height: 1em;
}

.archiveDetailTeaser {
	margin: 0px 0px 16px 0px;
}

.archiveDetailText {

}

.archiveDetailBack {
	margin: 16px 0px 0px 0px;
	text-align: right;
}

.archiveIssue {
	background-image: url('/img/icon_magazine_issue.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 3px 0px 0px 24px;
	display: block;
	margin: 36px 0px 8px 0px;
	color: #808080;
	line-height: 116%;
}

.archiveIssueArticle {
	background-image: url('/img/icon_magazine_article.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 3px 0px 0px 20px;
	line-height: 116%;
	margin: 0px 0px 8px 24px;
}

.archiveAnnotation {
	margin: 32px 0px 0px 0px;
}

/*
 * Forum Kultur
 */
 
.forumCultureArticle {
	/*background-image: url('/img/icon_magazine_article.gif');*/
	border: 1px solid #ff0000;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 3px 0px 0px 20px;
	line-height: 116%;
}

.forumCultureArticleImgContainer{
	border: 1px solid #0000ff;
	width: 150px;
}

.forumCultureArticleImg{
	height: 128px;
}

.forumCultureArticleImg img{
}

.forumCultureArticleImgSubtitle{
	border: 1px solid #00ff00;
}

/*
 * Meldungen
 */
.messageSuccess {
	background-image: url('/img/icon_check.gif');
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	padding: 0px 0px 16px 24px;
	color: #808080 !important;
}

.messageError {
	background-image: url('/img/icon_error.gif');
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	padding: 0px 0px 16px 24px;
	color: #AE1134 !important;
}

/*
 * Formulare
 */
.intFormFieldArea {
	clear: both;
	padding: 0px 0px 16px 0px;
}

.intFormFieldRow {
	clear: both;
	padding: 6px 0px 12px 0px;
}

.intFormFieldRowFirst {
	clear: both;
}

.intFormLabel, .intFormLabelLeft, .intFormFieldLeftHalf {
	color: #808080;
}

.intFormField, .intFormFieldLeft {

}

.intFormField p {
	margin: 0px 0px 0px 0px;
}

.intFormLabelLeft {
	float: left;
	width: 100px;
}

.intFormFieldLeft {
	float: left;
	width: 360px;
}

.intFormFieldLeftHalf {
	float: left;
	width: 50%;
}

.intFormField input, .intFormField select, .intFormField textarea {
	width: 100%;
}

.intFormField textarea {
	height: 120px;
}

.intFormActions {
	clear: both;
	padding: 8px 0px 8px 0px;
	text-align: right;
}

.intFormFieldAltRow {
	position: relative;
	padding: 6px 4px;
}

.intAltBackground0 {
	background-color: #EDEBEB;
}

.intFormFieldRowActions {
	position: absolute;
	top: 2px;
	right: 4px;
	white-space: nobreak;
}

#contentContainerContent img.inline {
	display: inline;
	vertical-align: middle;
}

.intFormFieldActions {
	padding: 8px 0px 0px 0px;
	text-align: left;
}

select.intFormFieldLeftFullWidth {
	width: 360px;
}

input.intFormFieldLeftFullWidth {
	width: 356px;
}

select.intFormFieldFullWidth {
	width: 468px;
}

input.intFormFieldFullWidth {
	width: 464px;
}

select.intFormFieldLeftFullWidth, input.intFormFieldLeftFullWidth,
select.intFormFieldFullWidth, input.intFormFieldFullWidth {
	overflow: hidden;
}

.intFormFieldAreaCode {
	width: 60px;
}

.intFormFieldAreaPhone {
	width: 180px;
}

.intFormCheckboxRow {
	position: relative;
	padding: 0px 0px 8px 24px;
}

.intFormCheckboxRow input {
	position: absolute;
	top: 0px;
	left: 0px;
}

.formLabelAsterisk {
	padding: 0px 4px 0px 0px;
	font-size: 14px;
	color: #BF1238;
}

/*
 * AJAX-Ladeanzeige
 */
#intLoadingInProgress {
	display: none;
}

/* #intAddresses */
#intLoadingInProgress img {
	display: inline !important;
	vertical-align: top;
}

.intLoadingInProgressMessage {
	padding: 0px 0px 0px 8px;
	color: #808080;
}

/*
 * Termine
 */
.intDateContainer {
	clear: both;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 24px 0px;
	display: block;
	border-bottom: 1px dotted #333333;
}


.intDateHead {
	color: #AE1134;
	padding: 4px 0px 2px 0px;
	line-height: 1.1em;
}

.intDateText {
	padding: 4px 0px 2px 0px;
	margin: 2px 0px 0px 0px;
}

.intDateService {
	padding: 4px 0px 0px 0px;
}

#dateFormArtist {
	margin: 6px 0px 12px 0px;
}

/*
 + Linkarchiv
 */

#linkCategorySelectForm{
	margin: 24px 0px 16px 0px;
}

.linkCategorySelectCategory {
	float: left;
}

.linkCategorySubmitButton {
	float: right;
}

.linkContainer{
	margin: 0px 0px 4px 0px;
}

/* Voice Reader */
#voiceReader {
/*
	position: absolute;
	top: 0px;
	left: 362px;
	_z-index: 1200;
	_zoom: 1;
	_left: -458px;
*/
	position: relative;
	margin: 0px 0px 16px 0px;
}

/* ---------------------------------------
	Modal-Window
   --------------------------------------- */
#modalContentContainer {
	font-size: 84%;
}


/* ---------------------------------------
	Abopr�mien
   --------------------------------------- */
.bonusContainer {
	margin: 0px 0px 24px 0px;
	padding: 0px 0px 0px 136px;
	position: relative;
	display: block;
}

#contentContainerContent .bonusContainer h2 {
	margin: 0px 0px 16px 0px;
}

.bonusImageContainer {
	position: absolute;
	top: 0px;
	left: 0px;
}

.bonusTextParagraph {
	margin: 0px 0px 12px 0px;
}

.bonusLinkParagraph {

}

.bonusFormBonusContainer {
	margin: 36px 0px 0px 0px;
}

/* ---------------------------------------
	Links
   --------------------------------------- */
a.linkAdd {
	background-image: url('/img/icon_add.gif');
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding: 0px 0px 0px 20px;
}


/* ---------------------------------------
	Formulare
   --------------------------------------- */
.formField {
	position: relative;
	padding: 0px 0px 0px 108px;
	margin: 0px 0px 12px 0px;
}

.formField label {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #808080;
	width: 96px;
}

.formField input {
	width: 358px;
}

.formButtons {
	margin: 16px 0px 0px 0px;
	text-align: right;
}



.intFormExportCheckbox{
	color:#888;
	font-size:11px;
	font-weight:bold;
	line-height:12px;
}

.intFormExportCheckbox input{
	position:relative;
	top:2px;
}
