/* ----------------------------------------------------
   C O M M O N
------------------------------------------------------*/

* {
	margin: 0;          /* top, right, bottom, left */
	padding: 0;
}

a {
	color: #d04c0b;
	text-decoration: none;
}

ul, ol, li {
	list-style: none;
}

img {
	border: none;
}

/* ----------------------------------------------------
   P A G E
------------------------------------------------------*/


html, body {
	background: url(../images/body.png) #f29f2e left top;
	color: #000000;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}


/* ----------------------------------------------------
   C O N T A I N E R
------------------------------------------------------*/

#wrapper {
	margin: 0px auto;
	width: 930px;
}

#container {
	display: inline;
	float: left;
	padding: 25px 0 30px 0;
	width: 930px;
}


/* ----------------------------------------------------
   H E A D E R
------------------------------------------------------*/

#header {
	background: url(../images/header.png) #ffffff left top no-repeat;
	float: left;
	height: 190px;
	position: relative;
	width: 100%;
}

#header h1.logo {
	font-size: 10px;
	position: absolute; left: 180px; top: 40px;
	text-indent: -500em;
}

#header h1.logo a {
	display: block;
	height: 85px;
	overflow: hidden;
	width: 350px;
}


/* ----------------------------------------------------
   T O P B A R
------------------------------------------------------*/

#topbar {
	background: url(../images/topbar.png) #9f1416 left top no-repeat;
	float: left;
	height: 45px;
	width: 100%;
}

/* --- TOPMENU --- */


#topbar ul {
	display: inline;
	float: left;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	margin: 5px 0 0 10px;
}

#topbar ul li {
	border-left: solid 1px #830606;
	border-right: solid 1px #f8f8f8;
	float: left;
	position: relative;
}

#topbar ul li a {
	background: url(../images/topmenu_a.png) #9f1416 left top repeat-x;
	color: #ffffff;
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 10px 0 10px;
	white-space: nowrap;
}

#topbar ul li a:hover {
	background-position: 0 -35px;
	color: #ffff88;
}


/* ----------------------------------------------------
   M A I N
------------------------------------------------------*/

#main {
	background: url(../images/main.png) #ffffff left top repeat-y;
	float: left;
	width: 100%;
}

/* ----------------------------------------------------
   H E A D L I N E
------------------------------------------------------*/

#headline {
	float: left;
	height: 225px;
	width: 100%;
}

/* --- HEADLINE-MAIN --- */

#headline-main {
	background: url(../images/headline_main.png) #efefef left top no-repeat;
	display: inline;
	float: left;
	height: 225px;
	margin-left: 10px;
	overflow: hidden;
	width: 665px;
}

#headline-image {
	float: left;
	display: inline;
	height: 220px;
	width: 300px;
}

#headline-title {
	float: right;
	display: inline;
	height: 225px;
	width: 365px;
}

#headline-title p {
	color: #404040;
	line-height: 18px;
	margin: 18px 10px 18px 5px;
}


/* --- LOGINBOX --- */

#loginbox {
	background: url(../images/loginbox.png) #f1dfa9 left top no-repeat;
	display: inline;
	float: right;
	height: 225px;
	margin-right: 10px;
	overflow: hidden;
	width: 240px;
}

#loginbox h2,
form.styleform h2 {
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	height: 30px;
	margin: 0;
	line-height: 30px;
	letter-spacing: 2px;
	padding: 0 0 0 10px;
}

#loginbox #loginform {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 18px 0 5px 0;
	line-height: 16px;
	text-align: center;
}

form.styleform_nomargin {
	margin: 0;
}

#loginbox #loginform label {
	color: #363636;
	font-size: 11px;
/*	vertical-align: middle;*/
}

form.styleform label,
form.styleform_nomargin label {
	color: #363636;
	font-size: 14px;
    font-weight: bold;
    width: 140px;
    display: inline-block;
	vertical-align: middle;
    line-height: 24px;
}

#loginbox #loginform input,
form.styleform input {
	vertical-align: middle;
}

#loginbox #loginform input.text {
    background: url(../images/login_text.png) #ffffff left top repeat-x;
	border: solid 1px #c6a971;
	color: #495764;
	font: normal 12px Arial, Helvetica, sans-serif;
	height: 18px;
	overflow: hidden;
	margin-bottom: 5px;
	padding: 3px 2px 1px 2px;
	text-align: left;
}

form.styleform input.text,
form.styleform_nomargin input.text {
	display: inline-block;
    background: url(../images/login_text.png) #ffffff left top repeat-x;
	border: solid 1px #c6a971;
    color: #495764;
	font: normal 12px Arial, Helvetica, sans-serif;
	height: 18px;
	overflow: hidden;
	margin-bottom: 5px;
    margin-right: 10px;
	padding: 3px 2px 1px 2px;
	text-align: left;
}


#loginbox #loginform input.submit,
form.styleform input.button,
form.styleform_nomargin input.button {
    background: url(../images/login_submit.png) #bd2828 left top no-repeat;
	border: none;
	color: #ffffff;
	cursor: pointer;
	font: normal 12px Arial, Helvetica, sans-serif;
	height: 28px;
	margin: 12px 0 10px 0;
	width: 70px;
}

#loginbox #loginform a {
	color: #363636;
	letter-spacing: 1px;
	font-size: 11px;
}

#loginbox #loginform a:hover {
	color: #a08c50;
}


/* ----------------------------------------------------
   C O N T E N T S
------------------------------------------------------*/

#contents {
	display: inline;
	float: left;
	overflow: visible;
	margin: 0 5px 0 5px;
	padding: 10px 10px 30px 10px;
	width: 900px;
}


/* ----------------------------------------------------
   F O O T E R
------------------------------------------------------*/

#footer {
	background: url(../images/footer.png) #f1e8d0 left top no-repeat;
	float: left;
	height: 90px;
	width: 100%;
}

#footer p {
	color: #262626;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
}

#footer p.left {
	display: inline;
	float: left;
	margin: 20px 0 0 20px;
}

#footer p.right {
	display: inline;
	float: right;
	margin: 15px 15px 0 0;
}

#footer p.right img {
	/* border: solid 1px #dbcb9e; */
	margin: 0 2px 0 2px;
}

#footer p a {
	color: #a08c50;
}

#footer p a:hover {
	color: #7c6a34;
}


/* ----------------------------------------------------
   P A G E F O O T E R
------------------------------------------------------*/

#pagefooter {
	float: left;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 2px;
	width: 100%;
}

#pagefooter p.meta {
	color: #262626;
	font-size: 10px;
	margin-right: 4px;
	text-align: right;
}

#pagefooter a {
	color: #a01a00;
}

#pagefooter a:hover {
	text-decoration: underline;
}

/* ----------------------------------------------------
    F O R M   E L E M E N T S
------------------------------------------------------*/

.input-error{
	background-color: #FFFF00;
}

input.error { border: 1px dotted red; }

.block { display: block; }

form label.error { display: none; }

.errormessage {
	color:red;
	font-size: 14px;
	font-weight:bold;
}

.hidden {
	display: none;
}

#loader, #loader2 {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	background: url(/images/semi-transparent.gif) repeat;
	/*
	background-color: #eee;
	opacity: 0.5
	*/
}

#loader .loadimage,
#loader2 .loadimage {
	width: 100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 300px;
}