@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/bggreen.png);
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #header2 {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/bg2.png);
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #DDDDDD;
	background-image: url(images/bg2.png);
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	background-repeat: repeat-x;
	font-size: 10px;
}
.hallo {
	margin-left: 150px;
}
a {
	color: #000000;
}
a:hover {
	color: #993333;
}
p {
	font-size: 12px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.quest {
	font-size: 10px;
	border: 1px solid #333333;
}
.questdata {
}
.questdatag {
	background-image: url(images/bgquest.png);
}
.questdatalg {
	background-image: url(images/bglg.png);
	font-weight: bold;
}
hr {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	color: 597659;
}
.pricet {
	font-size: 12px;
	border: 1px solid #94A794;
	background-image: url(images/bgtbl.png);
}
.technology { /*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	margin-top: 10px;
	margin-right: 20;
	margin-bottom: 10px;
	margin-left: 20;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
.openlanguage { /*class added to contents of 2nd demo when they are open*/
	color: #597659;
}
.closedlanguage { /*class added to contents of 2nd demo when they are closed*/
	color: #993333;
}
.thelanguage { /*class added to contents of 2nd demo when they are closed*/
	color: #000000;
	margin-right: 25px;
	margin-left: 25px;
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.imgr {
	float: right;
	border: 2px solid #587558;
	margin: 4px;
}
.gtxt {
	color: #597659;
	font-size: 12px;
}
.imgrnb {
	float: right;
	border: 2px none #587558;
	margin: 4px;
}
ul {
	font-size: 14px;
	font-weight: bold;
}
li {
	padding-bottom: 3px;
}
.gtxtb {
	color: #597659;
	font-size: 12px;
	font-weight: bold;
	text-decoration: blink;
}
.imgl {
	float: left;
	border: 2px none #587558;
	margin: 4px;
}
