@charset "UTF-8";
/*
Theme Name: Papadeos Theme
Description: The default Papadeos Theme, 2010
Version: 1.0
Author: Phillip Gätz & MHR
Author URI: http://www.papadeos.com
*/


/**
 **************************************************
 * CSS RESET
 *
 * @description: general reset for all browsers
 **************************************************
**/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-family:inherit;
	color:#878786;
}

table { 
	border-collapse:collapse; 
	border-spacing:0; 
}

h1,h2,h3,h4,h5,h6,strong,b,th,dt {
	font-size:100%;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th { 
	text-align:left; 
}

img,abbr,acronym {
	border:0; 
}

em,i,dfn,cite,var,address {
	font-style:normal;
}

pre,code {
	font-family:'courier new',courier,mono;
	font-size:1.0em;
}

q:before,q:after { 
	content:''; 
}

:focus {
	outline:0;
}



/**
 **************************************************
 HELPER CLASSES 
 *
 * @description: helper classes for common problems or quick fixes
 **************************************************
**/
.clearOnly {
	clear:both;
}

.clear {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}

.left {
	float:left;
}

.right {
	float:right;
}

.noPadding {
	padding:0 !important;
}

.noMargin {
	margin:0 !important;
}

.none {
	display:none !important;
}

.hidden {
	visibility:hidden !important;
}

.error {
	color:red;
	font-weight:bold;
}

.sprite,
.sprite a {
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

.clearer {
	clear:both;
	float:none;
	}

/* Hide from IE Mac \*/.clearfix{ display:block; }/* End hide from IE Mac */




/**
 **************************************************
 GENERAL DEFINITIONS
 *
 * @description: define the basic appearance of the site
 **************************************************
**/
html {
	height:100%;
	/*Defaults to ~16px across browsers*/
	/*font-size:100.01%;*/
	/*Defaults to ~12px across browsers*/
	font-size:75.01%;
}

body {
	height:100%;
	font-family:Arial,verdana,tahoma,arial,sans-serif;
	font-size:1.0em;
	/*line-height calculates to 18px (~12px * 1.5 = ~18px)*/
	line-height:1.5em;
	color:#333;
	/*Testing the text-rythm at ~18px*/
	background:#585858 url(img/bg.png) repeat-x; 
}



h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
	display:none;
}

p,ol,ul,dl {
	margin-bottom:1.5em;
}

ul {
	padding-left:13px;
	list-style:disc outside;
}

ol {
	padding-left:26px;
	list-style:decimal-leading-zero outside; 
}

dt {
	font-weight:bold;
}

a {
	color:#00ff3c;
	text-decoration:none;
	/* border-bottom:1px dotted #b50027; */
}

a:hover {
	border-style:solid;
}

strong,b {
	font-weight:bold;
}

em,i {
	font-style:italic;
}

hr {
	clear:both;
	/*Only chance to get the standard visuals away*/
	border-width:0;
	border-bottom:1px solid #707070;
	margin:10px 0;
}

table {
	border:1px solid #d1d1d1;
	margin-bottom:1.5em;
	background:#f5f5f5;
}

table caption {
	font-size:1.10em;
	font-weight:bold;
	padding:0 0 3px 3px;
}

table tr {

}

table th,
table td {
	padding:1px 4px 1px 4px;
	border:1px solid #d1d1d1;
	vertical-align:top;
}

table th {
	color:#fff;
	font-weight:bold;
	background:#cecece;
}

table p {
	margin-bottom:0;
}

form {
	
}

form legend {
	display:none;
}

form label {
	clear:left;
	float:left;
	width:135px;
}

form label em {
	font-style:normal;
	color:red;
}

form input.text,
form input.checkbox,
form input.radio,
form select,
form textarea {
	float:left;
	width:194px;
	height:16px;
	padding:2px 2px 1px 2px;
	border:1px solid #cacaca;
	margin:0 0 5px 0;
	font:inherit;
	color:#666;
}

form textarea {
	height:64px;
}

form input.w1 {
	width:44px;
}

form input.w2 {
	width:94px;
}

form input.w3 {
	width:144px;
}

form input.checkbox,
form input.radio {
	width:auto;
	height:auto;
	border:0 none;
	margin:3px 0 5px 1px;
}

form select {
	/* Selects have wrong box model. Add all paddings/margins/borders from above */
	width:200px;
	height:21px;
	padding:0;
}

/* Selects with a defined size (listboxes) */
form select.listbox {
	height:auto;
}

form select option {

}

form input.submit,
form input.reset,
form input.button {
	float:left;
	padding:1px 2px 0 18px;
	border:1px solid #cacaca;
	border-right:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
	margin:0 0 5px 0;
	font-weight:bold;
	color:#888;
	/*background:#f3f3f3 url(../img/ico-submit.png) 2px 2px no-repeat;*/
	background:#f3f3f3 url(img/ico-tick.png) 2px 2px no-repeat;
}

form p {
	clear:left;
	margin-bottom:0;
}



/**
 **************************************************
 LAYOUT
 *
 * @description: building the design
 **************************************************
**/

/* wp form seven */
.wpcf7-mail-sent-ok, div.wpcf7-validation-errors, .wpcf7-not-valid-tip-no-ajax {
	border:1px solid #fffc00;
	color:#fff;
	width:250px;
	font-size:11px !important;
	margin:10px 0 0 0 !important;
	padding: 4px 4px 4px 4px !important;
	}
	
.wpcf7-not-valid-tip-no-ajax {
	border:1px solid #c40707;
	color:#fff !important;
	
	font-size:11px !important;
	 }

.wpcf7-mail-sent-ok {
	border:1px solid #00FF3C !important;
	color:#fff !important;
	
	font-size:11px !important;
	}

.wpcf7-form p {
	margin-bottom:5px;
	font-size:11px;
	}

.wpcf7-form textarea, .wpcf7-form input {
	width:250px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px !important;
	border:1px solid #B1B1B1;
	padding:2px 3px 2px 3px;
	}

.wpcf7-form input[type=submit] {
	width:60px;
	margin-top:10px;
	}

#page {
	position:relative;
	width:720px;
	/* min-height:100%; */
	margin:0;
	margin-left:auto;
	margin-right:auto;
	z-index:2;
	margin-bottom:25px;
	}

#header {
	width:653px;
	height:115px;
	margin-left:34px;
	margin-right:33px;
	
}

#content {
	width:639px;
	margin-left:41px;
	margin-right:40px;
	}
	
.entry {
	color:#FFF;
	}
	
.entry address {
	
	float:left;
	display:block;
	margin-right:15px;
	margin-bottom:40px;
	}


.entry ul {
	list-style-position:inside;
	}
	
.entry ul li {
	font-size:11px;
	}
	
.entry a {
	color:#fff;
	
	}

.entry h1 a, .entry ul li a, .entry p a {
	color:#fff;
	border-bottom:1px solid #B1B1B1;
	}

.entry h1 {
	margin-top:20px;
	}

.entry h1, .entry h1 strong  {
	color:#FFF;
	text-transform:uppercase;
	font-size:12px;
	margin-bottom:20px;
	
	font-weight:bold
	}

.entry h2, .entry h2 strong {
	color:#FFF;
	text-transform:uppercase;
	font-size:11px;
	margin-bottom:10px;
	font-weight:bold
	}

.entry p {
	color:#FFF;
	font-size:11px;
	}

#hero {
	position:relative;
	width:653px;
	height:510px;
	}

#heroSlide {
	position:absolute;
	z-index:1;
	top:0px;
	left:0px;
	width:653px;
	height:434px;
	overflow:hidden;
	
	}
	
#heroSlide #stage {
	position:absolute;
	display:none;
	top:0px;
	left:0px; /* init */
	width:20000px;
	height:434px;
	cursor:pointer;
	}

#heroSlide .slide {
	float:left;
	width:653px;
	overflow:hidden;
		}

#heroMask {
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
	}

#heroThumbs {
	display:none; /* init */
	position:absolute;
	left:375px;
	top:450px;
	width:278px;
	z-index:4;
/*	margin-bottom:22px; */
	}
	
#heroThumbs .heroThumb {
	float:left;
	margin-left:1px;
	margin-right:3px;
	opacity:0.5;
	
	
	margin-top:2px;
	margin-bottom:5px;
	
	cursor:pointer;
	height:38px; /* 35 + active state border */
	width:35px;
	overflow:hidden;
	}
	
#heroThumbs .heroThumb.active, #heroThumbs .heroThumb.active:hover {
	background-color:#00ff3c;	 
	 }

#heroThumbs .heroThumb:hover {
	background-color:#cccccc; 
	}

#hero .heroText {
	position:absolute;
	left:7px;
	top:450px;
	width:350px;
	z-index:4;
	}


#hero .heroText .headline {
	color:#FFF;
	text-transform:uppercase;
	margin:0 0 3px 0;
	padding: 0 0;
	font-size:11px;
	font-weight:bold;
	}
	

#hero .heroText .subtext {
	color:#b9b8b8;
	margin:0 0;
	padding: 0 0;
	font-size:11px;
	}


#hero .heroText .subtext a {
	color:#b9b8b8;
	font-size:11px;
	border-bottom:1px solid #b9b8b8;
	}


#metaNavTop {
	position:absolute;
	top:36px;
	right:2px;
	font-size:8px;
	margin-bottom:0;
	list-style:none;
	font-size:10px;
	color:#b4b4b4;
	margin-top:12px;
	margin-bottom:10px;
	margin-right:12px;
}

#metaNavTop a {
	color:#b4b4b4;
	border:0;
	text-decoration:none;
}


#heroSliderLeft {
	position:absolute;
	display:none;
	top:162px;
	left:0px;
	z-index:20;
	background:transparent url(img/slider-left.png) no-repeat; 
	cursor:pointer;
	/*
	width:470px;
	height:333px;
	*/
	text-align:left;
	}
	
#heroSliderRight {
	position:absolute;
	display:none;
	top:162px;
	right:0px;
	z-index:20;
	background:transparent url(img/slider-right.png) no-repeat; 
	cursor:pointer;
	/*
	width:470px;
	height:333px;
	*/
	text-align:right;
	}
	
#heroSliderRight a {
	height:129px;
	width:19px;
	}
	
.heroNavi {
	position:absolute;
	z-index:40;
	width:960px;
	height:154px;
	bottom:32px;
	left:0px;
	display:block;
	}

#logo {
	background-image:url(img/logo.png);
	background-repeat:no-repeat;
	background-position:7px 20px;
	width:226px;
	height:62px;
	}
	
#logo a {
	display:block;
	width:226px;
	height:62px;
	}


ul#navMain {
	position:relative;
	margin:9px 0 0 7px;
	padding:0 0;
	height:45px;
	list-style-type:none;
	}

ul#navMain li {
	float:left;
	}
	
ul#navMain li a {
	margin-right:10px;
	color:#FFF;
	font-size:11px;
	text-transform:uppercase;
	}
	
ul#navMain li a:hover {
	/*
	color:#00ff3c !important;
	*/
	/* NEW */
	border-bottom:1px solid #cccccc;
	}

ul#navMain li ul {
	position:absolute;
	top:16px;
	left:0px;
	list-style-type:none;
	padding:0 0;
	margin:0 0;
	}

/* hide all childs */
ul#navMain li ul {
	display:none;
	}

/* new */
ul#navMain li.current_page_ancestor a {
	
	
	color:#00ff3c;
	
	
	}

ul#navMain li.current_page_item ul, ul#navMain li.current_page_parent ul {
	display:block !important;
	}

ul#navMain li ul li {
	float:left;
	font-size:11px;
	text-transform:uppercase;
	}
	
ul#navMain li ul li a {
	margin-right:10px;
	color:#b1b1b1;
	}

ul#navMain li ul li a:hover {
	
	border-bottom:1px solid #B1B1B1;
	
	/*
	color:#00ff3c !important;
	*/
	
	}
	


ul#navMain li ul li.current_page_item a {
	color:#00ff3c !important;
	}
	
ul#navMain li.current_page_item a {
	color:#00ff3c;
	}
	
/* xe */
	
ul#navMain li.current_page_ancestor ul li a {
	color:#b1b1b1;
	}
	
/* revert hiding of all childs - except the active one */
ul#navMain li.current_page_item ul li a {
	display:block;
	color:#b1b1b1 !important;
	}

.no_images {
	border:1px solid #00ff3c;
	padding:3px 10px 3px 10px;
	color:#fff;
	font-size:10px;
	width:400px;
	text-transform:uppercase;
	margin-left:7px;
	}


#contentArea {
	margin-left:34px;
	margin-right:33px;
	width:653px;
	
}

.fifty-fifty-left {
	width:300px;
	float:left;
	padding-right:20px;
	}
	
.fifty-fifty-right {
	width:319px;
	float:left;
	
	}
	


#footer a {
	color:#B1B1B1;
	text-decoration:none;
	}

#footer {
	overflow:hidden;
	z-index:5;
	height:18px; /* 22px */
	width:100%;
	background: transparent url(img/footer-bg.png) repeat-x 0 0;
	position:fixed;
	bottom:0px;
	color:#B1B1B1;
	font-size:11px;
	text-align:center;
	padding-top:0px;
}

#footerDecoration {
	background: transparent url(img/footer-bg.png) repeat-x 0 0;
	height:100px;
	z-index:1;
	position:fixed;
	bottom:19px;
	width:100%;
	}



/**
 **************************************************
 LAYOUT SPECIFIC (LOGO,NAVIGATION,SEARCHBOX...)
 *
 * @description: detailed formatting of the basic elements
 **************************************************
**/
h1#logo a {
	border:0;
}
 

#searchbox label {
	display:block;
	margin-bottom:5px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
}

#searchbox input.search {
	float:left;
	width:138px;
	height:15px;
	color:#a29879;
	padding:3px 2px 1px 5px;
	border:0px solid #cacaca;
	margin:0;
	background:transparent url(img/search.gif) no-repeat;
}

#searchbox input.submit {
	float:left;
	width:25px;
	height:19px;
	padding:0;
	margin:0;
	border:0 none;
	cursor:pointer;
	background:transparent url(img/header/search.gif) no-repeat right top;
}

#searchbox a {
	font-size:0.95em;
	color:#fff;
	border-color:#fff;
}

#lang {
	position:absolute;
	top:3px;
	left:171px;
	height:19px;
	width:39px;
	background:transparent url(img/header/lang.gif) no-repeat left top;
	}
	
ul#navSub {
	padding:0;
	margin-bottom:0;
	list-style:none;
}

ul#navSub ul {
	padding:0;
	margin-bottom:0;
	list-style:none;
}

ul#navSub li {
	/* border-top:1px solid #d4d4d4; */
	line-height:1.2em;	
}

ul#navSub li.first {
	border-top:0 none;	
}

ul#navSub li.last {
	border-bottom:1px solid #d4d4d4;	
	margin-right:0;
}

ul#navSub ul li.first {
	border-top:1px solid #d4d4d4;	
}

ul#navSub ul li.last {
	border-bottom:0 none;
}

ul#navSub a {
	border:0 none;
}

ul#navMisc {
	position:absolute;
	padding:6px 4px 0 0;
	margin-bottom:0;
	list-style:none;
	font-size:0.95em;
	top:11px;
	color:#FFF;
}



#ul#navMisc {
	
	}

ul#navMisc li {
	float:left;
	margin-right:8px;
}

ul#navMisc li.last {
	margin-right:0;
}

ul#navMisc a {
	color:#FFF;
	text-decoration:none;
}

ul#navBreadcrumb {
	margin-bottom:0;
	list-style:none;
	font-size:9px;
	color:#b4b4b4;
	width:620px;
	margin-top:20px;
	margin-bottom:10px;
}

ul#navBreadcrumb li {
	float:left;
	margin-right:3px;
}

ul#navBreadcrumb li.last {
	margin-right:0;
	font-weight:bold;
}

ul#navBreadcrumb a {
	color:#b4b4b4;
	border-color:#b4b4b4;
}



/**
 **************************************************
 CSS STYLED CONTENT
 *
 * @description: just a copy from the extension output
 * @beware: margins to text that are set here have to be changed in TS constants too
 **************************************************
**/
div.csc-textpic-caption-c .csc-textpic-caption {
	text-align:center;
}
div.csc-textpic-caption-r .csc-textpic-caption {
	text-align:right;
}
div.csc-textpic-caption-l .csc-textpic-caption {
	text-align:left;
}
/* Needed for noRows setting */
div.csc-textpic div.csc-textpic-imagecolumn {
	float:left;
	display:inline;
}
/* Border just around the image */
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border:2px solid black;
	padding:0px 0px;
}
div.csc-textpic-imagewrap {
	padding:0;
}
div.csc-textpic img {
	border:0 none;
}
/* DIV:This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap div.csc-textpic-image {
	float:left;
}
/* ul:This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap ul {
	list-style:none;
	margin:0;
	padding:0;
}
div.csc-textpic div.csc-textpic-imagewrap ul li {
	float:left;
	margin:0;
	padding:0;
}
/* DL:This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	float:left;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dt {
	float:none;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd {
	float:none;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd img {
	border:0 none;
}
/* FE-Editing Icons */
dl.csc-textpic-image {
	margin:0;
}
dl.csc-textpic-image dt {
	margin:0;
	display:inline;
}
dl.csc-textpic-image dd {
	margin:0;
}
/* Clearer */
div.csc-textpic-clear {
	clear:both;
}
/* Margins around images:*/

/* Pictures on left, add margin on right */
div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image,div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image,div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image {
	display:inline; /* IE fix for double-margin bug */
	margin-right:10px !important;
}
/* Pictures on right, add margin on left */
div.csc-textpic-right div.csc-textpic-imagewrap .csc-textpic-image,div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap .csc-textpic-image,div.csc-textpic-intext-right div.csc-textpic-imagewrap .csc-textpic-image {
	display:inline; /* IE fix for double-margin bug */
	margin-left:10px;
}
/* Pictures centered, add margin on left */
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	display:inline; /* IE fix for double-margin bug */
	margin-left:10px;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin:0;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	margin:0;
}
/* Space below each image (also in-between rows) */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom:10px;
}
div.csc-textpic-equalheight div.csc-textpic-imagerow {
	margin-bottom:0px;
	display:block;
}
div.csc-textpic div.csc-textpic-imagerow {
	clear:both;
}

div.csc-textpic div.csc-textpic-imagerow div.csc-textpic-image {
	margin-bottom:10px;
}
/* No margins around the whole image-block */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-firstcol {
	margin-left:0px !important;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-lastcol {
	margin-right:0px !important;
}
/* Add margin from image-block to text (in case of "Text w/ images") */
div.csc-textpic-intext-left div.csc-textpic-imagewrap,div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-right:10px !important;
	margin-top:2px;
}
div.csc-textpic-intext-right div.csc-textpic-imagewrap,div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-left:10px !important;
	margin-top:2px;
}
/* Positioning of images:*/

/* Above */
div.csc-textpic-above div.csc-textpic-text {
	clear:both;
}
/* Center (above or below) */
div.csc-textpic-center {
	text-align:center; /* IE-hack */
}
div.csc-textpic-center div.csc-textpic-imagewrap {
	margin:0 auto;
}
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	text-align:left; /* Remove IE-hack */
}
div.csc-textpic-center div.csc-textpic-text {
	text-align:left; /* Remove IE-hack */
}
/* Right (above or below) */
div.csc-textpic-right div.csc-textpic-imagewrap {
	float:right;
}
div.csc-textpic-right div.csc-textpic-text {
	clear:right;
}
/* Left (above or below) */
div.csc-textpic-left div.csc-textpic-imagewrap {
	float:left;
}
div.csc-textpic-left div.csc-textpic-text {
	clear:left;
}
/* Left (in text) */
div.csc-textpic-intext-left div.csc-textpic-imagewrap {
	float:left;
}
/* Right (in text) */
div.csc-textpic-intext-right div.csc-textpic-imagewrap {
	float:right;
}
/* Right (in text, no wrap around) */
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	float:right;
	clear:both;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.csc-textpic-intext-right-nowrap .csc-textpic-text {
	height:1%;
}
/* End hide from IE5/mac */

/* Left (in text, no wrap around) */
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	float:left;
	clear:both;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.csc-textpic-intext-left-nowrap .csc-textpic-text {
	height:1%;
}
/* End hide from IE5/mac */
div.csc-textpic div.csc-textpic-imagerow-last {
	margin-bottom:0;
}

div.csc-textpic div.csc-textpic-imagerow-last div.csc-textpic-image {
	margin-bottom:0;
}



/**
 **************************************************
 CSS STYLED CONTENT SPECIALS
 *
 * @description: formatting of more specific csc-output
 **************************************************
**/
div.csc-header {
	clear:both;
} 
 
div.csc-textpic-image a {
	border:0;
}

p.csc-textpic-caption {
	font-size:0.9em;
	color:#666;
}

div.indent {
	margin-left:50px;
}

td.csc-uploads-icon {
	padding:4px;
}

td.csc-uploads-icon a {
	border:0 none;
}

/* BEN: These are only there for compatibility reasons. The new RTE-config defines new classes (see rte.css) */
/*
a.external-link-new-window {
	padding-left:17px;
	background:transparent url(../img/ico-extlink.png) 0 1px no-repeat;
}

a.internal-link {
	padding-left:17px;
	background:transparent url(../img/ico-intlink.png) 0 1px no-repeat;
}

a.mail{
	padding-left:17px;
	background:transparent url(../img/ico-maillink.png) 0 1px no-repeat;
}
/*
/* :NEB */

/* Tables */
.contenttable {
	margin-bottom:1.0em;
}

.contenttable-2 th {
	background:#b50027;
	font-weight:bold;
	text-transform:uppercase;
}

.contenttable-2 td {
	background:#9abb87;
}

.contenttable-3 {
	width:100%;
	border-collapse:collapse;
	color:#fff;
}

.contenttable-3 caption {
	text-align:right;
	color:#222;
}

.contenttable-3 th,
.contenttable-3 td {
	border:2px solid #222;
}

.contenttable-3 th {
	font-weight:bold;
	text-transform:uppercase;
	background:#333;
}

.contenttable-3 th.td-0,
.contenttable-3 td.td-0  {
	width:10%;
}

.contenttable-3 th.td-1,
.contenttable-3 td.td-1,
.contenttable-3 th.td-2,
.contenttable-3 td.td-2,
.contenttable-3 th.td-3,
.contenttable-3 td.td-3  {
	width:30%;
}

.contenttable-3 tr.tr-even {
	background:#444;
}

.contenttable-3 tr.tr-odd {
	background:#555;
}

/* CSC-Uploads */
table.csc-uploads {
	background:none;
	border:0 none;
}

table.csc-uploads th,
table.csc-uploads td {
	border:0 none;
}

table.csc-uploads td.csc-uploads-fileSize {
	padding-left:10px;
}

/* Standard frames */
div.csc-frame {
}

div.csc-frame-frame1 {
	padding:5px;
	border:10px solid #999;
	margin-bottom:1.5em;
}

div.csc-frame-frame2 {
	padding:5px;
	border:10px solid #B50027;
	margin-bottom:1.5em;
}

div.csc-frame-rulerBefore {
	border-top:1px solid #999;
}

div.csc-frame-rulerAfter {
	border-bottom:1px solid #999;
	margin-top:-1.5em;
	margin-bottom:1.5em;
}

div.csc-frame-indent {
	margin-left:50px;
}

div.csc-frame-indent3366 {
	margin-left:33%;
}

div.csc-frame-indent6633 {
	margin-left:66%;
}

/* Sitemap */
div.csc-sitemap {
	margin-bottom:1.2em;
}

div.csc-sitemap ul {
	margin-bottom:0.3em;
}

div.csc-sitemap ul ul {
	font-size:0.95em;
}




