/************************************************/
/* Erstellung: 07.05.2008				*/
/* Autor: Stephan Schindel / Paul Klein - inixdata GmbH			*/
/* Dateiname: standard.css                      	*/
/* Bildschrimauflösung: 1024px                 	*/
/* Unterstuetzte Browser: firefox			*/
/* gehört zum Designtemplate vorlageMeldorf.html    	*/
/************************************************/

@import url("typo3ext.css");
@import url("waswo.css");
@import url("mjsEvents.css");
/***********************************************/
/* HTML-tag styles                             */
/***********************************************/ 

/*---------- Formular -------------------*/



div#inhalt form {
  width: 200px;
  margin: 0 0 0 10px;
  padding: 25px 0;
  color: #000;
  float: left;
}

div#inhalt form div.csc-mailform-field {
  float: left;
  width: 450px;
  margin-bottom: 3px;
  position: relative;
  height: 20px;
}
div#inhalt form div.csc-mailform-field label {
  clear: left;
  float: left;
  width: 110px;
  padding-left: 20px;
  font-weight: bold;
} 

div#inhalt form div.csc-mailform-field input {
  width: 200px;
  border: 1px solid #000;
  left: 160px;
  position: absolute;
}
div#inhalt form div.csc-mailform-field textarea {
  width: 200px;
  height: 60px;
  left: 160px;
  border: 1px solid #000;
  position: absolute;
}
div#inhalt form div.csc-mailform-field input.csc-mailform-check {
  border: 1px solid #000;
  left: 0px;
  top: 15px;
  width: 15px;
  position: relative;
  margin-top: 3px;
}
div#inhalt form div.csc-mailform-field input.csc-mailform-submit {
  border: 1px solid #000;
  left: 160px;
  position: absolute;
  margin-top: 3px;
  margin-bottom: 2px;
}
div#inhalt form div.csc-mailform-field input.csc-mailform-reset {
  border: 1px solid #000;
  left: 160px;
  position: relative;
  margin-top: 3px;
}
div#inhalt form div.csc-mailform-field input.csc-mailform-radio fieldset#mailformAnrede{
  float: left;
  left: 160px;
  width: 400px;
  margin-bottom: 3px;
  position: relative;
  height: 180px; 
}

#mailformAnrede{
  margin-left: 30px;
}

/* ------------------ Seitenbeginn -------------------- */
body{
	font-family: Verdana,sans-serif;
	font-size: 8pt;
	color: #000000;
	margin: 0px;
	text-align: center;
}

a, a:link, a:visited{
	color: #524b3f;
	text-decoration: none;
}

a:hover{
	color: #B22222;
	text-decoration: none;
}

h1 {
	font-size: 14pt;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-weight: normal;
	background-image: url(../bilder/h1_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

h2 {
	font-size: 14pt;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 4px;
	font-weight: normal;
}

h3 {
	font-size: 12pt;
	color: #CBCBCB;
	margin-top: 0px;
	margin-bottom: 4px;
}

h4 {
	font-size: 12pt;
	color: #0A246A;
	margin-top: 0px;
	margin-bottom: 3px;
	font-weight: bold;
}


h5 {
	font-size: 10pt;
	color: #0A246A;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
}

h6 {}

a img {
	border: none;
}

input{
	margin:0px;
	padding:0px;
}

table{
	margin:0px;
	padding:0px;
}

img{
	margin:0px;
	padding:0px;
}

img[usemap]{
	border: none;
}

form{
	margin:0px;
	padding:0px;
}

p {
	margin-top:0px;
	font-size: 10pt;
}

ul {
	margin-top: 3px;
	margin-bottom: 3px;
}

ol {
	margin-top: 3px;
	margin-bottom: 3px;
}

/* Tabellendarstellung */
table.contenttable {
	width: 100%;
}
/* erste zeile einer Tabelle*/
th {
	font-weight: bold;
	font-size: 8pt;
}
/* Abwechselnde Zeilenhintergruende */
.tr-even {
	background-color: #FFFFCC;
	font-size: 8pt;
}
.tr-odd {
	background-color: #FFFFFF;
	font-size: 8pt;
}
/*.tr-even {
	background-color: #E6E686;
	font-size: 8pt;
}
.tr-odd {
	background-color: #EDEEAB;
	font-size: 8pt;
}
*/
.td-0 {
	padding: 4px;
	vertical-align: top;
	font-size: 8pt;
	width: 200px;
}
.td-1 {
	padding: 4px;
	vertical-align: top;
	font-size: 8pt;
	width: 100px;
}
.td-2 {
	padding: 4px;
	vertical-align: top;
	font-size: 8pt;
	width: 125px;
}
.td-3 {
	padding: 4px;
	vertical-align: top;
	font-size: 8pt;
	width: 100px;
}
.td-4 {
	padding: 4px;
	vertical-align: top;
	font-size: 8pt;
	width: 100px;
}
.td-last {
	padding: 4px;
	vertical-align: top;
	font-size: 8pt;
	width: 100px;
}

table.contenttable td {
	padding: 2px;
	vertical-align: top;
	font-size: 8pt;
}
/***********************************************/
/* Layout Divs (Seitenstruktur)                */
/***********************************************/

#wrapper {
	width: 800;
	margin: 3px auto auto auto;
	text-align: left;
	border: 1px solid #887C67;
}

#kopfkontainer{
	text-align: right;
}

#topbanner{
	height: 134px;
}

#navBarOben{
	height: 21px;
	padding-top:3px;
	background: url(../bilder/hg_menue_oben.jpg);
	background-repeat: no-repeat;
	text-align: right;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #524b3f;
}
#datum{
	text-align: left;
	float: left;
	padding-left: 5px;
}

#navBarLinks{
	clear: both;
	float: left;
	width: 180px;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 3px;
	color: #887C67;
	font-family: Verdana, sans-serif;
}

#inhalt{
	margin-left: 190px;
	padding: 15px 0 15px 15px;
	width: 538px;
	height: auto;
	min-height: 550px; 
	font-family: Verdana, sans-serif;
}
#copyright{
	clear: both;
	background-color: #887C67;
	color: #dddddd;
	padding-left: 5px;
}

/***********************************************/
/* Rechte Spalte (Ansprechpartner)             */
/***********************************************/
#contentInhalt {
	margin-right:0;
	margin-left:190px;
	padding:15px 0 15px 15px;
	width:575px;
	height:auto;
	min-height:550px;
	font-family:Verdana, sans-serif;
}
#contentInhalt h1 {
	margin-right:230px;
}
#contentRight {
	float:right;
	width:200px;
	margin:7px 0 20px 30px;
	padding:0;
	display:block;
}
#contentRight p {
	font-size:8pt;
}
#contentRight H1 {
	font-size:10pt;
	color:#999966;
	margin:0 0 4px 0;
	/*background-image:none;*/
}
#contentRight H2 {
	font-size:10pt;
	margin:0 0 4px 0;
}
#contentRight H3 {
	font-size:11pt;
	color: #CBCBCB;
	margin:0 0 4px 0;
}

/***********************************************/
/* Kopfzeilen Menue                            */
/***********************************************/
#kopfkontainer .accessKey{
	text-decoration: underline;	
}

#kopfkontainer .hidden{
	visibility: hidden;
	font-size: 1px;
}

#kopfkontainer .active {
	font-weight: bold;
}

/***********************************************/
/* Menue links				       */
/***********************************************/
#navBarLinks ul{
	margin-right: -10px;
	padding-right: 10px;
	margin-left: -5px;
	padding-left: 0px;
	text-align: right;
	list-style: none;
	border-right: 1px solid #eeedab;
}
#navBarLinks li{
	list-style: none;
	margin-right: -10px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../bilder/menue_hg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#navBarLinks li .a{
	color: #887C67;
}

#navBarLinks .accessKey{
	text-decoration: underline;	
}

#navBarLinks .hidden{
	visibility: hidden;
	font-size: 1px;
}

#navBarLinks .active {
	font-weight: bold;
	color: #887C67;
}

#menue_1{
	background-image: url(../bilder/menueknopf.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	/* border-bottom: 1px solid #eeedab; */
}

/***********************************************/
/* Menue links zweite Ebene				       */
/***********************************************/
#navBarlinks ul ul{
	margin-right: -20px;
	padding-right: 8px;
	margin-left:0px;
	text-align: right;
	background-image: url(../bilder/hg_untermenue_links.jpg);
	background-position: right;
	background-repeat: repeat-y;
	border-right: solid 1px #eeedab;
}

#navBarlinks ul ul li{
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 1px;
	background-image: none;
}
#navBarlinks ul ul li .active{
	font-weight: bold;
}

/***********************************************/
/* Menue links dritte Ebene				       */
/***********************************************/
#navBarlinks ul ul ul{
	margin-right: -20px;
	padding-right: 20px;
	padding-bottom: 6px;
	margin-left:0px;
	text-align: right;
	background-image: url(../bilder/hg_untermenue_links.jpg);
	background-position: right;
	background-repeat: repeat-y;
	border-right: solid 1px #eeedab;
}

#navBarlinks ul ul ul li{
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 1px;
	background-image: none;
}
#navBarlinks ul ul ul li .active{
	font-weight: bold;
}
/***********************************************/
/* Menue rechts				       */
/***********************************************/
#navBarRechts .accessKey{
	text-decoration: underline;	
}

#navBarRechts .hidden{
	visibility: hidden;
	font-size: 1px;
}

#navBarRechts .active {
	font-weight: bold;
}

/***********************************************/
/* navBarObenn Menue			       */
/***********************************************/
#navBarOben .accessKey{
	text-decoration: underline;	
}

#navBarOben .hidden{
	visibility: hidden;
	font-size: 1px;
}

#navBarOben .active {
	font-weight: bold;
}

/***********************************************/
/* Extension: html_area RTE			      */
/***********************************************/

/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, 
h1.align-left, 
h2.align-left, 
h3.align-left, 
h4.align-left, 
h5.align-left, 
h6.align-left, 
td.align-left { 
	text-align: left; 
}

p.align-center, 
h1.align-center, 
h2.align-center, 
h3.align-center, 
h4.align-center, 
h5.align-center, 
h6.align-center, 
td.align-center { 
	text-align: center; 
}

p.align-right, 
h1.align-right, 
h2.align-right, 
h3.align-right, 
h4.align-right, 
h5.align-right, 
h6.align-right, 
td.align-right { 
	text-align: right; 
}

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.csc-frame-frame1, 
	table.csc-frame-frame1 { 
	padding: 2px 4px 2px 4px; 
	border: 1px solid #959595; 
}

p.csc-frame-frame2, 
table.csc-frame-frame2 { 
	background-color: #ECF0F1; 
	padding: 2px 4px 2px 4px; 
	border: 1px solid #959595; 
}

/* Bullet styles for unordered lists.*/
ul.component-items { 
	list-style-type: circle; 
}

ul.action-items { 
	list-style-image: url(img/red_arrow_bullet.gif); 
}

/* Numbering styles for ordered lists.*/
ol.component-items-ordered { 
	list-style-type: lower-roman; 
}

ol.action-items-ordered { 
	list-style-type: lower-greek; 
}

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}

/*###### Schriftgrößen #############*/

span.fontsize8,
p.fontsize8,
h1.fontsize8, 
h2.fontsize8, 
h3.fontsize8, 
h4.fontsize8, 
h5.fontsize8, 
h6.fontsize8,
td.fontsize8,
table.fontsize8 {
	font-size: 8pt;
}

span.fontsize9,
p.fontsize9, 
h1.fontsize9, 
h2.fontsize9, 
h3.fontsize9, 
h4.fontsize9, 
h5.fontsize9, 
h6.fontsize9,
td.fontsize9,
table.fontsize9 {
	font-size: 9pt;
}

span.fontsize10,
p.fontsize10, 
h1.fontsize10, 
h2.fontsize10, 
h3.fontsize10, 
h4.fontsize10, 
h5.fontsize10, 
h6.fontsize10,
td.fontsize10,
table.fontsize10 {
	font-size: 10pt;
}

span.fontsize12,
p.fontsize12,
h1.fontsize12, 
h2.fontsize12, 
h3.fontsize12, 
h4.fontsize12, 
h5.fontsize12, 
h6.fontsize12,
td.fontsize12,
table.fontsize12 {
	font-size: 12pt;
}

span.fontsize14,
p.fontsize14,
h1.fontsize14, 
h2.fontsize14, 
h3.fontsize14, 
h4.fontsize14, 
h5.fontsize14, 
h6.fontsize14,
td.fontsize14,
table.fontsize14 {
	font-size: 14pt;
} 

span.fontsize18,
p.fontsize18,
h1.fontsize18, 
h2.fontsize18, 
h3.fontsize18, 
h4.fontsize18, 
h5.fontsize18, 
h6.fontsize18,
td.fontsize18,
table.fontsize18 {
	font-size: 18pt;
} 

span.fontsize24,
p.fontsize24,
h1.fontsize24, 
h2.fontsize24, 
h3.fontsize24, 
h4.fontsize24, 
h5.fontsize24, 
h6.fontsize24,
td.fontsize24,
table.fontsize24 {
	font-size: 24pt;
}

span.fontsize36,
p.fontsize36,
h1.fontsize36, 
h2.fontsize36, 
h3.fontsize36, 
h4.fontsize36, 
h5.fontsize36, 
h6.fontsize36,
td.fontsize36,
table.fontsize36 {
	font-size: 36pt;
}

/* @group tx-inixkommserv-fe */

.tx-inixkommserv-fe { padding: 0 0 10px 0; }
.tx-inixkommserv-fe h1 { background-image: none; font-size: 11pt; font-weight: bold; }
.tx-inixkommserv-fe h2,
.tx-inixkommserv-fe h3,
.tx-inixkommserv-fe h4 { background-image: none; font-size: 10pt; font-weight: bold; }
div#inhalt .tx-inixkommserv-fe form { float: none; width: auto; padding-bottom: 20px; margin-left: 0; }
.tx-inixkommserv-fe .rechts { float: right; }
.tx-inixkommserv-fe ul { padding: 5px 0 20px 20px; margin: 0; }
.tx-inixkommserv-fe .iksanliegenblock,
.tx-inixkommserv-fe .iksoe { width: 345px; }

.tx-inixkommserv-fe a,
.tx-inixkommserv-fe td a { text-decoration: underline; }

.tx-inixkommserv-fe select { width: 260px }
.tx-inixkommserv-fe .iksmitarbeiter { padding: 10px 0 3px 0; }

.tx-inixkommserv-fe .iksanliegenblock { padding: 16px 0 3px 0; }

/* Ergaenzung wg. tt_news-Einbau 2010-10-07 tk s.a. typo3ext.css	 */
#startmitte {
	float:left;
	width:370px;
	}
#uid_20 #inhalt {
	width:595px;
	padding: 0 0 15px 15px;
	}
/***********************************************/
/* Extension: macina_searchbox		      */
/***********************************************/
div.tx-macinasearchbox-pi1 {
	float: right;
	margin: 0 5px 0 0;
	}
div.tx-macinasearchbox-pi1 input {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	}
div.tx-macinasearchbox-pi1 .suchfeld {
	height: 15px;
	padding: 0 0 2px 5px;
	}
div.tx-macinasearchbox-pi1 .suchbutton {
	height: 10px;
	margin: 0 0 0 5px;
	}
#macina-searchhbox-searchform {}

#macina-searchhbox-headline {
	margin-top: 4px;
	font-weight: bold;
	font-size: 10pt;
}

#macina-searchhbox-searchfield {
	border: 1px solid #959595;
}

#macina-searchhbox-searchsubmit{
	border: 1px solid #959595;
	background: #D6D6D6;
	height: 18px;
	padding: 0px;
	width: 25px;
}

#macina-searchhbox-advanced {
	font-size: 8pt;
}

/***********************************************/
/* Extension: CSS Styled Content		      */
/***********************************************/

/**** Rahmen für Contentelemente*/

.csc-frame-frame1 {
	border: 1px solid #959595; 
	padding: 3px;
}

.csc-frame-frame2 {
	border: 1px solid #959595; 
	background-color: #E4E4E4;
	padding: 3px;
}

div.csc-frame-rulerAfter {
	border: 1px solid #959595; 
	width: auto;
	height: 1px;
}

div.csc-frame-rulerBefore {
	border: 1px solid #959595; 
	width: auto;
	height: 1px;
}

.csc-textpic-caption {
	font-size: 8pt;
}
