@import url(reset.css);

body  {
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	color: #222222;
	}

a:link, a:visited, a:active {
	color: #ff0000;
	background-color: transparent;
	text-decoration: none;
	}
	

a:hover {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	cursor: pointer;
	}
	
h1, h2, h3 {
	font-family: calibri, "trebuchet ms", arial;
	font-weight: bold;
	}
	
#frame {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 0px;
	}
	
#frame .main {
	width: 800px;
	padding: 0px;
	float: left;
	}

#header {
	position: absolute;
	top: 10px;
	width: 690px;
	padding-left: 50px;
	}

#header .latest {
	text-align: center;
	}	
	
#main_window {
	background-image: url(../img/background.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 95px;	
	height: 505px;
	width: 790px;
	line-height: 1.4;
	}

#main_window .left {
	position: absolute;
	top: 80px;
	left: 100px;
	width: 310px;
	}
	
#main_window .right {
	position: absolute;
	top: 80px;
	left: 430px;
	width: 270px;
	text-align: center;
	}

#main_window .examples {
	position: absolute;
	width: 790px;
	top: 370px;
	text-align: center;
	}	
	
#main_window .examples_description {
	position: absolute;
	top: 80px;
	left: 100px;
	font-size: 0.85em;
	line-height: 1.8;
	}
	
#main_window .tour {
	position: absolute;
	top: 80px;
	left: 80px;
	font-size: 0.9em;
	line-height: 1.8;
	}	

#main_window .tour td.top, #main_window .tour td.bottom {
	text-align: left;
	padding-left: 12px;
	padding-top: 10px;
	width: 200px;
	}	
	
#main_window .tour td.bottom {
	background: url(../img/tourbg2.png);
	background-repeat: no-repeat;
	}
	
#main_window .tour td.stepbystep {
	padding-left: 30px;
	}

#main_window .links {
	position: absolute;
	width: 790px;
	top: 500px;
	font-size: 0.9em;
	color: #999999;
	text-align: center;
	}

#main_window .footer {
	position: absolute;
	width: 680px;
	top: 530px;
	font-size: 0.8em;
	text-align: center;
	padding-left: 55px;
	}
	
#main_window h1 {
	font-size: 1.7em;
	}
	
#main_window h2 {
	font-size: 1.8em;
	}	
	
#content_window {
	position: absolute;
	width: 790px;
	top: 95px;
	height: 530px;
	}

#content_window .left {
	position: absolute;
	width: 180px;
	text-align: center;
	vertical-align: top;
	}	
	
#content_window .right {
	position: absolute;
	left: 180px;
	width: 590px;
	height: 550px;
	font-size: 0.85em;
	color: #222222;
	line-height: 1.8;
	padding-right: 10px;
	overflow-y: scroll;
	}

#content_window .links {
	position: absolute;
	width: 790px;
	top: 570px;
	font-size: 0.9em;
	color: #999999;
	text-align: center;
	}

#content_window .footer {
	position: absolute;
	width: 680px;
	top: 600px;
	font-size: 0.8em;
	text-align: center;
	padding-left: 55px;
	}

#content_window .title, #main_window .title {
	font: bold 1.65em calibri;
	}

#content_window .headline {
	font: bold 1.85em calibri;
	}	
	
#content_window .date {
	color: #dd0000;
	}
	
#content_window h2 {
	font-size: 2.2em;
	}
	
#content_window tr.p {
	height: 30px;
	text-align: center;
	}
	
#content_window td.statusheader {
	font-weight: bold;
	}

#content_window td.status, td.statusheader {
	width: 200px;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #bbbbbb;
	}	
	
#content_window td.order {
	text-align: right;
	width: 130px;
	vertical-align: top;
	padding-right: 5px;
	padding-top: 3px;
	}
	
#why, #what, #how, #who, #where, #when, #forminfo, #faq0, #faq1, #faq2, #faq3, #faq4 {
	padding-top: 10px;
	display: none;
	}
	
#mailinglist {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 235px;
	}
	
#button {
	position: absolute;
	bottom: -15px;
	right: 0px;
	}

fieldset {
	padding: 1em;
	border-width: 1px;
	border-style: solid;
	border-color: #aaaaaa;
	}

legend {
	padding: 0.2em 0.5em;
	color: #000000;
	font-weight: bold;
	text-align: left;
	}



input, input.button {
	font-family: verdana;
	font-size: 1.2em;
	}

textarea {
	font-family: verdana;
	font-size: 1.2em;
	}

img.top {
	vertical-align: top;
	}

