/*
normaler text hell: ffffff
normaler text dunkler: #FFFFCE
hintergrund hell: 9C6563
hintergrund dunkel: 8C6563
schrift dunkel: 633031
*/

body {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	line-height: 130%;
  background: #8C6563;
  color: #ffffff;
  margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

a:link, a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #633031;
}

table {
	width: 100%;
	border-style: none;
	padding: 0px;
	margin: 0px;
}

table.main {
	width: 750px;
  margin: 0 auto;
}

td {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	line-height: 130%;
	vertical-align: top;
}

td.overline {
	padding-top: 10px;
	border-top: thin solid #633031;
}

td.underline {
	border-bottom: thin solid #633031;
	padding-bottom: 4px;
}

td.navi {
	padding-top: 10px;
	width: 25%;
}
td.content {
	padding-top: 10px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFCE;
}
h2 {
	font-size: 14px;
}

img {
	border: 0px;
}

/* get rid of the stuborn white space
   that comes after every from */
form {
    margin: 0px;
}

input,select,textarea {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	border: thin solid #633031;
}


