
body.liniegrau, td.liniegrau, tr.liniegrau, table.liniegrau {
	background-color:#636363;
}
body.weiss, td.weiss, tr.weiss {
	background-color:#FFFFFF;
}
body.gelb, td.gelb, tr.gelb, table.gelb {
	background-color:#FFCD3F;
}

body.hellgelb, td.hellgelb, tr.hellgelb, table.hellgelb {
	background-color:#FFE98F;
}
body.gruen, td.gruen, tr.gruen, table.gruen {
	background-color:#14A73A;
}

body.blau, td.blau, tr.blau, table.blau {
	background-color:#0066CC;
}
body.rot, td.rot, tr.rot, table.rot {
	background-color:#B12305;
}
body.hellblau, td.hellblau, tr.hellblau, table.hellblau {
	background-color:#eeeeee;
}

body.dunkelgrau, td.dunkelgrau, tr.dunkelgrau, table.dunkelgrau {
	background-color:#dddddd;
}

body.orange, td.orange, tr.orange, table.orange {
	background-color:#ED9223;
}

body {
	scrollbar-face-color: #FFFFFF; 
	scrollbar-highlight-color: #666666; 
	scrollbar-shadow-color: #666666; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-arrow-color: #666666; 
	scrollbar-track-color: #F3F5F2; 
	scrollbar-darkshadow-color: #999999;
	background-color:#FFFFFF;
	overflow:auto;
}

.bottomalign {
	background-position: bottom left;
	/*background-position: 30px 0px;*/
	background-repeat:no-repeat;
	/*background-attachment:fixed;*/
}

.rightalign {
	background-position: top right;
	/*background-position: 30px 0px;*/
	background-repeat:no-repeat;
	/*background-attachment:fixed;*/
}

p, td, ul, li, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*letter-spacing:1pt;*/
	color: #000000;
	line-height: 16px;
}

.klein {
	font-size: 9px;
	/*letter-spacing:1pt;*/
	line-height: 12px;
}

.titel {
	font-size: 16px;
	line-height: 19px;
	color: #CC0033;
	font-weight: bold;
}

input {
}

input.submit {
}



input.checkbox {
}


textarea {
}



a.ohnestrich{
	text-decoration: none;
}

a.ohnestrich:link {
	text-decoration:none;
}
a.ohnestrich:visited {
	text-decoration:none;
}
a.ohnestrich:hover {
	text-decoration: none;
}
a.ohnestrich:active {
	text-decoration:none;
}


.bildtabelle{
	border: 1px solid #CCCCCC;
}
