/* opera - grrr - start */
html>body {
	font-size: 0.7em/1.5;
	text-align: center;
	}
/* opera - grrr - end */


/* start of the real css */

/* basic elements */
body { 
	color: #444444; 
	background-color: #BEBCAD;
 	background-image: url(images/bodybg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	font: 0.7em/1.5 Geneva, Arial, Helvetica, sans-serif; /* set default font */
	text-align: center;
	margin: 0px; 
	padding: 0px;
}
p {
	text-align: left; 
	margin: 0px; 
	padding: 0px;
	}
h1, h2, h3 {
	text-align: left; 
	margin: 0px; 
	padding: 0px;
	}
#menu {
	display: block;
	width: 550px;
	float: right;
	margin: -30px 0 0 0;
	padding: 0 0 0 0;
}
/* major divs */
#container { 
	width: 700px; 
	position: relative;   
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
#mainText {
	position: absolute;
	height: 100%;
	top: 115px;
	left: 0px;
	width: 645px;
	font-size: 1.6em;
	margin: 0px 0px 0px 20px;
	padding: 5px 5px 5px 5px;
}
/* minor divs */
#pageHeader {
 	width: 700px;
 	height: 20px; /* strange but ie6 needs this */
 	background-image: url(images/headbg.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 0 0 0; 
	padding: 100px 0px 0px 0px;
}
#pageHeader h1 {
 	width: 600px;
	margin: -30px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
#uschrift{
	width: 480px;
	left: 35px;
	top: 105px;
	padding: 3px 3px 3px 3px;
	position: absolute;
}
#mediabox {
	float: right;
	padding: 3px 0px 0px 3px;
	font-size: 0.9em;
}
#mediabox01 {
	float: left;
	padding: 3px 0px 0px 3px;
	font-size: 0.9em;
}
#mediabox02 {
	left: 495px;
	top: 135px;
	width: 300px;
	padding: 3px 0px 0px 3px;
	position: absolute;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #003366;
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #003366;
	text-decoration: none;
}
.textk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #003366;
	text-decoration: none;
}
.textg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #003366;
	text-decoration: none;
}
a:link  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1em;
	color : #0033FF;
	text-decoration : none;
	font-style : normal;
	line-height : normal;
}
a:visited  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1em;
	font-style : normal;
	text-decoration : none;
	color : #EF6A26;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: Blue;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #003366;
}
.clear {
	clear:both;
}
fieldset {
	padding: 0px;
	background-color: transparent;
	width:				520px;
	margin-top:			10px;
	margin-left:		2px;
	border:				2px groove threedlightshadow;
	display:				block;
}

fieldset legend {
	font-size: 			1.2em;
	font-weight:		bold;
	color: #444444; 
}

#valSummary {
	padding:				4px;
	border:				2px ridge #ffcccc;
	width:				500px;
	margin:				10px;
	background-color:	#ffcccc;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10pt;
}

div.input {
	padding:			2px;
	clear:			both;
}
div.inputbox {
	width: 518px;
	padding: 2px 0 0 20px;
	clear: both;
}

div.input label {
	display:			block;
	width:				140px;
	float:				left;
	padding-left:		16px;
}

div.options {
	background-color: #1C2F67;
	border-top:			2px groove highlight;
	padding:				4px;
	text-align:			right;
	margin-top:			8px;
}

div.options input {
	font-weight:		bold;
	border: 1px outset #F5F5F5;
	background-color: #45567B;
	color: #F5F5F5;
}

ul {
	margin-top:			2px;
}

div.input input, div.input select {
	border:				1px solid buttonShadow;
}

div.input input.error, div.input textarea.error, div.input select.error {
	border:				2px solid red;
	background-color:	#ffcccc;
}

div.input label.error {
	color:				#ff0000;
	font-weight:		bold;
}
.messages {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Navy;
	font-weight: bold;
}