﻿A:link {
	text-decoration: none;
	color: #660000;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
A:visited {
	text-decoration: none;
	color: #660000;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
A:hover {
	color: #0099FF;
	text-decoration: none;
}
body {
	background-color: #660000;
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	margin-top: 20px;
	font-family: Verdana;
	font-size: 12px;
}
.Einzug {
	margin-left: 60px;
}
.gros_mit_Einzug {
	font-size: 14px;
	margin-left: 60px;
}
.List3eck {
	list-style-image: url('Grafiken/Icons/3eck_10.gif');
}
.fett_mit_abstand {
	list-style-image: url('Grafiken/Icons/3eck_10.gif');
	font-weight: bold;
	line-height: 20px;
	margin-left: 60px;
}
/* table {
	border-color: inherit;
	border-width: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	width: 100%;
}

body {
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	border: 1px none;
	background-image: url(hintergrund.jpg);
	background-repeat: no-repeat;
	/* >> weitere Optionen <<
	background-position: center; 	 
	background-attachment:fixed;
	

}
table {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px none;
	text-transform: none;
}*/
.runde_rahmen_oben {
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-topright: 13px;
	-khtml-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
}
.runde_rahmen {
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	-moz-border-radius: 13px;
	-moz-border-radius: 13px;
	-khtml-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}
.rund_rahm_gelb_back {
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	-moz-border-radius: 13px;
	-moz-border-radius: 13px;
	-khtml-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	background-color: #FFCC99;
}

