/* Headlines */

h1 {
	font-family: Verdana,Arial;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 16px;
}
h2 {
	font-family: Verdana,Arial;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-family : Verdana,Arial;
	font-size:24px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 2px;
}

/* Links */

a {
	font-family: Verdana,Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

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

a:active {
	color: #FF6347
}

/* Hintergrund */

body {
	font-family: Verdana,Arial;
	font-size: 12px;
	color: #000000;
	background: #EADC9D url(gfx/back.jpg);
   } 

/* Paragraph*/

p {
	font-family : Verdana, Arial;
	font-size: 12px;
}

table.toptable {
	font-family:Verdana;
	font-size: 10px;
}

div.footer {
	font-family:Verdana;
	font-size: 10px;
}

a.footer {
	font-family:Verdana;
	font-size: 10px;
}

td {
	font-family:Verdana;
	font-size: 12px;
}

p.ueberschrift {
	font-family:Verdana;
	font-size: 16px;
	font-weight: bold;
}

p.fett {
	font-family:Verdana;
	font-size: 12px;
	font-weight: bold;
}

p.small {
	font-family:Verdana;
	font-size: 10px;
   }

input {
	border: 1px solid Black;
	background: #E6EFF9;
	font-family: Verdana;
	font-size: 12px;
	}
	
select {
	border: 1px solid Black;
	background: #E6EFF9;
	font-family: Verdana;
	font-size: 12px;
   }
}
