/* ---------------------------------------------------- reset ---------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,button,input,textarea,p,blockquote,th,td 
{  
	margin: 0; 
	padding: 0; 
} 

/* ---------------------------------------------------- general ---------------------------------------------------- */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	color: #000;
	background: #7ab1d8 url('../gfx/body-bg.jpg') repeat-x 0 0;
}

td,th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

input, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;

}

.textInput, textarea {
	border: solid 1px #a5acb2;
}

td { vertical-align: top; }

img { border: none; }

a
{
	text-decoration: none;
	color: #0085B6;
}

a:visited { color: #666;}
a:hover 
{
	text-decoration: underline;
	color: #003399; 
}

p {	margin: 0 0 20px 0; }

ul, ol { margin: 0 0 20px 0;}

ul li { margin: 2px 18px 2px 18px; }

ol li { margin: 2px 30px 2px 30px; }

h1 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 35px;	
	color: #006699;
	margin: 0 0 20px 0;
	font-weight: normal;
	clear: both;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0 0 20px 0;	
	clear: both;	
}

h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 20px 0;	
	clear: both;	
}

.Left {
	float: left;
}

.Right {
	float: right;
}

.clearBoth {
	clear: both !important;
}

.clear {
	clear: both;
	font-size: 1px;
	height: 0;
}

.noMargin {
	margin: 0 !important;
}

.csc-textpic-caption {
	padding: 8px;
	background-color: #F2F2F2;
}

div.contentHeader {
	background: url('../gfx/contentHeader-bg.jpg') no-repeat 0 0;
	height: 39px;
	width: 507px;
	line-height: 39px;
	text-indent: 12px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 24px;
	margin: 0 0 20px 0;
	/*font-weight: bold;*/
}

/* ---------------------------------------------------- container ---------------------------------------------------- */

div#outerContainer
{
	width: 963px;
	margin: 0 auto 0 auto;
	padding: 0 0 15px 0;
}

div#borderContainer
{
	width: 963px;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

div#borderContainerLeft
{
	position: absolute;
	background: url('../gfx/borderContainerLeft-bg.png') no-repeat 0 0;
	width: 9px;
	height: 2500px;
	left: 0;
	top: 0;
}

div#borderContainerRight
{
	position: absolute;
	width: 9px;
	background: url('../gfx/borderContainerRight-bg.png') no-repeat 0 0;
	height: 2500px;
	right: 0;
}

div#borderContainerBottom
{
	clear: both;
	width: 963px;
	background: url('../gfx/borderContainerBottom-bg.png') no-repeat 0 0;
	height: 19px;
}

div#innerContainer
{	
	width: 945px;
	background: #FFF;
	margin: 0 0 0 9px;
}

/* ---------------------------------------------------- header ---------------------------------------------------- */

div#header
{
	position: relative;
	height: 89px;
	margin: 0 30px 0 22px;	
}

/* ---------------------------------------------------- logo ---------------------------------------------------- */

div#logo 
{
	position: absolute;
	left: 0;	
	top: 8px;
}

/* ---------------------------------------------------- mainNav ---------------------------------------------------- */

div#mainNav 
{
	height: 42px;
	width: 903px;	
	color: #FFF;
	background: url('../gfx/mainNav-bg.gif') repeat-x 0 0;
	margin: 0 0 0 21px;
	position: relative;
}

div#mainNavBorderLeft 
{
	background: url("../gfx/mainNav-borderLeft.gif") no-repeat 0 0;	
	width: 3px;
	height: 42px;
	position: absolute;
	top: 0;
	left: 0;
}

div#mainNavBorderRight
{
	background: url("../gfx/mainNav-borderRight.gif") no-repeat 0 0;	
	width: 5px;
	height: 42px;
	position: absolute;
	top: 0;
	right: 0;
}

div#mainNav ul
{
	margin: 0;
	padding: 0;
	height: 37px;
	list-style: none;
	margin: 0 0 0 3px;
}

div#mainNav ul li 
{
	float: left;
	height: 37px;	
	background: url("../gfx/mainNav-itemSeperator-bg.gif") no-repeat right 0;
	padding: 0 2px 0 0;
	margin: 0;
}

div#mainNav ul li a 
{
	display: block;
	line-height: 37px;
	height: 37px;
	background: url("../gfx/mainNav-itemNo-bg.gif") repeat-x 0 0;
	color: #FFF;
	text-decoration: none;
	float: left;
	text-align: center;
	padding: 0 23px 0 23px;
}

div#mainNav ul li a:hover 
{ 
	background: url("../gfx/mainNav-itemAct-bg.gif") repeat-x 0 0; 
	color: #000;
}

div#mainNav ul li.act1 a,
div#mainNav ul li.act2 a,
div#mainNav ul li.act3 a,
div#mainNav ul li.act4 a,
div#mainNav ul li.act5 a 
{
	background: url("../gfx/mainNav-itemAct-bg.gif") repeat-x 0 0;
	color: #000;
	font-weight: bold;
}

/* ---------------------------------------------------- mainNavSearch ---------------------------------------------------- */

/*NEW*/

div#mainNavSearch {
	position: absolute;
	top: 9px;
	right: 15px;
}

/*NEW*/
div#mainNavSearch input.searchInput {
	height: 17px;
	vertical-align: top;
	width: 90px;
	border: solid 1px #999;
}

div#mainNavSearch input.searchButton {
	vertical-align: top;
	margin: 0 0 0 5px;
	border: none;
}

/* ---------------------------------------------------- pageImg ---------------------------------------------------- */

div#pageImg 
{
	margin: 0 0 5px 21px;
}


/* ---------------------------------------------------- breadcrumbNav ---------------------------------------------------- */

div#breadcrumbNav 
{
	color: #666;
	margin: 0 0 0 23px;
}

div#breadcrumbNav  a
{
	color: #666;
	text-decoration: underline;	
}

/* ---------------------------------------------------- contentContainer ---------------------------------------------------- */

div#contentContainer 
{
	margin: 25px 0 20px 0;
}

div#contentContainer div#leftColumn 
{ 
	float: left; 
	width: 222px;
	margin: 0;
	min-height: 100px;
}

div#contentContainer div#mainColumn 
{ 
	float: left; 
	width: 507px;
	margin: 0 19px 0 0;
}

div#contentContainer div#rightColumn 
{ 
	float: left; 
	width: 179px;
	margin: 0;
}

div#leftColumn  div.csc-textpic {
	margin: 0 0 0 22px;
}


/* ---------------------------------------------------- subNav ---------------------------------------------------- */

div#subNavHeadline
{
	width: 179px;
	height: 31px;
	padding: 0;
	margin: 0 0 0 24px;
	position: relative;
	left: -2px;
	top: 2px;
	background: url("../gfx/subNavHeadline-bg.jpg") no-repeat 0 0;
	color: #FFF;
	line-height: 29px;
	text-indent: 9px;
	font-weight: bold;
	font-size: 12px;
}

ul#subNav
{
	width: 176px;
	padding: 0;
	margin: 0 0 20px 24px;
	list-style: none;	
}

ul#subNav li 
{ 
	width: 176px; 
	margin: 0;
	padding: 0;
	background: url("../gfx/subNav-itemNo-bg.gif") repeat-x 0 0;	
}

ul#subNav li.lastItem
{ 
	width: 176px; 
	margin: 0;
	padding: 0;
	background: url("../gfx/subNav-lastItem-bg.gif") repeat-x 0 0;	
}

ul#subNav li.act
{ 
	width: 176px; 
	margin: 0;
	padding: 0;
	background: url("../gfx/subNav-itemAct-bg.gif") repeat-x 0 0;	
}

ul#subNav ul.subNavLevel2
{
	width: 176px;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#subNav li a 
{
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 11px;
	line-height: 25px;
	padding: 0 0 0 24px;
	background: url("../gfx/subNav-arrowNo.gif") no-repeat 6px 6px;
}

ul#subNav li a.act {
	background: url("../gfx/subNav-arrowAct.gif") no-repeat 6px 6px;
}

ul#subNav ul.subNavLevel2 li a { background: none; }

ul#subNav ul.subNavLevel2 li { background: url("../gfx/subNav2-itemNo-bg.gif") repeat-x 0 0; }

ul#subNav ul.subNavLevel2 li.lastItem { background: url("../gfx/subNav2-lastItem-bg.gif") repeat-x 0 0; }


/* ---------------------------------------------------- footer ---------------------------------------------------- */

div#footer 
{
	clear: both;
	margin: 0 0 0 24px;
	padding: 6px 0 7px 0;	
	color: #666;
	border-top: solid 1px #999;
	width: 899px;
}

div#footer a 
{
	color: #666;
	text-decoration: underline;
}

/* ---------------------------------------------------- csc-sitemap ---------------------------------------------------- */

div.csc-sitemap ul 
{
	list-style-type: none;
	margin: 10px 0 50px 0;
}

div.csc-sitemap ul ul li { margin: 3px 0 3px 0; }

div.csc-sitemap ul li a 
{
	color: #0E6D81;
	text-decoration: none;
	font-weight: bold;
}

div.csc-sitemap ul ul 
{
	list-style-type: disc;
	margin: 0;
}

div.csc-sitemap ul ul li 
{
	margin: 3px 0 3px 18px;
}

/* ---------------------------------------------------- news ---------------------------------------------------- */

div.news-latest-image,
div.news-list-image
{
	width: 125px; 
	float: left;
}

div.news-latest-text,
div.news-list-text
{
	width: 350px;
	float: left;
}

div.news-latest-text p,
div.news-list-text p
{
	display: inline;
}

div.news-list-line,
div.news-latest-line,
div.news-single-line
{
	clear: both;
	padding: 20px 0 20px 0;
	background: url("../gfx/news-line-bg.gif") repeat-x 0 20px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	width: 504px;
}

div.news-single-item div.news-single-line 
{
	background-position: 0 0;
	padding: 0 0 20px 0;
}


div.news-latest-date-author,
div.news-list-date-author,
div.news-single-date-author
{
	color: #999;
}

div.news-latest-date-author p,
div.news-list-date-author p,
div.news-single-date-author p
{
	display: inline;
}

div.news-latest-text h3,
div.news-list-text h3
{
	margin: 0;
}

.news-single-img 
{
	float: left;
	margin: 0 10px 0 0;
}

/* ---------------------------------------------------- events ---------------------------------------------------- */

/*NEW*/

div#rightColumn h1
{
	width: 179px;
	height: 31px;
	padding: 0;
	margin: 0 0 10px 0;
	position: relative;
	left: -2px;
	top: 2px;
	background: url("../gfx/subNavHeadline-bg.jpg") no-repeat 0 0;
	color: #FFF;
	line-height: 29px;
	text-indent: 9px;
	font-weight: bold;
	font-size: 12px;
}

div#rightColumn div.events-latest-container {
	width: 175px;
	margin-bottom: 20px;
}

div#rightColumn div.events-latest-text {
	padding: 0 0 0 7px;
}

div#rightColumn div.events-latest-date-author {
	padding: 2px 0;	
}

div#rightColumn div.events-latest-text h3 {
	margin: 0;
	display: inline;
}

div.events-latest-line {
	clear: both;
	padding: 10px 0 10px 0;
	background: url("../gfx/news-line-bg.gif") repeat-x 0 10px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	width: 175px;
}

/* new */
table.table-with-borders {
	border: solid 1px #000;
	border-collapse: collapse;
	white-space:nowrap;	
	margin: 0 0 10px 0;
}

table.table-with-borders tr, 
table.table-with-borders td {
	border: solid 1px #000;
	border-collapse: collapse;
	white-space:nowrap;
	margin: 0;
	padding: 2px;
}


/* NEW */

.tx-srlanguagemenu-pi1 {
	position: absolute; 
	right: -6px; 
	top: 46px;
	width: 130px;
	text-align: right;
}

.tx-srlanguagemenu-pi1 select {
	width: 124px; 
	height: 20px; 
	font-size: 11px; 
	position: relative; 
	top: 2px; 
	border: 1px solid #999;
}

.tx-srlanguagemenu-pi1 form,
.tx-srlanguagemenu-pi1 fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.tx-srlanguagemenu-pi1 legend,
.tx-srlanguagemenu-pi1 label {
	display: none;
}

.customwrap{
	padding:20px;
	background:#F2F2F2;
	margin-bottom:15px;
	position:relative;
	top:-18px;
	text-align:center;
	margin:2px;
}

.customwrap input{
	width:50%;
}
