/*
	Site CSS 
*/
* {
	margin: 0;
	padding: 0;
	font-size: 101%;
	font-size: 14px;
	font-family: Arial, Verdana, 'Times New Roman';
}


ul {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

a {
	color: #e7501e;
}

a:link {
	color: #e7501e;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align:top;
}

/* 
	Header and content CSS
*/

#contentTopWrapper {
	position: relative;
}

#background {
	height: 250px;
	background-image: url('/img/dark_bg.png');
	background-repeat: repeat-x;
	background-position: 0 0;
	position: absolute;
	top: 100px;
	z-index: -2;
	width: 100%;
}

.site {
	width: 890px;
	margin: 0 auto;
}
.header {
	height: 100px;
}

.header .headerLeft {
	float: left;
	width: 717px;
	margin-top: 48px;
}

.header .headerRight {
 	float: right;
 	width: 173px;
 	height: 100px;
}

.contentTop {
	height: 250px;
	clear: both;
}

.contentTopWrapper {
	width: 890px;
	height: 250px;
}

.topLeft {
	float: left;
	width: 688px;
	height: 250px;
}

.topRight {
	float: left;
	width: 154px;
	height: 250px;
	margin-left: 48px;
}

.contentBottom {
	width: 900px;
}

.bottomLeft {
	float: left;
	width: 686px;
	margin-right: 45px;
	margin-bottom: 45px;
}

.bottomRight {
	float: left;
	width: 169px;
	padding-top: 50px;
	padding-bottom: 50px;
}

#loginForm input{
	margin-top: 50px;
	margin-right: 10px;
	width: 120px;
}

#loginForm a {
	margin-left: 10px;
	text-decoration: none;
	font-size: 14px;
}

.languageSelect {
	margin-top: 22px;
	margin-left: 5px;
}
.languageSelect ul li {
	float:left;
	list-style-type:none;
	margin-left:5px;
}

.languageSelect ul li a {
	color:#E7501E;
	font-size:11px;
}

.rightMenuWrapper {
	margin-left: 5px;
}
.rightMenu {
	float: left;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 227px;
}

.rightMenu a {
	text-decoration: none;
	font-size: 11px;
	color: #ffffff;
}

.rightMenu.active {
	background: #f8f8f8;
}

.rightMenu.active a {
	color: #423f3f;	
}

/*
	Links
*/
a.siteLink {
	padding-left: 20px;
	padding-bottom: 3px;
	font-size: 14px;
	line-height: 20px;
	height: 22px;
	font-family: Arial, 'Times New Roman';
	text-decoration: underline;
	color: #000000;
	cursor: pointer;
}

a.siteLink:active {
	text-decoration: none;
}


/*
	DECORATED INPUT FIELDS
	
*/
.inputField {
	clear: both;
	width: 99%;
	line-height: 20px;
}

.inputField label {
	font-size: 14px;
}

.inputField .inputFieldLabel {
	margin-top: 8px;
	float: left;
	width: 30%;
}

.inputFieldInput {
	margin-top: 8px;
	font-size: 14px;
	font-weight: bold;
	width: 70%;
	float: left;
	text-align: left;
}

 

.inputFieldInput table {
	width: 300px;
}

.inputField input,.inputField textarea {
	border: 1px solid #c8c8c8;
	padding: 2px;
	background-color: #FFFFFF;
	width: 100%;
	color: #000000;
	font-size: 14px;
}


.inputFieldInput input[type=checkbox] {
	width: 20px;
	border: 0px;
}

.inputField select {
	border: 1px solid #c8c8c8;
	padding: 2px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 14px;
}

.inputField .error input, .inputField .error textarea {
	border: 1px solid red;
}

.inputFieldInput a {
	color: #000000;
	}

.inputFieldRemark {
	font-size: 14px;
	line-height: 15px; 
	clear: both;
	width: 100%;
}
/*
	Tabs
*/
.siteTabs {
	margin-bottom: 20px;
}

.siteTab {
	float: left;
	height: 24px;
	width: 200px;
	padding-top: 10px;
	padding-left: 10px;
	margin-right: 10px;
}

.siteTab a {
	font-size: 14px;
	color: #000000;
	display: block;
}

.siteTab:active a {
	color: #E8511E;
}

.siteTab a {
	font-size: 14px;
	color: #000000;
	display: block;
}

/*
	Main Headline Boxes
	
*/
.mainHeadlineBox {
	clear: both;
	height: 34px;
	width: 100%;
	color: #9e1019;
}

.marginBottom {
	margin-bottom: 15px;
}


.mainHeadlineBox div {
	padding-top: 10px;
	padding-left: 11px;
	height: 24px;
}

.mainHeadlineBox h1,.mainHeadlineBox span {
	font-size: 14px;
	font-weight: normal;
	color: inherit;
	float: left;
}

.mainHeadlineBox span {
	margin-left: 7px;
	margin-right: 7px;
}

.mainHeadlineBox h2 {
	font-size: 14px;
	font-weight: bold;
	color: inherit;
}

.contentRemark h1 {
	font-size: 11px;
	font-weight: normal;
	width: 99%;
	color: #9d948e;
	border: 1px solid #c8c8c8;
	padding: 3px;
}

.dividingLine {
	margin-top: 20px;
	margin-bottom: 25px; 
	border-bottom: 1px dashed #c8c8c8;
}

table.mceListBox.mceListBoxEnabled.mce_styleselect {
	width: 120px;
}

td.mceFirst {
	width: 120px;
}

td.mceFirst .mceText {
	width: 100px !important;
}

.templateMessages {
	height: 35px;
	margin-left: 50px;
}

span.rich-messages-label {
	font-size: 14px;
}

.jstest {
	font-size: 17px;
	margin-top: -100px;
	clear: both;
	color: #ae1820;
}


