
/* 
==================================================
GLOBAL AREA 
==================================================
*/

* {margin: 0px;padding: 0px;}

body {
	background-color: #606060;
	margin: 0px;
	padding: 0px;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #404040;	
	}
#langbar {
	width: 800px;
	text-align: right;
	color: #fff;
	margin:5px 0px;
	}
#langbar * {
	font-size:.8em;
	color: #fff;
	}
#container {
	width: 800px;
	text-align: left;
	margin: 0 auto 10px auto;
	background-color: #E0E0C0;
	border-bottom: 1px solid #888875;
	border-right: 1px solid #888875;
	padding: 0px;
	}
h1 {
	}
h2 {
	}
hr {
	}

p {
	margin-top: 5px;
	margin-bottom: 15px;
	}
blockquote {
	margin: 10px 50px;	
	}
.imageframe {
	border: 1px solid #404040;
	padding:4px;
	background-color: #fff
	margin: 25px;
	}

/* 
==================================================
MAINMENU AREA
==================================================
*/

#mainmenu {
	margin: 5px 10px 10px 0px;
	padding:0px;
	min-height:20px;
	height:auto !important;
	height:20px;
	float: right;
	font-size: 1em;
	font-weight: bold;
	}
#mainmenu ul {
	list-style: none;
	}
#mainmenu li {
	float: left;
	padding: 0 8px;
	border-right: 1px solid #404040;
	}
#mainmenu li a {
	display: block;
	text-align: center;
	color: #404040;
	text-decoration: none;
	font-size: .95em;
	border-top: 2px solid #E0E0C0;
	border-bottom: 2px solid #E0E0C0;
	
	}
#mainmenu li a:hover {
	border-top: 2px solid #404040;
	border-bottom: 2px solid #404040;
	}
#mainmenu .lastitem {
	border-right: 0px;
	}

/* 
==================================================
HEADER AREA
==================================================
*/

#header {
	clear: both;
	height: 140px;
	text-align: left;
	margin: 0;
	padding: 0px 10px;
	margin-top: 15px;
	background-image: url('../cssimg/header_background.jpg');
	background-repeat: repeat-x;
	background-position: 50px;
}

#logo {
	background-image: url('../cssimg/logo.jpg');
	background-position: 10px;
	background-repeat: no-repeat;
	height:140px;
	width:250px;
	margin-bottom:0px;
	margin-left: 40px;
	border: 1px solid #404040;
	background-color: #fff;
	}
#logo * {
	display: none;
	}




/* 
==================================================
CONTENT AREA 
==================================================
*/

#content {
	clear: both;
	margin-top:0px;
	padding: 5px 20px 30px 20px;
	line-height: 1.8em;
	font-size: 1.15em;
	}
#actionbuttons {
	float: right;
	width: 254px;
	margin-right: -47px;
	margin-top: -5px;
	}
#actionbuttons a {
	margin-top: -5px;
	float: right;
	height: 62px;
	width: 254px;
	background-repeat: no-repeat;
	display: block;
	}
.inlineAttention {
	background-color: #C0C0A0;
	border: 1px solid #404040;
	margin:5px 10px 5px 0px;
	padding: 3px 5px;
	width: 200px;
	font-size:1.1em;
	font-weight:bold;
	float: left;
	text-align: center;
	}

#attention {
	clear: right;
	background-color: #C0C0A0;
	border: 1px solid #404040;
	margin-top: 25px;
	padding:0px 0px 10px 0px;
	width: 200px;
	font-size: .85em;
	float: right;
	margin-left:20px;
	}
#attention #headline {
	font-size: 1.35em;
	background-color: #806040;
	border-bottom: 1px solid #404040;
	text-transform: uppercase;
	padding: 5px 8px;
	color: #fff;
	}
#attention p {
	font-size: 1em;
	margin: 4px;
	}

#attention ul {
	list-style: none;
	font-size: 1.3em;
	margin: 10px;
	}
#attention li {
	background-image: url('../cssimg/ql_bullet.jpg');
	background-repeat: no-repeat;	
	padding-left: 24px;
	margin-top: 5px;
	height: 22px;
	}
#attention li a {
	display: block;
	color: #606060;
	text-decoration: none;	
	}
#attention li a:hover {
	color: #000;
	}

#content h1 {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 1.4em;
	text-transform: uppercase;
	}
.buttonlink {
	background-image: url('/cssimg/ql_bullet.jpg');
	background-repeat: no-repeat;
	background-position: 6px 6px;
	font-size: 16px;
	background-color: #806040;
	border: 1px solid #404040;
	text-decoration: none;
	text-transform: uppercase;
	padding: 6px 15px 6px 35px;
	color: #fff;
	margin: 0px 10px;
	}
.buttonlink:hover {
	background-color: #C0C0A0;
	color: #404040;
	}
#subcontent {
	width: 745px;
	margin: 40px auto;
	background-color: #fff;
	border: 1px solid #404040;
	padding: 0px 0px;	
	}

#subcontent #label {
	text-transform: uppercase;
	color: #fff;
	background-image: url('../cssimg/subcontent_label.jpg');
	background-repeat: repeat-x;
	display: block;
	width: 250px;
	height: 20px;
	font-size: 1em;
	position: relative;
	bottom: 15px;
	left: 20px;
	padding: 0px 4px 6px 4px;
	border: 1px solid #404040;
	}
iframe {
	width: 745px;
	height: 650px;

	}
	
form {
	margin: 20px 50px;
	}
form * {
	margin: 10px;
	font-size: 1.1em;
	}
label {
	clear:both;
	width: 175px;
	display: block;
	float: left;
	}
select {
	width: 356px;
	font-size: 1em;
	}
textarea {
	width: 350px;
	height: 50px;
	font-size: 1em;
	font-family: arial;
	}
form .required {
	font-weight: bold;
	}

/* 
==================================================
FOOTER AREA 
==================================================
*/

#footer {
	width: 800px;
	text-align: left;
	margin: -5px auto 10px auto;	
	clear: both;
	padding: 0px;
	color: #F0F0F0;
	font-size: .7em;
	font-weight: normal;
	text-align: left;
	}
#footer a {
	color: #F0F0F0;
	text-decoration: none;
	}

/* 
==================================================
PRINTABLE CHANGES 
==================================================
*/

@media print {

	#searchbar {
		display: none;		
		}
	#col_right {
		display: none;
		}
	#footer {
		display: none;	
		}

	#footer #disclaimer {
		font-size: .55em
		}
	#maincontent {
		padding-right: 0px;
		}	
	}
	
