a:link {
	color: #009900;
}

a:active {
	color: #003399;
}

a:visited{
	color: #009900;
}

a:hover {
	color: #009900;
	font-weight: normal;
}
table.main,
p.main {
	font-size: 0.7em;
	font-weight: normal;
	margin: 0em 0.3em 0.5em;
	padding-left: 6px;
	text-decoration: none;
	opacity: 1.0;
	filter: alpha(opacity=100);
	color: #000000;
}

ul.list {
	font-size:  0.7em;
	font-weight: normal;
	margin: 0 0 0.5em 0;
	text-decoration: none;
}

ul.ul-wasserbedarf  li {
	font-size:  0.7em;
	font-weight: normal;
	margin: 0pt 0pt 0pt 1em;
	/*text-decoration: none;*/
	list-style-type: lower-alpha;
}

ol.ul-wasserbedarf  li {
	/*font-size:  0.7em;*/
	font-weight: normal;
	margin: 0pt 0pt 0pt 1em;
	/*text-decoration: none;*/
	list-style-type: lower-alpha;
}
	
p.main-left {
	font-size: 0.7em;
	font-weight: normal;
	margin: 0pt 0.3em 0.6em 0.6em;
	text-decoration: none;
	opacity: 1.00;
	filter: alpha(opacity=100);
}

p.main-left-last {
	font-size: 0.7em;
	margin: 0pt 0.3em 0.6em 0.6em;
	padding-bottom: 3em;
	opacity: 1.00;
	filter: alpha(opacity=100);
}

p.main-intro {
	font-size: 0.7em;
	font-weight: bold;
	margin: 0pt 0.5em 0.3em 1em;
	padding: 0;
	text-decoration: none;
}
p.main a,
p.main-left a,
p.main-intro a {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	/*background-image: url(../res/anchor.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
	padding: 0pt 0.2em;
}

p.main a:hover,
p.main-left a:hover,
p.main-intro  a:hover {
	/*background-image: url(../res/hover.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
	padding: 0pt 0.2em;
	color: #009900;
}

.frm {
	font-size: 11px;
	text-align: right;
}

.cur {
	cursor: help;
}

#backgroundtest {
	background: #FFFFFF url(../res/wasserzaehler.jpg) no-repeat bottom left;
}

#backgroundtest2 {
	background: #FFFFFF url(../res/reklame/ust--keine_streichung.gif) no-repeat bottom left;
}

.sub {
	left: 0px;
	width:133px;
	height:20px;
	margin-top: 1px;
	padding:0;
	border:1px solid #000000;
	background-color:#FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    position: fixed;
    top: 10%;
    left: 40%;
    margin-left: -300px;
    width: 605px;
	height: 608px;
    background-color: #FFFFFF;
    color: #333;
    border: 1px solid black;
    padding: 2px;
}

.jqmWindow-extra {
    display: none;
    position: fixed;
    top: 10%;
    left: 40%;
    margin-left: -300px;
    background-color: #FFFFFF;
    color: #333;
    border: 1px solid black;
    padding: 2px;
}

.jqmOverlay {
	background-color: #000;
	}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

div.jQchart-labelData-myCID-3{
	filter: alpha(opacity=10);
}

#checkform { width: 500px; }
#checkform label { float: left; }
#checkform label.error { color: red;}


