/* Main stylesheet */
@import url("stylesheet_tags.css");
@import url("form.css");
@import url("menu.css");
@import url("tables.css");
@import url("search.css");
@import url("news.css");
@import url("rightcol.css");

/* Tag Definitions limited to ID's */
html {
	height: 100%;
	overflow-y: scroll;
}

body {
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #EBEBEB;
	background-position: top;
	background-repeat: repeat-x;
}

A {
	color: black;
}

A:hover {
	text-decoration: none;
}

/* Layout classes and ID's */
.pagewidth {
	background-color: #FFFFFF;
	width: 960px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}

.headerRow {
	height: 130px;
	width: 960px;
	background-position: left top;
	background-repeat: no-repeat;
}

.logoLangArea {
  height: 100px;
}

.logo {
	float: left;
	margin: 15px 0 0 0px;
	margin-top: 10px;
}

.logo IMG {
	display: block;
}

.menuLang {
  float: right;
  text-align: right;
  padding: 0;
}

.menuHeader IMG {
  display: inline;
}

.menuMeta {
  float: right;
  margin-right: 10px;
}

.searchDiv {
  float: right;
}

.statusRow {
	margin-bottom: 10px;
}

.menuMain { 
	margin-bottom: 25px;
}

.wrapper {
	height: 100%;
	margin-top: 10px;
}

.leftcol {
	width: 180px;
	padding: 0px 20px 0px 0px;
	float: left; 
}

.oneCol {
	width: 720px;
	float: left;
	padding: 0 10px 10px 10px;
}

.twocols {
	width: 760px;
	float: right;
}
 
.rightcol {
	float: right;
	width: 180px;
	padding: 0px 0px 0px 20px;
	margin-bottom: 10px;
	padding-top: 0px;
}

.maincol {
	float: left;
	width: 560px;
	padding: 0px 0px 25px 0px;
	min-height: 400px;
}

.visual {
margin-bottom: 40px;
}


/* Footer */
.footerRow {
	height: 25px; 
	clear: both;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	background-color: #FFFFFF;
	border-top: 1px solid #666666;
}

.copyright,
.address {
	float: left;
	padding: 0 10px 0 10px;
	line-height: 25px;
	color: #545454;
	font-size: 90%;
}

.address P {
	line-height: 25px;
}

.copyright {
	padding-left: 0;
	width: 180px;
}

.copyright A {
	color: #545454;
	text-decoration: none;
}

.copyright A:hover {
	color: #2A78C1;
}

.menuFooter {
	float: right;
	text-align: right;
}



/* 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 */
.maincol .csc-linkToTop {
	margin: 10px 0 10px 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 center;
	background-repeat: repeat-x;
	height: 12px;
	width: 510px;
	clear: left;
}

.csc-mailform-field IMG {
	margin-top: 4px;
}

/* Border just around the image */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 1px solid black;
	border-color: #CCCCCC;
	padding: 0px 0px;
}


/* extensions with minimal styles */
#captchaResponse {
	margin: 4px 5px 0pt 120px;
	vertical-align: top;
	width: 114px;
}

.tx-flvplayer-pi1 {
	text-align: left;
}
