/* Style-Sheet fuer den body */

html, body 	{ height:100% }

body  {
     		padding:0;
			margin:0;
			background:url('../bilder/template/bg.jpg') repeat-x top center #edfcff;
			height:100%;
			color:#11301a;
			font-family:Arial;
			font-size: 12px;
		}
			
img	{ border:none; }
			
/* Style-Sheet fuer Text und Headlines */

h1 {
	font-family:Arial;
	font-size: 20px;
	font-weight:bold;
	color:#c0391b;
}

h2 {
	font-family:Arial;
	color:#c0391b;
}
h3 {
	font-family:Arial;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#c0391b;
}
h4 {
	font-family:Arial;
	color:#c0391b;
}
h5 {
	font-family:Arial;
	color:#c0391b;
}

/* Standards für alle Tabellen */
td, th, input, select, textarea		{ 	font-size:12px; font-family:Arial; text-decoration:none; color:#11301a; }


a {
	color: #bc3b1c;
	text-decoration: none;
	font-size:12px;
	font-family:Arial;
}

a:hover {
	color: #65893f;
	text-decoration: none;
}