/* ################################################################
** # R. OBERMAYR Internet-Services - Stile für die News-Extension #
** ################################################################
*/

/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer {
	clear:right;
	height: 0px;
	width: 100%;
	border: 1px solid #FFF;

}
.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	border: 1px solid #369;
	background-color: #efefef;
	padding: 5px;
margin-top: 50px;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color: #fff;
	padding: 0px;
	margin: 0px;
	background-image: url('news_h2.gif');
}

.news-latest-gotoarchive {
	font-weight: bold;
	margin-top: 5px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color: #369;
}
.news-latest-gotoarchive A {
	color: #369;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding: 3px;
	margin: 3px;
	border: 1px solid #B00;
	}

.news-latest-item H3 a, .news-latest-item H3 a:hover {
	color: #336699;
	margin-bottom: 5px;
	padding: 0px;
}

.news-latest-item, .news-latest-item a, .news-latest-item a:visited {
	color: #336699;
}

.news-latest-item a:hover {
	color: #996633;
}

.news-latest-item IMG {
	margin-top: -30px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 15px;
	border: 0px solid #B00;
	float: right;
}

.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
}

.news-latest-morelink {
	height:12px;
	}

.news-latest-morelink A {
	float: left;
}

.news-readed-counter-list {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #B00;
	text-align: right;
	margin-right: 140px;
}

.news-readed-counter-latest {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #B00;
	text-align: right;
	margin-right: 3px;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	border: 0px solid #000;
}

.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding: 3px;
	margin: 3px;
	border: 1px solid #B00;
	}
	
.news-list-item H3 {
	color: #999999;
	font-size: 12px;
	font-weight: bold;

	margin-top: 2px;
	padding-top: 1px;
	background-image: url('news_h3.gif');
}

.news-search-form {
	padding: 3px;
	margin-bottom: 5px;
	border: 1px solid #666;
	background-color: #006600;

}
.news-search-emptyMsg{
	margin:0px;
}

.news-search-form FORM {
	margin:0px;
}

.news-list-container H2 {
	margin-bottom: 5px;
	background-image: url('news_h3.gif');
	}

.news-list-container H3 {
	color: #999999;
	height: 25px;
	margin-top: 2px;
	padding-top: 1px;
	background-image: url('news_h3.gif');
}

.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color: #999999;
	padding-left: 5px;
	padding-top: 0px;
}

.news-list-container H3 A {
	color: #999999;

}
.news-list-container P {
	padding-left: 3px;
	
}
.news-list-date {
	float: right;
	color: #999999;

	text-align: right;
	height: 15px;
	margin-top: 0px;
	margin-right: -15px;
	font-size: 9px;
	font-weight: normal;
	}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {
	float: right;
	border: 0px solid #666;
	margin-bottom: 5px;
	margin-right: 2px;
	margin-left: 5px;
}

.news-list-category IMG {
	float: none;
	border: none;
	margin: 0px;
}

.news-list-morelink,.news-list-category {
	font-size: 9px;
	margin-left: 3px;
}

.news-list-morelink  {
	margin-bottom: 3px;
}
.news-list-browse {
	text-align: center;
}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color:#F9FFE5;
}
.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #BBE53A;
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #369;
}

.news-single-item p, .news-single-item bodytext {
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.news-single-item H2 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	height: 22px;
	padding-top: -10px;
	margin-bottom: 10px;
	border-bottom: 0px dotted #999999;
	background-image: url('news_h2.gif');
}

.news-single-item H3 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	border-bottom: 0px dotted #999999;
	margin-bottom: 15px;
}

.news-single-img {
	border: px solid #006600;
	padding: 3px;
	float: right;
	margin-left: 5px;
margin-top: 0px;
}

.news-single-imgcaption {
	margin-top: -70px;
	margin-bottom: 3px;
	padding: 0px;
	clear: both;
}

.news-single-category {

	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
	color: #999999;
	padding-top: 5px;
	padding-left: 5px;
	margin-top: 0px;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #BBE53A;
/* 	clear: both; */
	margin-top: 15px;
	border: 1px solid #666;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#F9FFE5;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top: 10px;
	padding: 3px;
	border: 0px solid #333;
	}
.news-amenu-container LI {
	padding-bottom: 1px;
	color: #069;
}
.news-amenu-container UL {
	padding: 3px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
	border: 1px solid #069;
	list-style-type: none;
}
.news-amenu-container H2 {
	color: #fff;
	padding: 3px;
	border: 1px solid #069;
	background-color: #069;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #B00;
	padding: 2px;
	background-color: #FFFFFF;
}

.news-amenu-item-year li {
	font-color: #FFFFFF;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header  {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img {
	margin:0px;
	padding:0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level0 {
	background-color:#fff;
}
.level1 {
	padding-left:10px;
	background-color:#eee;
}
.level2 {
	padding-left:10px;
	background-color:#ddd;
}
.level3 {
	padding-left:10px;
	background-color:#ccc;
}
.level4 {
	padding-left:10px;
	background-color:#bbb;
}

/************************** GÄSTEBUCH ********************/

.tx-guestbook-list-header {
	font-size: 9px;
	background-color: #FAF1B2;
	color: #2469AE;
	font-weight: bold;
}

    .tx-guestbook-list-row {
	font-size: 9px;
	background-color: #FFFFFF;
	color: #2469AE;
}

    .tx-guestbook-list-rowleft {
	font-size: 9px;
	background-color: #EEEEEE;
}

    .tx-guestbook-list-entrycomment-title {
	font-size: 9px;
	font-weight: bold;
}

    .tx-guestbook-list-entrycomment {
	font-size: 9px;
	font-style: italic;
}

    .tx-guestbook-list-small {
	font-size: 9px;
	color: #666666;
}

    .tx-veguestbook-pi1-browsebox td {
	font-size: 9px;
	color: #666666;
}

    .tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-scell {
	font-weight: bold;
}

    .tx-veguestbook-pi1-browsebox-scell {
	background-color: #EEEEEE;
}

    .tx-guestbook-latest-header {
	background-color: #539521;
	color: #FFFFFF;
	font-weight: bold;
}

    .tx-guestbook-latest-row {
	background-color: #FFFFFF;
}

    .tx-guestbook-latest-small {
	font-size: 9px;
	color: #666666;
}

    .tx-guestbook-form-inputfield-med {
	border-style: solid;
	border-width: 1pt;
	border-color: #2469AE;
	font-size: 12;
	color: #333333;
	width: 100px;
	height: 20px;
}

    .tx-guestbook-form-inputfield-big {
	border-style: solid;
	border-width: 1pt;
	border-color: #2469AE;
	font-size: 12px;
	color: #333333;
	width: 150px;
	height: 20px;
}

    .tx-guestbook-form-textarea {
	border-style: solid;
	border-width: 1pt;
	border-color: #2469AE;
	font-size: 12px;
	color: #333333;
	width: 250px;
}

    .tx-guestbook-form-obligationfield {
	color: #CC0000;
}

    .tx-guestbook-form-error {
	color: #CC0000;
}


/************************* TYPO3 **********************/

/*
Colorscheme is:
Background Color 1: #308070;	(Background 1)
Background Color 1-dimmed: #D8D7DC;	(Background 1 - dimmed)
Background Color 2: #F5FFAA;	(Background 2)
Background Color 3: #D1D2E4;	(Background 2)
Text, main:	#000000
Text Color 1: #186900;	(red)
Text Color 2: #10007B;	(green)
Text Color 3: #8A0020;	(blue)
Links		#000066
Link hover: #660000;
Borders/Lines	#333333
*/


/***************************/
/* General element styles: */
/***************************/
h1, h2, h3, h4, h5, p, td, ul, ol, blockquote, input, textarea, select {
	font-family: verdana, arial, helvetica;
	color: #E67134;
	border-bottom: 0px;
	text-transform: none;
	border-left: 0px;
}

pre {
	font-family: monospace;
}

a {
	color: #E67134;
}

a:hover {
	color: #2469AE;
	text-decoration: none;
}

/*a:link {
	font-weight: bold;
	text-decoration: none;
	color: #E86132;
}*/

a:visited {
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	color: #E86132;
}

form {
	margin: 0px;
}

p, pre {
	margin: 0px;
}

p, td, ul, ol {
	font-size: 11px;
}

input, textarea, select {
	padding-left: 5px;
	font-size: 11px;
}

/********************************/
/* Frames, spacing, link-to-top */
/********************************/
p.csc-linktotop {
	text-align: right;
}

p.csc-linktotop a {
	font-weight: bold;
}

div.csc-frame {
	border: 0px;
}

div.csc-frame-invisible {
}

div.csc-frame-rulerbefore {
	border-top: 2px solid #E76134;
}

div.csc-frame-rulerafter {
	border-bottom: 2px solid #E76134;
}

div.csc-frame-indent {
	padding-left: 100px;
}

div.csc-frame-indent3366 {
	padding-left: 33%;
}

div.csc-frame-indent6633 {
	padding-right: 33%;
}

div.csc-frame-frame1 {
	background-color: #FAF1B2;
	padding: 2px 4px 2px 4px;
	border: 1px solid #2469AE;
	margin-bottom: 20px;
}

div.csc-frame-frame2 {
	background-color: #F0D000;
	padding: 2px 4px 2px 4px;
	border: 1px solid #2469AE;
	margin-bottom: 20px;
}

div.csc-frame-frame1 h1, div.csc-frame-frame1 h2, div.csc-frame-frame1 h3, div.csc-frame-frame1 h4, div.csc-frame-frame1 h5 {
	margin-top: 2px;
}

div.csc-frame-frame2 h1, div.csc-frame-frame2 h2, div.csc-frame-frame2 h3, div.csc-frame-frame2 h4, div.csc-frame-frame2 h5 {
	margin-top: 2px;
}

				
/******************/
/* Headers, plain */
/******************/
h1 {
	font-size: 13px;
}

h2 {
	font-size: 12px;
	color: #E76134;
}

h3 {
	font-size: 11px;
	color: #E76134;
}

h4 {
	font-size: 10px;
	color: #E76134;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1.csc-firstheader, h2.csc-firstheader, h3.csc-firstheader, h4.csc-firstheader, h5.csc-firstheader, h6.csc-firstheader {
	margin-top: 0px;
}

/* Headers, with link */
h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #E76134;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	text-decoration: none;
	border: none;
}

/* Header date */
p.csc-header-date {
	font-size: 10px;
	color: #E76134;
}

/* Subheader, general */
p.csc-subheader {
	font-style: italic;
	background-color: #2469AE;
}

/* Subheader, specific */
p.csc-subheader-0 {
	font-style: normal;
}

p.csc-subheader-1 {
	color: #2469AE;
}

p.csc-subheader-2 {
	color: #2469AE;
}

p.csc-subheader-3 {
	color: #2469AE;
}

/*******************/
/* RTE / Bodytext: */
/*******************/
p.bodytext {
	font-size: 11px;
	color: #000000;
	margin-bottom:8px;
}

p.bodytext a {
	font-weight: bold;
}

/* RTE / Bulletlists */
ul {
	margin-top: 0px;
}

ul ul li {
	font-size: 10px;
	font-weight: normal;
}

ol {
	margin-top: 0px;
}

li {
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
}

/* RTE / Table styling */
table.contenttable {
	border: 1px #333333 solid;
	margin: 10px 0px 10px 0px;
	width: 100%;
}

table.contenttable tr td {
	padding: 0px 3px 0px 3px;
}

table.contenttable tr td p.bodytext {
	font-size: 10px;
}

table.contenttable tr {
	background-color: #EDEBF1;
}

/**********/
/* Images */
/**********/
/* Images / Captions */
p.csc-caption {
	font-size: 10px;
	font-style: italic;
}

/* Images / Tables / Floating text */
table.imgtext-table {
	border: 0px;
}

/* Images / Tables / Wrapped text */
/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here: */
table.imgtext-nowrap {
	border: 0px;
}

table.imgtext-nowrap h1, table.imgtext-nowrap h2, table.imgtext-nowrap h3, table.imgtext-nowrap h4, table.imgtext-nowrap h5 {
	margin-top: 0px;
}

/***************/
/* Bulletlists */
/***************/
/* Bulletlists, general */
ul.csc-bulletlist li {
	font-size: 0,9em;
}

/* Bulletlists, specifically */
ul.csc-bulletlist-0 {
	color: #000000;
}

ul.csc-bulletlist-1 {
	color: #186900;
	list-style-type: decimal;
}

ul.csc-bulletlist-2 {
	color: #10007B;
	list-style-position: inside;
}

ul.csc-bulletlist-3 {
	color: #8A0020;
	list-style-image: url(img/red_arrow_bullet.gif);
}

/*********************/
/* Tables, generally */
/*********************/
table.contenttable p {
	font-size: 11px;
}

table.contenttable tr td {
	vertical-align: top;
}

/* Tables, specifically */
table.contenttable-0 p {
	color: #000000;
}

table.contenttable-1 p {
	color: #186900;
}

table.contenttable-1 tr.tr-0 td p {
	font-weight: bold;
}

table.contenttable-1 tr.tr-0 td {
	background-color: #D1D2E4;
}

 
table.contenttable-2 p {
	color: #10007B;
}

table.contenttable-2 tr td.td-0 {
	background-color: #F5FFAA;
}

table.contenttable-2 tr td.td-0 p {
	font-weight: bold;
}

table.contenttable-3 p {
	color: #8A0020;
}

table.contenttable-3 tr td.td-0, table.contenttable-3 tr.tr-0 td {
	background-color: #D1D2E4;
}

table.contenttable-3 tr td.td-0 p, table.contenttable-3 tr.tr-0 td p {
	font-weight: bold;
}

/************************/
/* Filelinks, generally */
/************************/
table.csc-uploads {
	border: 0px;
}

table.csc-uploads tr td p {
	background-color: transparent;
	font-size: 12px;
}

table.csc-uploads tr td {
	vertical-align: top;
}

table.csc-uploads tr.tr-even {
	background-color: #EDEBF1;
}

table.csc-uploads tr.tr-odd {
	background-color: #D8D7DC;
}

table.csc-uploads tr td.csc-uploads-icon {
	padding-left: 6px;
	padding-right: 6px;
	width: 1%;
	text-align: center;
	vertical-align: middle;
}

table.csc-uploads tr td.csc-uploads-filename {
	width: 80%;
	padding-left: 5px;
}

table.csc-uploads tr td.csc-uploads-filename p a {
	font-weight: bold;
}

table.csc-uploads tr td.csc-uploads-filename p.csc-uploads-description {
	font-style: italic;
}

table.csc-uploads tr td.csc-uploads-filesize {
	white-space: nowrap;
	padding-left: 6px;
	padding-right: 6px;
}

/* Filelinks, specifically */
table.csc-uploads-1 {
	border-color: #186900;
}

table.csc-uploads-2 {
	border-color: #10007B;
}

table.csc-uploads-3 {
	border-color: #8A0020;
}

table.csc-uploads-3 tr td {
	vertical-align: middle;
}

table.csc-uploads-3 tr.tr-even td.csc-uploads-icon img {
	border: 2px solid #333333;
}

table.csc-uploads-3 tr.tr-odd td.csc-uploads-icon img {
	border: 2px solid #333333;
}

				
/*****************/
/* Various Forms */
/*****************/
/* Email, Login and Search forms generally: */
form table tr td {
	padding-left: 5px;
	padding-right: 20px;
}

form table tr td.csc-form-labelcell, form table tr td.csc-form-commentcell {
	background-color: #D8D7DC;
}

form table tr td.csc-form-fieldcell {
	background-color: #EDEBF1;
}

form table tr td.csc-form-fieldcell input, form table tr td.csc-form-fieldcell select, form table tr td.csc-form-fieldcell textarea {
	border: 1px solid #333333;
}

form table tr td.csc-form-labelcell p.csc-form-label-req {
	font-weight: bold;
}

/* Email form, specifically */
form table.csc-mailform tr td.csc-form-labelcell {
}

/* Search form, specifically */
form table.csc-searchform {
	width: 100%;
}

form table.csc-searchform tr td {
	padding: 5px 5px 5px 5px;
}

form table.csc-searchform tr td.csc-form-labelcell, form table.csc-searchform tr td.csc-form-commentcell {
	font-weight: bold;
}

form table.csc-searchform tr td.csc-form-fieldcell input, form table.csc-searchform tr td.csc-form-fieldcell select {
	width: 100%;
}

/* Login form, specifically */
form table.csc-loginform {
	width: 70%;
}

/*****************/
/* Search result */
/*****************/
/* Search Result, result information box: */
table.csc-searchresultinfo {
	margin-left: 0px;
	margin-top: 10px;
	width: 100%;
}

table.csc-searchresultinfo tr {
	background-color: #EDEBF1;
}

table.csc-searchresultinfo tr td p {
	padding: 0px 5px 0px 5px;
}

table.csc-searchresultinfo tr td.csc-searchresultrange p {
	font-weight: bold;
}

table.csc-searchresultinfo tr td.csc-searchresultprevnext {
	text-align: right;
}

/* Search Result, header + abstract: */
h3.csc-searchresultheader a {
	color: #186900;
}

h3.csc-searchresultheader {
	background-color: #EDEBF1;
	font-size: 14px;
	padding-left: 5px;
}

p.csc-searchresult {
	font-style: italic;
	margin-left: 20px;
}

/* Search word markup */
span.csc-sword {
	font-weight: bold;
	color: #FF0000;
}

/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
div.csc-menu {
	margin-left: 10px;
}

div.csc-menu p {
	font-size: 11px;
	font-weight: bold;
	margin: 1px 0px 0px 0px;
	padding: 2px 2px 2px 10px;
	background-color: #EDEBF1;
}

div.csc-menu p a {
	color: #000000;
	text-decoration: none;
	border: none;
}

div.csc-menu p a:hover {
	color: #660000;
	text-decoration: underline;
}

div.csc-menu p.csc-section {
	font-weight: normal;
	margin-left: 20px;
	font-style: italic;
}

/* Menu / Sitemap, "Menu of these pages" */
div.csc-menu-def p {
}

/* Menu / Sitemap, "Menu of subpages to these pages" */
div.csc-menu-1 {
}

/* Menu / Sitemap, "Sitemap" */
div.csc-menu-2 {
}

div.csc-menu-2 p.csc-sitemap {
}

div.csc-menu-2 p.csc-sitemap-level1 {
	margin-left: 20px;
}

div.csc-menu-2 p.csc-sitemap-level2 {
	margin-left: 40px;
}

div.csc-menu-2 p.csc-sitemap-level3 {
	margin-left: 60px;
}

div.csc-menu-2 p.csc-sitemap-level4 {
	margin-left: 80px;
}

div.csc-menu-2 p.csc-sitemap-level1 a {
	color: #000000;
}

div.csc-menu-2 p.csc-sitemap-level2 a {
	color: #186900;
}

div.csc-menu-2 p.csc-sitemap-level3 a {
	color: #10007B;
}

div.csc-menu-2 p.csc-sitemap-level4 a {
	color: #8A0020;
}

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
div.csc-menu-3 {
}

div.csc-menu-3 p.csc-section {
	margin-left: 0px;
}

div.csc-menu-3 p.csc-section a {
	color: #186900;
}

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
div.csc-menu-4 {
}

div.csc-menu-4 p {
	margin-top: 2px;
}

div.csc-menu-4 p.csc-abstract {
	font-weight: normal;
	font-style: italic;
	margin-top: 0px;
	padding: 0px 2px 2px 20px;
}

/* Menu / Sitemap, "Recently updated pages" */
div.csc-menu-5 {
}

/* Menu / Sitemap, "Related pages (based on keywords)" */
div.csc-menu-6 {
}

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
div.csc-menu-7 {
}

div.csc-menu-7 p {
	font-weight: bold;
}

div.csc-menu-7 p.csc-section a {
	color: #186900;
}

/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
img.frontendediticons {
	vertical-align: middle;
	margin: 0px 2px 0px 2px;
}
 
/* Default styles for the Admin Panel */
table.typo3-adminpanel {
	border: 1px solid #000000;
	background-color: #F6F2E6;
}

table.typo3-adminpanel tr.typo3-adminpanel-hrow td {
	background-color: #9BA1A8;
}

table.typo3-adminpanel tr.typo3-adminpanel-itemhrow td {
	background-color: #ABBBB4;
}

table.typo3-adminpanel table, table.typo3-adminpanel td {
	border: 0px;
}

table.typo3-adminpanel td font {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}

table.typo3-adminpanel td a font {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}
			
table.typo3-editpanel {
	border: 1px solid #000000;
	background-color: #F6F2E6;
}

table.typo3-editpanel td {
	border: 0px;
}

/*************/
/* Debugging */
/*************/
/*
H1, H2, H3, H4, H5, P, UL, OL, LI, BLOCKQUOTE, PRE {
	border: 1px dotted #999999;
}

TD TABLE {
	border: 1px dotted #000099;
}

DIV {
	border: 1px dotted #990000;
}

IMG.spacer-gif {
	border: 1px solid #000000;
}

*/


/*******************************************************/
/******************* Eigene Definitionen  *******************/
/*******************************************************/
body {
	font: 11px Verdana, Arial, Helvetica;
	color: #000000;
	background: url(bg.jpg) #F6F3EC repeat-x fixed;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#content, p {
	font: 11px Verdana, Arial, Helvetica;
	text-align: left;
}

h1 {
	font: bold italic 1.1em Verdana, Arial, Helvetica;
	letter-spacing: 1px;
	padding: 5px 20px 5px 15px;
	color: #E76134;
	text-transform: uppercase;
}

h2 {
	font: bold italic 1.0em Verdana, Arial, Helvetica;
	letter-spacing: 1px;
	padding: 5px 20px 5px 15px;
	color: #E76134;
	text-transform: uppercase;
}

h3 {
	font: bold italic 0.9em Verdana, Arial, Helvetica;
	letter-spacing: 1px;
	padding: 5px 20px 5px 15px;
	color: #E76134;
	text-transform: uppercase;
}



/* specific divs */
#kopf_container {
	position: absolute;
	left: 0px;
/*	width: 960px;*/
	padding: 0px;
	margin: 0px;
}

#kopf {
	position: absolute;
	background: url(union.gif) no-repeat top left;
	width: 500px;
	height: 115px;
	top: 0px;
	left: 0px;
}

#ort {
	position: absolute;
	left: 10px;
	top: 100px;
	width: 200px;
	height: 40px;
	text-transform: uppercase;
}

#titel {
	position: absolute;
	left: 228px;
	top: 160px;
	width: 450px;
	height: 29px;
	text-transform: uppercase;
}

#haag {
	position: absolute;
	background: url(haaglogo.gif) no-repeat top left;
	width: 155px;
	height: 110px;
	top: 5px;
	left: 630px;
}

#bodytext {
	position: absolute;
	text-align: justify;
	width: 550px;
	left: 220px;
	padding: 0px 0px 20px 0px;
}

#main_container {
	position: absolute;
	float: left;
	width: 1000px;
	padding: 0px;
	margin-left: 10px;
	top: 184px;
}

#menu {
	background: #E76134;
	position: absolute;
	position: fixed;
	text-align: left;
	width: 180px;
	top: 180px;
	margin-left: 10px;
}

#menu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px !important;
	font-size: 10px;
	color: #FFFFFF;
	display: block;
}

#menu a:hover{
	color: #F0D000;
}

#content {
	font: 11px Verdana, Arial, Helvetica;
	font-size: 11px;
/*	text-align: justify;*/
	width: 550px;
	left: 220px;
	top: 0px;
	position: absolute;
	padding: 0px;
}

#banner {
	position: absolute;
	position: fixed;
	float: right;
	clear: both;
	width: 200px;
	top: 180px;
	left: 800px;
}

#content_rechts {
	position: absolute;
	float: right;
	width: 210px;
	padding: 0px;
	left: 785px;
	top: 100px;
}

#content_left {
	position: absolute;
	position: fixed;
	float: right;
	width: 186px;
	padding: 0px;
	left: 17px;
	top: 450px;
}

#footer {
	font: 10px  Verdana, Arial, Helvetica;
	text-align: center;
	color: #000000;
	background: #E76134;
}

#footer a:link, #footer a:visited {
	border: none;
	text-decoration: none;
}

acronym {
	cursor: help;
}

#content  h1{
	border-bottom: 1px dotted #E76134;
	padding: 5px 20px 5px 15px;
	text-transform: uppercase;
	border-left: 10px solid #E76134;
}

#content h1 span {
}

#content  h2{
	border-bottom: 1px dotted #E76134;
	padding: 5px 20px 5px 15px;
	text-transform: uppercase;
	border-left: 10px solid #E76134;
}

#content h2 span {
}

#content  h3{
	border-bottom: 1px dotted #E76134;
	padding: 5px 20px 5px 15px;
	text-transform: uppercase;
	border-left: 10px solid #E76134;
}

#content h3 span {
}

#content h4 {
	letter-spacing: 1px;
	padding: 5px 20px 5px 15px;
	color: #E76134;
	border-left: 10px solid #E76134;
	text-transform: uppercase;
}

.left 	{
	float: left;
}

.right	{
	float: right;
}

.clearer {
	width: 100%;
	height: 0;
	visibility: hidden;
	clear: both;
	margin: 0;
}

/**************************************** MJS EVENT PRO *************************************/

.tx-mjseventpro-pi1 H2 { margin-top: 0px; margin-bottom: 0px; }

.table-list    { background-color: #fff }
.td-list    { background-color: #eee }
.td-listalt   { background-color: #ff9 }

.table-single     { }
.td-single     { }
.tx-mjseventpro-pi1-singleView-Infobox  { background-color: #f5f5f5; border: dashed 1px #999 }
.tx-mjseventpro-pi1-singleView-DescrBox  { padding: 2px 20px }

.tx-mjseventpro-pi1-browsebox  { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #ffc }

.tx-mjseventpro-pi1-listrowField-title  { color: #333; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; text-transform: uppercase }
.tx-mjseventpro-pi1-listrowField-teaser { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
.tx-mjseventpro-pi1-listrowField-bdate { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
.tx-mjseventpro-pi1-listrowField-entrytime { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
.tx-mjseventpro-pi1-listrowField-time { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
.tx-mjseventpro-pi1-listrowField-location { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
.tx-mjseventpro-pi1-listrowField-ticketlink  { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }


.tx-mjseventpro-pi1-teaserView-events    { color: #333; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 4px; padding: 2px; border: solid 1px #c60 }
.tx-mjseventpro-pi1-teaserView-event   { color: #333; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; margin-top: 4px; margin-bottom: 2px; padding-bottom: 2px; border-bottom: 1px dashed #ccc }
.tx-mjseventpro-pi1-teaserView-header { color: #666; font-weight: bolder; font-family: Verdana, Arial, Helvetica, sans-serif; text-transform: uppercase; margin-bottom: 4px }
.tx-mjseventpro-pi1-teaserView-listlink {font-family: Verdana, Arial, Helvetica, sans-serif;  margin-top: 4px; padding: 2px; border: solid 1px #f93 }
.tx-mjseventpro-pi1-teaserViewField-title  { color: #000; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-transform: uppercase }
.tx-mjseventpro-pi1-teaserViewField-datetime  { color: #333; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif }
.tx-mjseventpro-pi1-teaserViewField-image   { color: #333; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; margin-right: 10px; width: 60px; float: right }


.tx-mjseventpro-pi1-singleView-back   { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center; margin: 30px 20px 4px; padding: 1px 2px 3px; border: solid 1px #ccc }

.tx-mjseventpro-pi1-singleViewField-bdate   { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: 700; margin-bottom: 10px }
.tx-mjseventpro-pi1-singleViewField-entrytime { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
.tx-mjseventpro-pi1-singleViewField-btime { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
.tx-mjseventpro-pi1-singleViewField-edate { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
.tx-mjseventpro-pi1-singleViewField-etime { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
.tx-mjseventpro-pi1-singleViewField-title { color: #333; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: 700; margin-top: 14px; margin-bottom: 20px }
.tx-mjseventpro-pi1-singleViewField-teaser  { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: italic; margin-bottom: 10px }
.tx-mjseventpro-pi1-singleViewField-cat { color: #999; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: 700; margin-right: 16px }
.tx-mjseventpro-pi1-singleViewField-type { color: #999; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: 700; margin-right: 16px }
.tx-mjseventpro-pi1-singleViewField-descr { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
.tx-mjseventpro-pi1-singleViewField-internalrefs { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
.tx-mjseventpro-pi1-singleViewField-location { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
.tx-mjseventpro-pi1-singleViewField-image { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
.tx-mjseventpro-pi1-singleViewField-imgcap  { color: #999; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif }
.tx-mjseventpro-pi1-singleViewField-files { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
.tx-mjseventpro-pi1-singleViewField-links { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
.tx-mjseventpro-pi1-singleViewField-promoter { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
.tx-mjseventpro-pi1-singleViewField-location { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
.tx-mjseventpro-pi1-singleViewField-area { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
.tx-mjseventpro-pi1-singleViewField-status { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
.tx-mjseventpro-pi1-singleViewField-priority { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
.tx-mjseventpro-pi1-singleViewField-fees { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
.tx-mjseventpro-pi1-singleViewField-ticketlink  { color: #333; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; margin-top: 10px; margin-bottom: 10px; padding-top: 10px; padding-bottom: 10px }
.tx-mjseventpro-pi1-singleViewField-age { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }


