/******************************
 * HTML-Tags 
 ******************************/
 
/* Alles nullen */
body {
	font-family:Arial,sans-serif;
	font-size:90%;
	margin:0;
	padding:0;
	line-height:1.4em;
}
h1,h2,h3,h4,h5,h6,dl,dt,dd,img,p,div,form,legend,fieldset,legend,input,select,textarea,table,th,td,caption,ul,li,ol,a,acronym, dfn, abbr {
	margin:0;
	padding:0;
	font-family:Arial,sans-serif;
}

/* Absaetze und Ueberschriften */
h1 {
	font-weight:bold;
	font-size:1.4em;
	color:#e38000;
	margin:0.5em 0 0.5em 0;
}
h2 {
	font-size:1.2em;
	line-height:1.4em;
	font-weight:bold;
	color:#e38000;
}
h2.orangebox {
	font-size:1em;
}
h3 {
	color:#e38000;
	font-size:1em;
}
h4 {
	color:#000;
	font-size:1em;
}
p {
	padding-bottom:8px;
}
small,.small {
	font-size:0.9em;
	line-height:1.2em;
}
acronym, dfn, abbr, span.abbr { 
	border-bottom: 1px dotted black; cursor: help; 
	white-space:normal;
}
hr.sbac-spacer {
	visibility:hidden;
}


/* Links */
a,a.external-link,a.active, a.email {
	color:#004b81;
	text-decoration:none;
	white-space:normal;
}
a:hover {
	text-decoration:underline;
}
a.external-link {
	padding-left:18px;
	background:url(../img/link.gif) left center no-repeat;
}
a.email {
	padding-left:18px;
	background:url(../img/mail.gif) left center no-repeat;
}
a img { 
	border:none;
	text-decoration:none;
}


/* Listen */
ul {
	list-style-image:url(../img/dot.gif);
	margin-left:1.5em;
}

ul.nostyle { 
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:0;
}
li dfn,.usb {
	display:block;
	position:absolute;
	left:-3000px;
	height:0px;
	width:0px;
}


/* Formulare */
form br {
	clear:both;
}
fieldset {
       /* border:1px solid #004b81; */
	padding:0 10px 10px 10px;
}
legend {
	color:#fff;
	background-color:#004b81;
	padding:2px 5px;
}
label {
	margin:8px 0 -3px 0;
	display:block;
	font-weight:bold;
	font-size:0.9em;
}
input, textarea, select {
	border:1px solid #e8eff4;
	padding:2px;
	font-size:0.85em;
	background-color:#e8eff4;
}
input.normal, textarea {
	width:450px;
}
textarea {
	height:10em;
}
input.submit {
	border:1px solid #004b81;
	margin-top:5px;
	font-weight:bold;
}
input.submit:hover {
	background-color:#004b81;
	color:#e8eff4;
}
form.smallForm select, form.smallForm input.normal {
	width:100px;
}

/* Tabellen */
table {
	font-size:1em;
	width:97%;
}
caption {
	font-size:1.2em;
	line-height:1.4em;
	font-weight:bold;
	color:#e38000;
	text-align:left;
}
th {
	background-color:#e8eff4;
	padding:2px 5px;
	text-align:left;
	vertical-align:top;
	line-height:1.1em;
}
th a {
	color:#000;
}
td {
	vertical-align:top;
	border-bottom:1px solid #004b81;
	padding:2px 5px;
}
table.simple {
	width:auto;
}
table.simple th, table.simple td {
	border:none;
	background:none;
	text-align:left;
	vertical-align:top;
	padding:2px 10px 2px 0;
}


/* Definitionslisten */
dd {
	margin-left:2em;
}


/**********************************
 * Sonstige Bereiche 
 **********************************/
dl.singleView dt {
	width:12em;
	text-align:right;
	font-weight:bold;
	padding-bottom:5px;
}
dl.singleView dd {
	padding-bottom:5px;
	font-size:0.9em;
}
div.breadcrumb {
	margin-bottom:15px;
	color:#666;
}
div.list {
	margin-bottom:1em;
}
div.list p {
	margin:0;
	padding:0;
	display:inline;
}
.funx_copyright {
	font-size:0.9em;
	text-align:right;
	margin-top:40px;
	color:#666;
}
.funx_top {
	font-size:0.9em;
	margin-top:40px;
}
.funx_top a {
	padding-left:18px;
	background:url(../img/icon_top.gif) left top no-repeat;
}

/**********************************
 * Allgemeingueltige Klassen 
 **********************************/
.hidden {
	display:none;
}
.clearer {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.marked {
	color:#830707;
}
.margin { 
	margin-left:20px;
}
.status_1, .status_1 a {
	color:#555;
}
.noborder {
	border:none;
	background:none;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.monospace {
	font-family: Courier,monospace;
}
.orangebox {
	background-color:#e38000;
	color:#fff;
	padding:2px 5px;
}
.box {
	border:1px solid #004b81;
	border-top:none;
	padding:5px;
	line-height:1.2em;
}
.blue {
	background-color:#e8eff4;
	padding:5px;
}


/**********************************
 * RTE 
 **********************************/
div.Groesser,p.Groesser {
	font-size:1.4em;
}
div.Adminkasten,p.Adminkasten {
	border:1px solid #004b81;
	background-color:#e8eff4;
	padding:5px;
}
div.OrangerHintergrund,p.OrangerHintergrund {
	background-color:#e38000;
	color:#fff;
	padding:2px 5px;
}
div.BlauerHintergrund,p.BlauerHintergrund {
	background-color:#e8eff4;
	padding:2px 5px;
}
div.BlauerRahmen,p.BlauerRahmen {
	border:1px solid #004b81;
	border-top:none;
	padding:5px;
	line-height:1.2em;
}


/**********************************
 * Inhaltselemente 
 **********************************/

/* Bilder mit BU */
dl.image {
	margin:0 10px 10px 10px;
}
dl.image dt, div.filelinks dd {
	margin:0;
	padding:0;
	line-height:0.9em;
}
dl.image dd {
	/*background-color:#e8eff4;*/
	margin:-1px 0 0 0;
	padding:1px 0 1px 3px;
	font-size:0.9em;
	line-height:1.2em;
}
.left dl.image {
	float:left;
	margin-right:10px;
	margin-left:0px;
}
.right dl.image {
	float:right;
	margin-left:10px;
	margin-right:0px;
}


/* PageBrowser */
div.pagebrowser ul {
	list-style-type:none;
	margin:10px 0 10px 0;
}
div.pagebrowser li {
	display:inline;
	padding-right:10px;
}


/* Sitemap */
div.sitemap {
	font-size:0.9em;
}
div.sitemap a {
	font-size:1.1em;
}
div.sitemap dl.firstLevel dt {
	margin-top:15px;
	padding:2px 5px;
	background-color:#e8eff4;
	border:1px solid #004b81;
}
div.sitemap dl.firstLevel dd {
	margin:-1px 0 0 0;
	border:1px solid #004b81;
	border-top:none;
	padding:5px;
	color:#666;
	font-style:italic;
}
div.sitemap dd.blockborder {
	padding-left:15px;
	background-color:#fff;
}
div.sitemap dl.secondLevel dt {
	font-style:normal;
	border:none;
	background:none;
	margin:0;
}
div.sitemap dl.secondLevel dd {
	border:none;
	margin:-10px 0 0 0;
}



/**********************************
 * Plugins 
 **********************************/

/* Glossar */
ul.glossary_menu {
    list-style-type: none;
    list-style-image: none;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
    font-family: "Andale Mono","Lucida Console","Courier New",monospace;
    font-size: 1em;
    text-align: center;
}
ul.glossary_menu li {
    font-family: "Andale Mono","Lucida Console","Courier New",monospace;
    display:inline;
    margin:0 -1px 0 0;
    padding: 0;
    line-height: 2em;
}
ul.glossary_menu li.glossary_empty span {
    font-family: "Andale Mono","Lucida Console","Courier New",monospace;
    padding: 1px 4px 0 4px;
    border: 1px solid #aaa;
    color:#aaa;
    background-color:#fff;
}
ul.glossary_menu li a {
    font-family: "Andale Mono","Lucida Console","Courier New",monospace;
    padding: 1px 4px 0 4px;
    border: 1px solid #004b81;
    background-color:#004b81;
    text-decoration:none;
    color:#e8eff4;
}
ul.glossary_menu li a:hover {
    background-color:#e8eff4;
    color:#004b81;
}
ul.glossary_menu li.active a {
    background-color:#e38000;
    color:#fff;
    border: 1px solid #e38000;
}


/* Arztlisten */
table.border,table.vcard {
	font-size:0.95em;
	width:auto;
}
table.border {
	width:98%;
}
table.border td, table.border th {
	padding:0 5px 0 5px;
	vertical-align:top;
	border:1px solid #004b81;
}
table.vcard th {
	background:none;
	padding:0 5px 0 5px;
	vertical-align:top;
	border:1px solid #004b81;
}
div.tx-isggld-pi2 label {
	width:auto;
	text-align:left;
	margin:0 5px 0 5px;
}
div.tx-isggld-pi2 fieldset {
	margin-bottom:10px;
}
td.double {
	background-image:url(../img/bg_double.gif);
	background-position:left top;
	background-repeat:repeat-y;
	border:1px solid red;
}
div.blue {
	background-color:#e8eff4;
	padding:5px;
}
div.blue small {
	line-height:1.8em;
}


/* Dienstplaene */
.tx-isggld-pi2 input,.tx-isggld-pi2 select {
	background-color:#fff;
	border:1px solid #004b81;
}

td.weekend {
	background-color:#e8eff4;
}


/* Seminarkalender */
.tx-seminars-pi1 table.seminarlist {
	font-size:0.9em;
}
.tx-seminars-pi1 table.seminarlist th {
	display:none;
}
.tx-seminars-pi1 table.seminarlist td {
	border:none;
	padding-bottom:15px;
	line-height:1.3em;
}
/* abgesagt */
.tx-seminars-pi1 tr.tx-seminars-pi1-canceled_1,
.tx-seminars-pi1 tr.tx-seminars-pi1-canceled_1 a {
        color:#999;
}
/* wichtig */
.tx-seminars-pi1 tr.tx-seminars-pi1-canceled_3 td {
	color: #e38000;
}
.tx-seminars-pi1 tr.tx-seminars-pi1-canceled_3,
.tx-seminars-pi1 tr.tx-seminars-pi1-canceled_3 a {
        font-weight:bold;
}
.tx-seminars-pi1 table fieldset {
	border:none;
	padding:0;
}
.tx-seminars-pi1 td.inline label {
	display:inline;
	margin:0 0 0 5px;
}
.tx-seminars-pi1 td.inline label.formidable-rdrstd-label {
	display:block;
	margin:10px 0 0 0;
}
.tx-seminars-pi1 #tx_seminars_pi1_seminars_description {
	height:500px;
}
.tx-seminars-pi1 input[type=text] {
	width:450px;
}
.tx-seminars-pi1 span.button a {
	border:1px solid #004b81;
	padding:2px;
	font-size:0.85em;
}
.tx-seminars-pi1 span.button a:hover {
	background-color:#004b81;
	color:#e8eff4;
	text-decoration:none;
}
.tx-seminars-pi1 .tx-seminars-pi1-checkbox {
	margin-top:10px;
}

.tx-seminars-pi1 .tx-seminars-pi1-checkbox label {
	display:inline;
}
.tx-seminars-pi1 .tx-seminars-pi1-error {
	margin:10px 0;
}
