/*#########################GENERAL DEFINITIONS#########################*/

html, body {
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:76%;	
	color:#333333;
	background:#E7E7E7 url(../img/body-bg.gif) no-repeat;
}

caption {
	display:none;
}

h1,h2,h3,h4,h5,h6,p,ol,ul,li,a {
	margin:0;
	padding:0;
}

h1 span, h2 span, h3 span {
	display:none;
}

ol,ul {
	padding-left:1.5em;
}

a {
	color:#596AAB;
	text-decoration:none;
}

a:hover {
	color:#596AAB;
	border-bottom:1px #596AAB solid;
}

.clearing {
	clear:both;
}



/*#########################PAGE LAYOUT#########################*/

#page {
	padding:25px 0 25px 50%;
	margin-left:-400px;
}

#header {
	width:725px;
	height:225px;
	border-bottom:1px #7CAD47 solid;
	/*BEN: Now controlled via media-field in pages-record, rendered as normal image*/
	/*background:url(../img/header-dummy3.jpg) no-repeat;*/
}

#mainmenu {
	width:725px;
	height:24px;
	border-bottom:1px #7CAD47 solid;
	background:url(../img/mainmenu-bg.gif) repeat-x;
}

#mainmenu ul {
	list-style-type:none;
	padding:4px 0 0 15px;
}

#mainmenu ul li {
	float:left;
	padding-right:25px;
	font-size:1.1em;
}

#mainmenu ul li.off a {
	color:#000000;
}

#mainmenu ul li.off a:hover {
	border-bottom:1px #000000 dotted;
}

#mainmenu ul li.on a {
	color:#FFFFFF;
	font-weight:bold;
}

#mainmenu ul li.on a:hover {
	cursor:default;
	border-bottom:none;
}

#contentarea {
	width:725px;
	background:#F6F6F6;
}
#content-left {
	width:235px;
	float:left;
}

#submenu-container {
	width:180px;
	padding:25px 0 25px 15px;
}

#submenu-top {
	width:180px;
	height:10px;
	background:url(../img/submenu-top-bg.gif) no-repeat;
}

#submenu {
	width:180px;
	min-height:180px;
	background:url(../img/submenu-middle-bg.gif) no-repeat;
}

#submenu ul {
	list-style-type:none;
	padding:0 0 0 10px;
}

#submenu ul li {
	font-size:1.0em;
	line-height:1.6em;
}

#submenu ul.level2 {
	padding:0 0 0.9em 15px;
}

#submenu ul.level2 li {
	font-size:0.9em;
	line-height:1.4em;
}

#submenu ul li.off a {
	color:#FFFFFF;
}

#submenu ul li.off a:hover {
	border-bottom:1px #FFFFFF dotted;
}

#submenu ul li.on>a {
	color:#FFFFFF;
	font-weight:bold;
}

#submenu ul li.on>a:hover {
	border-bottom:none;
}

#submenu ul.level2 li.on>a {
	color:#FFFFFF;
	padding-right:25px;
	background:url(../img/submenu-arrow.gif) right 5px no-repeat;
}

#submenu ul.level2 li.on>a:hover {
	cursor:default;
	border-bottom:none;
}

div.tx-srlanguagemenu-pi1 {
	padding:30px 0 0 0;
	margin:0;
}

div.tx-srlanguagemenu-pi1 ul {
	list-style-type:none;
}

div.tx-srlanguagemenu-pi1 ul li {
	float:left;
}

div.tx-srlanguagemenu-pi1 ul a, div.tx-srlanguagemenu-pi1 ul a:hover, div.tx-srlanguagemenu-pi1 ul img {
	padding:0;
	border:none;
	margin:0 2px 0 0;
}

#submenu-bottom {
	width:180px;
	height:10px;
	background:url(../img/submenu-bottom-bg.gif) no-repeat;
}

#col-left {
	width:180px;
	padding:0 40px 25px 25px;
}

#col-left p, #col-left ol, #col-left ul {
	font-size:0.9em;
	line-height:1.4em;
	margin:0 0 0.9em 0;
}

#content-right {
	float:left;
	width:475px;
}

#col-norm {
	width:415px;
	padding:25px 45px 25px 15px;
}

#col-norm h1, #col-left h1 {
	margin:1.1em 0 0.2em 0;
}

#col-norm h2, #col-left h2 {
	margin:1.1em 0 0.2em 0;
}

#col-norm .csc-header-n1 h1 {
	margin:0 0 0 0;
}

#col-norm h3, #col-left h3 {
	font-size:1.1em;
	line-height:1.1em;
	text-transform:uppercase;
	color:#666666;
	margin:0 0 0.2em 0;
}

#col-norm p, #col-norm ol, #col-norm ul {
	font-size:1.0em;
	line-height:1.6em;
	margin:0 0 1.1em 0;
}

#col-norm ol, #col-norm ul {
	padding-left:3.2em;
}

#col-norm table {
	font-size:0.9em;
	line-height:1.4em;
	vertical-align:top;
	margin:0 0 1.1em 0;
}

#col-norm table tr.tr-even {
	background:#E7E7E7;
}

#col-norm table tr.tr-odd {
	background:#DCDCDC;
}

#col-norm table td {
	padding:3px;
}

#col-norm table td.td-0 {
	font-weight:bold;
	vertical-align:top;
	padding-right:10px;
}

#col-norm table tfoot * {
	font-weight:bold;
	color:#0088BB;
}

.csc-textpic-imagewrap {
	margin-top:0.4em;
}

.csc-textpic-image a:hover {
	border:none;
}

.csc-textpic-caption {
	font-size:0.8em;
	color:#666666;
	text-align:right;
}

#footer {
	width:725px;
	height:30px;
	background:url(../img/footer-bg.gif) no-repeat;
}

#footer div {
	width:400px;
	padding:10px 0 0 250px;
}

#footer div * {
	color:#A9A9A9;	
}

#footer a {
	border-bottom:1px #A9A9A9 dotted;
}

#footer a:hover {
	color:#666666;	
	border-bottom:1px #666666 solid;
}

#footer p, #footer ul, #footer ul li {
	float:left;
}

#footer p {
	font-size:0.9em;
}

#footer ul {
	list-style-type:none;
}

#footer ul li {
	font-size:0.9em;
	padding-right:25px;
}



/*#########################TT_NEWS#########################*/

#col-left .news-list-container, #col-left .news-latest-container {
}

#col-left .news-list-item, #col-left .news-latest-item {

}

#col-left .news-list-item h2, #col-left .news-latest-item h2 {
	font-size:1.1em;
	line-height:1.1em;
	text-transform:uppercase;
	color:#666666;
	padding:0;
	margin:0 0 0.4em 0;
}

#col-left .news-list-item a, #col-left .news-latest-item a {

}

#col-left .news-list-item p.news-list-date, #col-left .news-latest-item p.news-latest-date {
	font-size:0.8em;
	line-height:1.2em;
	color:#B4CB70;
	padding:0;
	margin:1.6em 0 0 0;
}

#col-left .news-list-item p, #col-left .news-latest-item p {
	color:#666666;
}

#col-left .news-list-morelink, #col-left .news-latest-morelink {
	float:right;
	margin:-2.3em 10px 0 0;
	background:F6F6F6;
}

#col-left .news-latest-gotoarchive {

}

#col-left .news-list-browse {

}
