/* CSS Document */

body {
	position: absolute;
	top:0px;
	left: 0px;
	margin:0px;
	height : 103px;
	width : 984px;
	background : #FFFFFF url(bg_oben.gif) no-repeat;
	background-color: #FFFFFF;
	color: #121212;
	margin:0 0 0 0;
}


/* Global styles*/ 
a:link {
	color: #DE1111;
	font-weight:bold;
}

a:hover {
	color: #9E2108;
	font-weight:bold;		
}

a:active {
	color: #AF3219;
	font-weight:bold;	
}

acronym {
	font-style: normal;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	cursor: help;
	}

/* table styles 
* valid for all tables
*/

table {
	font-size: 95%;
} 

th {
	margin-bottom: 0px;
	color: #000;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #7D775C;
	background-color: #DDD;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}


/* 
* row0 and row1 are used for alternate line colours  
* valid for weekday holidays (Mon to Fri)
*/
tr.row0 {

}
tr.row1 {

}

ungeprueft {
	color:#666666;
	
	background-color:#DDCCCC;
}

/* 
* row_ft is used to display a todays holiday  
*/
tr.row_ft {
	color: #9E2108;
	background-color:#99FF99;
}


/* 
* rowactive is used to mark the current line (Mouse over) 
* in the holidays list
*/
tr.rowactive {
	color:#000000;
	background-color: #DDD;
}

/* Table cells
* .lft (left)
* is used in all tables for the first cell from left
*
* Here's a sample table:
* <row class=..>,<td class=lft>,<td class=ctr><td class=rgt></tr>
*/
/* .lft (left) */
td.lft {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* .ctr (center) */
td.ctr {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* .rgt (right) */
td.rgt {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.datum {
	font-weight: bold;
	padding: 4px;
}
.todaydatum {
	font-weight: bold;
	background-color: #FFF;
	color: red;
	padding: 4px;
}
.pastdatum {
	font-weight: bold;
	color: #999;
	padding: 4px;
}

.ferientag {
	color: #039;
	font-weight: bold;
	border-color: #748FA9;
	border-style: solid;
	border-width: 1px;
}

.savebutton {
	font-weight:bold;
}

/* ------------------------------------------------------------------------ */
/* specific divs */
#container { 
	font-family: Arial, Verdana;
	font-size: 80%;
}

/* pageHeader */ 
#pageHeader h1 {
/*	position: fixed;
	top:70px;
	left: 150px;
	height : 60px;
	width : 540px;
	background : #232323 url(header.jpg) no-repeat;
	background-color: transparent;

	position: absolute;
	top:0px;
	left: 0px;
	margin:0px;
	height : 285px;
	width : 770px;
	background : #232323 url(claudiasw2.jpg) no-repeat;
	background-color: transparent;
*/
}

#pageHeader h2 { 
}

#pageHeader h1 span, #pageHeader h2 span {
	display: none;
}

#quickSummary {
	margin-left: 180px; 
	width: 570px;
}

#quickSummary p {
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
	color: #003399;
	margin-top: 0px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

#preamble {
	margin-left: 180px;
	width: 570px;
	font-weight: bold;
}
#preamble p {
	margin : 0;
	color: #C00;
	background-color: #FFF;
}
	
/* eq with *supportingText* from "css zen garden" */ 
#substance {
	margin-left: 204px;
	margin-top:103px;
	width: 564px;
	background-color:#FFF;
	border-right-color:#999;
	border-right-style:solid;
	border-right-width:1px;	
	border-bottom-color:#999;
	border-bottom-style:solid;
	border-bottom-width:1px;		
	padding: 10px;
	color:#000;

}

.navlink {
	background-image:url(navlink_button.gif);
	background-repeat:no-repeat;
	padding-left: 21px;
}

#substance h2 {
	margin-top:8px;
	color: #000;
}
#substance h3 {
	font-size: 130%;
	margin-bottom: 3px; 
	padding-top: 5px;
	color:#DE1111;	
	
}

#substance h4 {
	font-size: 115%;
	color: #003399;	
	margin-bottom: 5px;	
}


#substance a:visited {
	color: #DE1111;
	font-weight:bold;		
}


#substance li {
	list-style-type: square;
	padding-top: 3px;
	padding-bottom: 5px;
	list-style-position: outside;
}

/* styles for div and span whithin the *substance* part */

.spalte_links {
		width: 282px;
		float:left;
}
.spalte_facebookwidget {
		width: 282px;
		float:left;
}


.subtitle {
	font-size: 110%;
	font-weight: bold;
/*	margin-top: 1em;  */
/*	margin-bottom: 0.5em; */
}

.important {
	font-weight: bold;
	color: #9E2108;
}
.comment {
	font-style: italic;
	font-size: 90%;
	color: #999;
}
.box {
	font-size:95%;
	border: 1px solid #000;
	background-color: #fff;
	padding: 10px;
	margin-top: 10px;
}


hr {
	color: #666;
	border-color: #666;
}

ul {
	list-style-image:url(substance_list_glow.jpg);
	background-position:center;
}

fieldset {
 padding: 5px;
 border-color: #787878;
}

legend {
 font-size: 80%;
 color: #787878;
}

.rahmenrot {
	margin-top: 2px;	
	border-top-color: #EEE;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: #EEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.config {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #eee;
}

.config select {
		background-color:#FFFF99;
}

#substance p {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

#substance a:link {
	color: #121212;
	font-weight:normal;
}

#substance a:hover {
	color: #343434;
	font-weight:normal;		
}

#substance a:active {
	color: #AF3219;
	font-weight:normal;
}
#substance a:visited {
	color: #121212;
	font-weight:normal;
}



#substance p.lead {
	display: block;
	margin-bottom: 1.5em;
	color: #003399;
}

#footer { 
	color:#787878;
	margin-top: 5px;
	margin-left: 214px;
	width: 570px;	
/*	border-top:1px solid #9E2108; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
}

#footer a {
	text-decoration:underline;
	color: #666;
	font-weight:normal;
}
#footer a:visited {
	text-decoration:none;
	color: #AC9A6A;
}

#linkList {
	position: absolute;
	font-size:12px;
	text-transform:lowercase;
	top: 0px;
	color: #000;
	background-color:#FFFFD9;
	background-image:url(menu_bg.gif);
	background-repeat:repeat-y;
	width: 204px;
	margin-top: 0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}


#linkList h3 {
	font-size: 100%;
	font-weight: bold;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 5px;
}


#linkList a {
	display: block;
	margin: 0;
	padding-top:4px;
	padding-bottom:6px;
	text-decoration: none;
/*	background-color: #FFFFD9; */
	width:204px;
	height:20px;	
	text-indent:24px;
	font-weight: bold;
	border-right-color:#999999;
	border-right-style:solid;
	border-right-width:1px;
	background-image:url(main_navlink.png);
	background-repeat:no-repeat;
}

#linkList a:link {
	color: #DE1111;
}
#linkList a:hover {
	color: #8A7848;
}
#linkList a:active {
	color: #876F4C;
}
#linkList a:visited {
/*	color: #8A7848;  */
	color: #DE1111;
}
	.site_nav_sep,.favorites_nav_sep,.download_nav_sep {
		display: none;
	}

#linkList select {
	margin-left: 8px;
}

#linkList .lang_nav a {
	display: inline;
	padding: 1px 5px 5px;
	margin: 0;
	text-decoration: none;
	color: #003399;
	background-color: #FFF;
}

#linkList .export_nav a {
	display: inline;
	padding: 1px 0px 1px;
	margin: 0;
	text-decoration: none;
	color: #003399;
	background-color: #FFF;
}

#google_nav a:hover {
	background-color: #C00;
	color: #FFF;
}


#shoutbox {
	font-family: Arial, Verdana;
	font-size: 90%;
	border: 1px solid #999;
	background-color: #EFECEC;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	margin-top: 10px;
}

#shoutbox h3 {
	color:#DE1111;	
}


.lang_nav a:hover {
	color: #9E2108;
}


.linkList_head {
	display:block;
	background-color: #FFFFFF;
	background-image:url(logo_de.gif);
	background-position:left;
	background-repeat:no-repeat;
	top:0px;
	left:0px;
	width:204px;
	height:200px;
	border-right-color:#999999;
	border-right-style:solid;
	border-right-width:1px;	
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.linkList_foot {
	display:block;
	background-color: #232323;
	background-image:url(menu_fuss_de.gif);
	background-position:left;
	background-repeat:no-repeat;
	left:0px;
	width:204px;
	height:346px;
	border-right-color:#999999;
	border-right-style:solid;
	border-right-width:1px;	
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;	
}

.failed {
	color:#FFFFFF;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:thin;
	background-color: #990000;
	margin: 10px;
	padding: 10px;
}
.alarm {
	color:#FFFFFF;
	border-color:#990000;
	border-style:solid;
	border-width:thin;
	background-color: #9E2108;
	margin: 3px;
	padding: 3px;
}
.confirm {
	color:#FFFFFF;
	border-color:#446A20;
	border-style:solid;
	border-width:thin;
	background-color:#779D51;
	margin: 6px;
	padding: 6px;
}

.hinweis {
	color:#000;
	border-color:#779D51;
	border-style:solid;
	border-width:thin;
	background-color:#E3F1BE;
	margin: 10px;
	padding: 10px;
}

.notify {
	color:#000;
	border-color:#FF9900;
	border-style:solid;
	border-width:thin;
	background-color:#FFFFCC;
	margin: 10px;
	padding: 10px;
}


.gueltig {
	font-weight: bold;
	padding: 3px;
}
.ungueltig {
	padding: 3px;
}

.typ0 {
	margin-left: 0px;
}

.typ10 {
	margin-left: 5px;

}
.typ20 {
	margin-left: 25px;
}
.typ30 {
	margin-left: 45px;
}
.typ40 {
	margin-left: 60px;
}

#substance .infobox {
	display:block;
	width: 200px;
	left: 330px;
	float: right;
	color: #000;
	background-color: #FFF;
	border-color: #003399;
	border-width: 1px;
	border-style: solid;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-left: 5px;
}
#substance .infobox h3 {
	font-size: 100%;
	border: none;
	margin-bottom: 3px;
	padding-top: 3px;
	color: #003399;
} 
#substance .infobox p {
	font-size: 85%;
}

/* -------------- */
#infobox {

	left: 543px;
	top: 190px;
	position: absolute;
/*	height: 620px; */
	width:  200px;

	display:block;
/*	width: 200px;
	left: 330px;
*/
	float: right;
	color: #000;
	background-color: #FFF;
	border-color: #003399;
	border-width: 1px;
	border-style: solid;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-left: 5px;
}
#infobox h3 {
	font-size: 100%;
	border: none;
	margin-bottom: 3px;
	padding-top: 3px;
	color: #003399;
} 
#infobox p {
	font-size: 85%;
}
/* -------------- */



.legend {
	font-size: 85%;
	color: #003399;
}

input {
	background-color: #CCC;
	color: #000;
}

input.searchbutton  {
	background-color: #DE1111;
	color: #FFFFFF;
}

input.go  {
	background-color: #DE1111;
	color: #FFFFFF;
}
input.no  {
	background-color:#B80E0E;
	color: #FFFFFF;
}

textarea {
	background-color: #CCC;
	color: #000;
}

select {
	background-color: #CCC;
	color: #000;
}

#extraDiv1 {
	font-family: Arial, Verdana;
	font-size: 80%;

	text-align:left;
	left: 788px;
	top: 103px;
	position: absolute;
	background-color:#CECBCB;
	width: 194px;
	min-height:728px;
	border-right-color:#999999;
	border-right-style:solid;
	border-right-width:1px;	
	border-left-color:#999999;
	border-left-style:solid;
	border-left-width:1px;	
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding: 0px;
}

#extraDiv1 a {
	color: #121212;
	font-weight:bold;
}
#extraDiv1 form {
	padding: 2px;
}
#extraDiv1 p {
	padding: 4px;
}
#extraDiv2 {
	font-family: Arial, Verdana;
	font-size: 80%;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	left: 204px;
	top: 73px;
	position: absolute;
	background-color:#DE1111;
	width: 770px;
	height:26px;
	border-top-color:#FFCC00;
	border-top-style:solid;
	border-top-width:1px;
	border-right-color:#FFCC00;
	border-right-style:solid;
	border-right-width:1px;	
	border-left-color:#FFCC00;
	border-left-style:solid;
	border-left-width:1px;	
	border-bottom-color:#FFCC00;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-top:4px;
	padding-left:8px;
}

#extraDiv2 a {
	color:#FFFFFF;
	background-color:#DE1111;
	text-decoration: underline;

}


#extraDiv3 {
}
#extraDiv4 {
}
#extraDiv5 {
}

#extraDiv6 {
}

.no_print {

}
