/*~~~~~~~~~~~~ [regular classes/selectors definitions] ~~~~~~~ */

BODY, PRE, TD, LI, UL, FORM, INPUT, OL, DL, SELECT, TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    margin: 0px;
    padding: 0px;
	vertical-align: top;
	color: #dfdfdf;
}

p {
	margin: 10px 0px 5px 5px;
	padding: 0;
	text-indent: 0;
}

a {
	color: #ff0000;
}

a:hover {
	text-decoration: none;
}

input, select {
	color: #505050;
}

/*~~~~~~~~~~~~ [ General Layout ] ~~~~~~~ */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #000;
	text-align: center;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:740px;
	text-align: left;
	background-color: #282924;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	border-left: 1px solid #7b0000;
	border-right: 1px solid #7b0000;
}

div#header {
	padding-bottom: 43px;
	border-bottom: 1px solid #3a3b36;
	margin-bottom: 1px;
}

div#header img {
	display: block;
}

div#leftcolumn {
	float: left;
	width: 200px;
}

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
}

div.inside {
	margin-left: 200px;
}
/*~~~~~~~~~~~~ [header general] ~~~~~~~ */

div#mainimg {
	background: #3a3b36;
	padding: 20px 0px;
}

ul#mainmenu {
	margin: 10px 0px;
	padding: 0;
	height: 40px;
	border-top: 2px solid #3a3b36;	
	list-style: none;
	text-align: center;
}

ul#mainmenu li {
	background: url(img/menuitem-bg.gif) no-repeat;
	width: 230px;
	display: block;
	float: left;
	margin: 0px 6px;
}

ul#mainmenu li a {
	display: block;
	line-height: 40px;
	color: #fff !important;
	text-align: center;
	font-size: 12pt;
	text-decoration: none;
}

/*~~~~~~~~~~~~ [header general] ~~~~~~~ */

h2 {
	color: #ff0000;
	font-size: 18pt;
}

div.tx-srlanguagemenu-pi1 {
	float: right;
	margin: 13px 17px;
}

div.tx-srlanguagemenu-pi1 div {
	float: none !important;
	display: inline !important;
}

div.tx-srlanguagemenu-pi1 img {
	display: inline !important;
}

/*~~~~~~~~~~~~ [footer] ~~~~~~~ */

div#footer {
	position:absolute;
	margin: 0px 20px;
	bottom:0; /* stick to bottom */
	border-top:1px solid #5f5f5f;
	width: 700;
	padding: 10px 0px;
}


ul#footermenu {
	float: right;
	list-style: none;
}

ul#footermenu li {
	display: inline;
	padding: 0 10px;
}

ul#footermenu li  a {
	color: #dfdfdf !important;
}

div#copyright {
	float: left;
}

div#copyright a {
	color: #dfdfdf !important;
}

/*~~~~~~~~~~~~ [content ] ~~~~~~~ */

/*~~~~~~~~~~~~ [ inside ] ~~~~~~~ */

ul#leftmenu {
	list-style: none;
	margin-left: 20px;
	width: 170px;
	margin-top: 30px;
}

ul#leftmenu li {
	background: url(img/leftmenu-li-bg.gif) repeat-x left bottom;
}

ul#leftmenu li a {
	display: block;
	color: #909090;
	background:url(img/leftmenu-a-bg.gif) no-repeat right 0.5em;
	line-height: 28px;
	text-decoration: none;
	margin: 0px 7px;
}

.csc-textpic-caption {
	padding-top: 20px;
	font-size: 14pt;
}

div.csc-textpic-imagewrap img {
	border: 3px solid #940000;
}

/*~~~~~~~~~~~~ [ teaser ] ~~~~~~~ */

.tx-bfteaser-pi1 { 
		color:#333333; 
		margin:0px; 
		line-height:16px; 
}

.tx-bfteaser-pi1 img {
	border: 1px solid #a00303;
	margin-right: 10px;
}

.tx-bfteaser-pi1 H3 {
	font-weight:bold; 
	font-size:14px; 
}

.tx-bfteaser-pi1 H3 A {
	color: #c9cdbb !important;
	text-decoration: none !important;
}
.tx-bfteaser-pi1 H4 {
	font-size:10px;
	color: 757575; 
}
.tx-bfteaser-pi1 P {
	color: 757575; 
	font-size:10px;
	font-weight: bold; 
}
.tx-bfteaser-pi1 A:link {
}
.tx-bfteaser-pi1 A:hover {
}
.tx-bfteaser-pi1 A:visited { 
}
.tx-bfteaser-pi1 td { 
	padding:5px; 
}

/*~~~~~~~~~~~~ [ CVs ] ~~~~~~~ */

h5 {
	font-weight: bold;
	font-size: 12pt;
}

h6 {
	font-weight: bold;
	font-size: 10pt;
	color: #909090;
}

table#venue td {
	vertical-align: top; 
}

table#venue td p {
	color: #909090;
}

div.contadrr {
	margin-left: 110px;
}

ul.csc-menu-1 {
	list-style: none;
	float: right;
	height: 30px;
}

ul.csc-menu-1 li {
	padding: 0px 10px;
	display: inline;
}

td.partcell {
	padding: 20px 0px 20px 0px;
	border-bottom: 1px solid #606060;
	text-align: center;
	
}

td.partcell a {
	color: #c9cdbb !important;
	text-decoration: none;	
}

.copoinfo {
	width: 100%;
	padding-bottom: 5px;
}

.copoinfo, .copoinfo a {
	font-size: 7pt;
	color: #000000;
}