/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  */

/* This file based on "css Zen Garden" default style v1.01 */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */

/* basic elements */

/* basic elements */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 10px;
	padding: 0px;
}

li {
	list-style-type: square;
}

p {
	margin-top: 0;
	margin-bottom: 5px;
}


a:link {
	color: #003399;
}

a:hover {
	color: #9ACCCD;
}

a:active {
	color: #FF0000;
}

a:visited {
	color: #0066CC;
}

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: #003399;
	cursor: help;
	}

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;
}

tr.row0 {
	color: #000000;
	background-color: #FFF;
}
tr.row1 {
	color: #000000;
	background-color: #EEE;
}
tr.rowactive {
	color: #000000;
	background-color: #DDD;
}
tr.rownowork {
	color: #000000;
	background-color: #DDF;
}
tr.rowtoday {
	color: #000000;
	background-color: #DFD;
}
/* nur für Admin sichtbar, */
tr.rowadmin {
	color: #000000;
	background-color: #DFD;
}
td.lft {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
td.ctr {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
td.rgt {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* nur für Admin sichtbar */
td.admin {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
	background-color: #DFD;	
}


/* specific divs */
#container {
	width: 770px;
}

#pageHeader {
	margin-left: 0px;
	margin-top: 0px;
	height: 70px;
	width: 700px;
	position: absolute;
	left:0px;
	top: 0px;
}

#pageHeader h1 {
	background-image: url(logo_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 70px;
	width: 100px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#pageHeader h2 {
	background-image: url(logo_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 70px;
	width: 600px;
	margin-left: 100px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}

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

div.printinfos {
	display: none;
}

#quickSummary {
	margin-top: 75px;
	margin-left: 100px;

}

#quickSummary p {
	font-size: 130%;
	font-style: normal;
	line-height: 180%;
	font-weight: bold;
	color: #003399;

	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 1px;
}

#preamble{
	margin-left: 100px;
}

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

#substance {
	margin-top: 10px;
	margin-left: 100px;
	position: relative;
}

#substance h3 {
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-top: 20px;
	color: #003399;
	
}

#substance ol {
	list-style-type: decimal;
	list-style-position: outside;
}

#substance ul {
	list-style-position: outside;
	list-style-type: circle;
}

#substance li {
	padding-top: 3px;
	padding-bottom: 5px;
}

.normal {
	font-size: 100%;
	font-weight: normal;
	color: #000000;
}

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

.important {
	font-weight: bold;
	color: #CC0000;
}
.comment {
	font-style: italic;
	font-size: 90%;
	color: #666666;
}

.alarm {
	color: #000000;
	border-color:#CC0000;
	border-style:solid;
	border-width:thin;
	background-color:#FFCCCC;
	margin: 6px;
	padding: 6px;
}

.confirm {
	color:#000;
	border-color:#00CC00;
	border-style:solid;
	border-width:thin;
	background-color:#CCFFCC;
	margin: 6px;
	padding: 6px;
	font-weight:bold;
}

.failed {
	font-weight: bold;
	color: #CC0000;
}

.total {
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-bottom-style: double;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-top-width: 1px;
}

.box {
	border: 1px solid #000;
	background-color: #fff;
	padding: 10px;
}

.savebutton {
	font-weight:bold;
}

#substance a.akronym {
	border-bottom-color: #003399;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-decoration: none;
	color: #000000;
}

#substance span.protected {
	margin : 0;
	padding :0 0 0 24px;
	background : url(../002/intern.gif) no-repeat;
	display: inline;
}

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



#substance a.sub_nav {
	background-image: url(../002/liste.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}

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

#footer { 
	margin-top: 20px;
	margin-left: 100px;
	text-align: left; 
	border-top:1px solid #CBCBC2;
	font-family:verdana, arial, sans serif;
	font-size:10px;
}

#searchForm {
	position: absolute;
	top: 100px;
	left: 0px;
	padding-left: 18px;
}
#searchForm p {
	margin: 0;
	padding: 0;
}

#linkList2 {
	position: absolute;
	top: 100px;
	background-color: #FFF;
	color: #000;
	width: 150px;
/*	padding: 10px; */
	margin: 0;
}


	

#site_nav h3 {
	display: none;
}

#favorites_nav h3 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;

}

#download_nav {
	padding-left: 10px; 
	font-size: 90%;
}

#linkList2 a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	font-size: 90%;
	font-weight: bold;
	padding-left: 8px;
	border-bottom-color: #FDD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #FDD;
	border-left-style: solid;
	border-left-width: 1px;
}

#linkList2 a:link {
	text-decoration: none;
	color: #003399;
}
#linkList2 a:hover {
	text-decoration: underline;
	color: #006699;
	background-color: #FFFFFF;
}
#linkList2 a:active {
	text-decoration: underline;
	background: #FFFFFF;
	color: #003399;
}

	.site_nav_sep {
		display: none;
	}
	.favorites_nav_sep {
		display: none;
	}
	.archives_nav_sep {
		display: none;
	}
	.download_nav_sep {
		display: none;
	}

