/* css definition für normale seite mit 3 tabellen */

/* Main Bereich */

body			{ margin: 0px; padding: 0px; background: #74654E; color: #000000; font: 14px tahoma,arial,verdana,sans-serif; min-width: 770px; text-align: left; }

.rechts1 {
	font-size: 20px;
	padding-left: 20px;
}

.rechts2 {
	font-size: 15px;
	color: #74654e;
	padding-left: 20px;
	padding-right: 20px;
}

.rechts3 {
	font-size: 15px;
	color: #74654e;
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.link1:link {
	color: #f73200;
}

.link1:visited {
	color: #f73200;
}

.link1:hover {
	color: #74654e;
}

.link2:active {
	background: #f73200;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 5px;
}

.link2:link {
	color: f73200;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 5px;
}

.link2:visited {
	color: #f73200;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 5px;
}

.link2:hover {
	background: #f73200;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 5px;
}

.link3 {
	list-style-type: none;
	padding: 10px;
}

img {
	border: none;
}