html {
	height: 100%;
}

body {
	color: black;
	background: #f6f6f6;
	padding: 0;
	font: 13px verdana, sans-serif, arial;
	margin: 0 auto;
	text-align: center;
	height: 100%;
}

#head {
	color: black;
	border-bottom: 5px solid white;
}
#banner {
	position: relative;
	right: 0px;
}

#container {
	overflow: hidden;
	max-width: 1024px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/sand.jpg);
}

#links, #rechts {
	width: 165px;
	background: url(../images/sand.jpg);
	padding: 8px 0 20px 0;
}

#links {
	float: left;
}

#rechts {
	float: right;
}

#content {
	color: black;
	background: white;
	margin: 0 165px 0 165px;
	padding-bottom: 5px;
}
#content_1 {
	margin-top: 8px;
	overflow: hidden;
}
#content_inner {
	color: black;
	background: transparent;
	margin: 0px 5px 0px 5px;
	padding: 8px 20px 10px 20px;
	border: 2px solid #d5c4a8;
}
#content h1 {
	margin: 0px 0 10px 0px;
	padding: 2px 0px 2px 5px;
	font: bold 16px verdana, sans-serif;
	border-left: 10px solid #d5c4a8;
	border-bottom: 1px solid #d5c4a8;
}
#content h2 {
	margin: 25px 0 10px 0;
	padding: 2px 0 2px 5px;
	font: bold 14px verdana, sans-serif;
	border-left: 8px solid #d5c4a8;
	border-bottom: 1px solid #d5c4a8;
}
#content h3 {
	margin: 25px 0 10px 0;
	padding: 2px 0 2px 5px;
	font: bold 12px verdana, sans-serif;
	border-left: 6px solid #d5c4a8;
	border-bottom: 1px solid #d5c4a8;
}
#content h4 {
	font: bold 12px verdana, sans-serif;
	text-align: left;
	margin: 5px 0 5px 0;
}
#content h5 {
	font: bold 12px verdana, sans-serif;
	text-align: center;
}
#rechts h2 {
	margin: 3px 0 0 0;
	padding: 3px 10px 3px 10px;
	border-top: 1px solid white;
	font: 12px verdana, sans-serif;
	font-weight: bolder;
	color: white;
	background-color: #d5c4a8;
}
#logo {
	position: static;
	top: 0px;
	padding-left: 10px;
	padding-top: 5px;
}

#foot {
	position: absolute;
	bottom: 0;
	color: white;
	background: #a8a8a8;
	padding: 0;
	margin: 0;
	border-top: 2px solid black;
}
#foot p {
	margin:0;
	padding:4px;
}
#topnav {
	position: relative;
	background: url(../images/sand.jpg);
	border-top: 5px solid white;
	padding: 0px 5px 10px 5px;
	font-size: 12px;
	font-weight: bolder;
	padding-right: 5px;
	color: gray;
	height: 10px;
}
#topnav_1 {
	position: static;
	top: 0;
	text-align: left;
	padding-left: 10px;
}
#topnav_2 {
	position: static;
	margin-top: -14px;
	text-align: right;
	padding-right: 10px;
}
#topnav_1 a, #topnav_2 a {
	background-color: transparent;
	text-decoration: none;
	color: gray;
}
#topnav_1 a:hover, #topnav_2 a:hover {
	background-color: transparent;
	text-decoration: underline;
	color: black;	
}
#topnav_1 a:visited, #topnav_2 a:visited {
	background-color: transparent;
	color: gray;
}
tr {
	font:13px verdana, sans-serif;
}
#col2 {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#col2links {
	float: left;
	text-align: center;
	vertical-align: top;
	width: 40%;
}
#col2rechts {
	padding-left: 45%;
}

#breadcrumbs, #diashow {
	font-size: xx-small;
	padding-bottom: 20px;
}
#breadcrumbs a, #breadcrumbs a:visited {
	text-decoration: none;
	color: blue;
}
#breadcrumbs a:hover {
	text-decoration: underline;
	color: blue;
}
#breadcrumbs {
	float: left;
}
.important {
	font-size: x-small;
	text-align: left;
}
#quiz h5 {
	font-size: large;
}
th, td.even, td.col1, td.col2, td.col3 {
	vertical-align: top;
	font-size: 115%;
}
th, td.even {
	background-color: #DFDFDF;
}
td.col1 {
	background-color: #D7D9FF;
	font-weight: bold;
}
td.col2, td.col3 {
	background-color: white;
	font-weight: bold;
}
td.center {
	vertical-align: middle;
}

#error {
	color: red;
	font-weight: bolder;
}
#success {
	font-weight: bolder;
}

.readonly {
	background: #D2D2D2;
}

.title1 {
	font-family: BODIDLYbold;
	font-size: 48;
	text-align: center;
	text-transform: uppercase;
	color: gray;
}

.align-center {
	text-align: center;
}

div.csc-textpic-above div.csc-textpic-text {
	clear: inherit;
}
div.csc-textpic div.csc-textpic-imagerow {
	clear: inherit;
}

.csc-textpic-caption {
	font-size: 9px;
}
div.csc-textpic-imagewrap {
	overflow: hidden;
}
.small {
	font-size: smaller;
}

.hidden {
	font-size: 0;
}

.input_button {
	background-color: #d5c4a8;
	color: gray;
	font-weight: bolder;
	margin-top: 5px;
}