* {
	margin: 0px;
	padding: 0px;
}
/* Tags */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFE1;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-image: url(back.gif);
	background-repeat: repeat;
}
img {
	border: 0px;
}
input {
	border: 1px solid #000000;
}
a {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	text-decoration: none;
}
a:hover {
	color: #339966;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339966;
}
h1 {
	font-size: 16px;
	text-decoration: underline;
	text-align: left;
	text-decoration: none;
	font-weight:bold;
	font-size: 22px;
	font-style: italic;
	margin-bottom:10px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 10px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 10px;
}
p {
	margin-bottom: 7px;
}
ol {
	margin-left: 30px;
}
li {
	padding-left: 5px;
}
th {
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
}
td {
	vertical-align: top;
	padding-top: 10px;
}

/* IDs */
#bodydiv {
	width: 800px;
	margin: auto;
	margin-top: 10px;
	border: solid 1px #000;
	overflow:auto;
	background-color: #FFFFE1;
}
#title {
	height: 100px;
	margin: 0px;
	background-color: #FFFFE1;
	color: #000000;
	text-align: right;
	overflow: visible;
	background-image: url(horse_01.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.titleline {
	background-image: url(punkt.gif);
	background-position: left;
	background-repeat: repeat-x;
	height: 10px;
}
#nav {
	background-image: url(horse_02.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 190px;
	height: 270px;
	min-height: 270px;
	background-color: #FFFF9A;
	position: relative;
	top: 0px;
	left: 0px;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	float:left;
	-moz-border-radius-bottomright: 40px;
}
#content {
	top:0px;
	height: 390px;
	min-height: 390px;
	margin-left: 210px;
	background-color: #FFFFE1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    padding-top: 0px;
	padding-right: 10px;
	margin-bottom: 10px;
	position:relative;
}
#bodydiv>#nav, #bodydiv>#content {
	height: auto;
}

/* Classes */
.invisible {
	display: none;
	visibility: hidden;
}
.inputerror {
	background-color: #FF9595;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.floatLeft {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatRight {
	float:right;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content ul {
  margin-left: 20px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style-type: none;
}
#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	/*height: 1em;*/
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 20px;
	display: block;
	margin-top: 13px;
	margin-bottom: 13px;
	
	border: none;
	background-image: url(nav1.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#nav a:hover {
	color:#006600;
	background-image: url(nav2.gif);
	text-decoration: underline;
}
#nav ul .nav2nd li a {
	font-size:13px;
	font-weight: normal;
	margin-left: 5px;
	border-width: 4px;
}
#nav ul .nav3rd li a {
	font-size: 12px;
	margin-left: 10px;
	border-width: 3px;
}
