html {
	/* */
}

body {
	background: #1A5FA3;/*url(../../res/welle.gif) repeat fixed top*/
	/*background-color: #006699;*/
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-family:  Arial, Helvetica, sans-serif;
}

body.abwasser {
	background-color: #cdcdcd;
}

body.abwasser div.out {
	background-color: #cdcdcd;
}
/*
body.abwasser div.out  div.mt_00{
	background-color: #3c6275;
}
*/
h1 {
	font-weight: normal;
	font-size: 1.5em;
	margin: 0 0 4px 0;
	color:#000;
}

h2 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
	color:#000;
}

h3 {
	font-size: 1.15em;
	margin:0;
	border-top: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	color: #5692CC;
	font-weight: bold;
	padding: 4px 0 4px 0;
}

h4 {
	width: 400px; 
	font-size: 1em;
	margin:5px 0 3px 0;
	padding:0;
	text-transform:uppercase;
	font-weight:normal;
}

h5 {
	/* */
}

table {
	/*font-size: 0.7em;*/
	font-weight: normal;
	color: #999999;
	
}

tr  {
	/* */
}

td {
	line-height: 2em;
	vertical-align:top;
	color: #7A7A7A;
}

ul {
	margin: 0pt;
	padding: 0pt;
	list-style-type: none;
}

li {
	position: relative;
	background-image: url("../res/li.gif");
	background-repeat: no-repeat;
	background-position: 0pt 5px;
	padding: 0pt 0pt 0pt 15px;
	margin: 0pt 0pt 5px 0pt;
}

form {
	margin: 0pt;
	padding: 0pt;
}

thead tr th{
	text-align: center;
	height: 24px;
	background-color: #555555;
	color: #FFFFFF;
	line-height: 1em;
	font-size: 1em;
}

tbody.tabellen {
	text-align: center;
	line-height: 3em;
}
		
img {
	border: 0;
}

img.wappen {
	position: absolute;
	top: 4em;
	border: 0;
	margin: 0pt;
}

img.logo {
	border: 0;
	margin: 0pt 0pt 0pt 252px;
}

a {
	font-size: 0.8em;
	text-decoration: none;
	color: #5692CC;
}

a.wappen {
	margin-top: -2em;
	font-size: 0.8em;
	text-decoration: none;
	color: #5692CC;
}

input, textarea {
	border: 1px solid #ccc;
}

select {
	border: 1px solid #000000;
	background-color: #888;
	height: 18px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 80px;
	width: 100px;
	font-size: 0.85em;
}

/* cmxform css */	

.cmxform  td.error label {
	color: red;
}

div.container {
	background-color: #eee;
	border: 1px solid red;
	margin: 5px;
	padding: 5px;
}

div.container ol li {
	list-style-type: disc;
	margin-left: 10px;
}

div.container {
	display: none 
	}
	
.container label.error {
	display: inline;
}

form.cmxform li {
	list-style-type: none;
	padding: 0pt;
	}
	
form.cmxform label.error {
	display: block;
	margin: 0pt;
	/*width: auto;*/
	color: #FF0000;
	font-size: 0.8em;
}