/* Main stylesheet */
@import url("stylesheet_tags.css");
@import url("form.css");
@import url("menu.css");
@import url("tables.css");
@import url("rightcol.css");
@import url("search.css");

/* Tag Definitions limited to ID's */
html {
	height: 100%;
	overflow-y: scroll;
}

body {
	margin: 0 0 20px 0;
	padding: 0;
  background-color: #34352F;
	background-image: url(../images/Background_main.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

A {
	color: #ff7e00;
	text-decoration: none;	
}

A:hover {
	color: #34a6df;
	text-decoration: none;
}

/* Layout classes and ID's */
.pagewidth {
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.headerRow {
	height: 160px;
	width: 960px;
	background-position: left top;
	background-repeat: no-repeat;
}

.logoLangArea {
  height: 135px;
}

.logo {
	float: left;
}

.logo IMG {
	display: block;
	height: 159px;
	width: 230px;
}

.menuLang {
  float: right;
  text-align: right;
  padding: 0;
}

.menuHeader IMG {
  display: inline;
}

.menuHeader {
	width: 730px;
	float: left;
}

.menuMeta {
  float: right;
  margin: 10px 10px 0 0;
	color: #FFFFFF;  
}

.menuTop {
  float: left;
  clear: both;
  margin: 121px 10px 0 0;
  font-size: 85%;
}

.searchDiv {
  float: right;
}

.statusRow {
	margin-bottom: 10px;
}

.menuMain { 
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #3b3b3b;
}

.wrapper {
	height: 100%;
	margin-top: 10px;
}

.leftcol {
	width: 220px;
	float: left; 
	padding-right: 10px;
}

.oneCol {
	width: 710px;
	float: left;
	background-color: #f6f4f0;	
	padding: 10px;
	min-height: 400px;	
}

.twocols {
	width: 730px;
	float: right;
	background-color: #f6f4f0;
	padding-top: 10px;
}
 
.rightcol {
	float: right;
	width: 200px;
	padding: 0 10px 0 0; 
  margin-bottom: 10px;
}

.maincol {
	float: left;
	width: 500px;
	padding: 0 0 25px 10px;
	min-height: 400px;
}



/* Footer */
.footerRow {
	height: 25px; 
	clear: both;
	padding: 0 0px 0 10px;
	font-size: 100%;
}

.copyright,
.address {
	float: right;
	padding: 0 0px 0 0px;
	line-height: 25px;
	color: #FFFFFF;
	font-size: 90%;
}

.address P {
	line-height: 25px;
}

.copyright {
	padding-left: 0;
	width: 200px;
}

.copyright A {
	color: #FFFFFF;
	text-decoration: none;
}

.copyright A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.menuFooter {
	float: left;
	text-align: left;
	color: #FFFFFF;	
}



/* CLASSES */
/* Classes for Filelinks */
.fileContainer {
	margin-bottom: 10px;
}
§
.fileIcon,
.fileLink {
	min-height: 18px;
}

.fileLink {
	padding-left: 30px;
}

.fileIcon {
	width: 30px;
	float: left;
	clear: left;
}

.fileRemark,
.fileInfos {
	font-size: 90%;
	padding-left: 30px;
	clear: both;
}

.clear {
	clear: both;
}


/* classes for 3 cols with layout option */
.threeColBox1st2nd,
.threeColBox3rd {
	width: 160px;
	float: left;
	margin: 0 15px 15px 0;
}

.threeColBox3rd {
	margin-right: 0;
}

/* this box is required after 3 col boxes */
.oneColBox {
	width: 500px;
	float: left;
	margin-bottom: 15px;
}

.backLink {
	clear: both;
	float: right;
	margin-top: 10px;
}


/* CSS STYLED CONTENT OVERRIDES */

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 1px solid #FF7E00;
	padding:0;
}

.maincol .csc-linkToTop {
  margin: 5px 0 15px 0;
	text-align: right; 	
	background-image: url(../images/separator.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}
	
.maincol .csc-linkToTop A { 
	color: #000000; 
	text-decoration: none; 
}

.csc-frame-rulerAfter {
	background-image: url(../images/separator.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 1px;
  margin: 10px 0 15px 0;
	width: 510px;
	clear: left;
}

.csc-mailform-field IMG {
	margin-top: 4px;
}


/* extensions with minimal styles */
#captchaResponse {
	margin: 4px 5px 0pt 120px;
	vertical-align: top;
	width: 114px;
}

.tx-flvplayer-pi1 {
	text-align: left;
}