/** BASIC */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFD9AF url(images/bg01.jpg) repeat; 
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

input { 
 background-color: #FFFFD5;
 color: #000000;
 font-family: Verdana;
 font-size: 10px;
}


TEXTAREA {
 background-color: #FFFFD5;
 color: #000000;
 font-family: Verdana;
 font-size: 10px;
 scrollbar-3dlight-color: #FFE9D2;
 scrollbar-arrow-color: #FFE9D2;
 scrollbar-darkshadow-color: #FFE9D2;
 scrollbar-face-color: #5E2F00;
 scrollbar-highlight-color: #FFE9D2;
 scrollbar-shadow-color: #FFE9D2;
 scrollbar-track-color: #FFE9D2;
}
/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A28555;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
	line-height: 110%;
}

.ul1 {
	margin-left: 15px;
	padding-left: 0px;
	list-style: disc url(images/homepage04.gif);
}

.ul2 {
	margin-left: 15px;
	padding-left: 0px;
	list-style: disc url(images/homepage04.gif);
}

.ul2 li {
	margin-bottom: 10px;
}

.text1 {
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	color: #572D00;
}

.text1 strong {
	font-weight: bold;
}

.text2 {
	font-size: 11px;
	font-weight: bold;
	color: #826331;
}

.text3 {
	color: #AF8C65;
	text-align: center;
}

.text4 {
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	color: #572D00;
}
/** LINKS */

a {
	color: #B57200;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-transform: none;
	text-decoration: none;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
a.link4 {
	text-decoration: none;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #826331;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	text-transform: lowercase;
	text-decoration: none;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #663300;
}

a.link2:hover {
	text-decoration: underline;
}

a.link3 {
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A28555;
}

a.link3:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/bg1_02.jpg) no-repeat left top;
}

.bg2 {
	height: 100%;
	min-height: 100%;
	background: url(images/bg1_04.jpg) repeat-y left top;
}

html>body .bg2 {
	height: auto;
}

.bg3 {
	height: auto;
	background: url(images/bg1_03.jpg) no-repeat left top;
}

html>body .bg3 {
	height: auto;
}

.bg4 {
	background: url(images/bg2_02.jpg) no-repeat left top;
}

.bg5 {
	background: url(images/bg2_03.jpg) no-repeat left top;
}

.bg6 {
	background: url(images/bg2_04.jpg) repeat-y left top;
}

.bg7 {
	background: url(images/bg2_06.jpg) no-repeat left top;
}

.bg8 {
	background: url(images/bg2_07.jpg) no-repeat left top;
}

.bg9 {
	background: url(images/bg2_08.jpg) no-repeat left top;
}

.bg10 {
	background: url(images/bg2_10.jpg) no-repeat left top;
}

.bg11 {
	background: url(images/bg2_11.jpg) no-repeat left top;
}

.bg12 {
	background: url(images/bg2_12.jpg) repeat-y left top;
}

.bg13 {
	background: url(images/subpage2_03.jpg) repeat-y left top;
}

.bg14 {
	background: url(images/subpage2_01.jpg) no-repeat left top;
}

.bg15 {
	background: url(images/subpage2_02.jpg) no-repeat left top;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-left: 15px;
}

.img3 {
    display: block;
    margin-left: auto;
    margin-right: auto }
}
hr { display: none; }

.hr1 {
	height: 1px;
}

div#game {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 2px;
	padding: 2px;
	width: 400px;
}
div#titel {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: center;
	font-size: 14px;
	color: #003399;
	padding: 5px;
}
div#question {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003399;
	text-align: center;
	padding: 2px;
}
div#answer {
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	border: 2px solid #003399;
	text-align: center;
}
div#answer a {
	color: #0033CC;
	text-decoration: none;
}
div#result {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003399;
	text-align: center;
	padding: 5px;
}
div#question a {
	color: #FFFFFF;
	text-decoration: none;
}
.klein {
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
