

/*#~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~ General ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.#*/

html { height: 100%; margin-bottom: 1px; }
body {
	margin:0 0 30px 0;
	padding:0;
/*	background: url(/fileadmin/images/tct/bg.png) repeat-x #24292e;*/

	background: url(/fileadmin/images/tct/design/bg3.png) repeat-x #24292e;
	color: #3d4d5a;
	text-align:center;
	line-height:1.22em;
	
}


/* Cross-browser typographical normalization from Yahoo YUI */
body { font:71% Arial, Helvetica, sans-serif; }
table { font-size:inherit; }
/* 99% for safari; 100% is too large */
select, input, textarea {  font:99% "Trebuchet MS", Geneva, Verdana, Arial, sans-serif; }
/* Bump up !IE to get to 13px equivalent */
/*
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * { line-height:1.22em; margin:0; padding:0; text-align:left; }
img { border:0; }
a { color:#e30000; text-decoration:none;text-shadow: 1px 1px 3px rgba(0,0,0,0.3);font-weight: bold; }
a:hover { color:#e30000; text-decoration:underline; }
table { border-collapse:collapse; }
/* remember to define focus styles! */
:focus {
	outline: 0;
}
input, select, textarea { font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; vertical-align:middle; color:#666666; font-size:1em; }
input.text, select, textarea { padding:1px; background:#ecf6d3; line-height:1.2em; }
input.text:focus, textarea:focus { background:#fff; }
input.radio, input.checkbox { margin:0 3px 0 0; vertical-align:middle;  }
label.radio, label.checkbox { vertical-align:middle; margin-right:1.5em;  }
/* Float clearing workaround also working on Mozilla */


.clearer { clear:both; height:0px; overflow:hidden; margin-top:0px; }
.clear {	clear: all;	overflow: hidden; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
.clearfix {display: block;}
/* End hide from IE-mac */


/* Formularfelder */


/* Pflichfelder */
.pf { background-color: #F4F4F0; }

#headersword {
	border: 1px solid gray;
	background: rgba(240,240,240,1);
	border-radius: 5px;
	padding: 1px;
	margin: 0;
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	font-size: 10px;
	line-height: 10px;
	height: 13px;
}

#headersword:focus, #headersword:hover {
	background: white;
}

#headersearchsubmit {
	padding: 2px;
	margin: 2px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border-radius:3px;
	border:1px solid gray;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;	
}

#headersearchsubmit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

#headersearchsubmit:active {
	position:relative;
	top:1px;
}



#content input,
#content textarea {
	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 2px;
  -webkit-box-shadow: inset 1px 1px 2px 0px #dddddd;
  -moz-box-shadow: inset 1px 1px 2px 0px #dddddd;
  box-shadow: inset 1px 1px 2px 0px #dddddd;
  background: rgba(228,228,228,0.4);
}

#content input:focus,
#content textarea:focus {
	background: white;
}

#content input[type="submit"], #right input[type="submit"] {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 12px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;	
}

#content input[type="submit"]:hover, #right input[type="submit"]:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

#content input[type="submit"]:active, #right input[type="submit"]:active {
	position:relative;
	top:1px;
}


/*#~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~ Layout ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.#*/

/*
 PAGE WRAPPER
##################### */

#main-wrapper {
	position:relative;
	width:100%;
	text-align:center;


background: rgb(99,99,99); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyJSIgc3RvcC1jb2xvcj0iIzYzNjM2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(99,99,99,1) 2%, rgba(254,254,254,1) 40%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(99,99,99,1)), color-stop(40%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(99,99,99,1) 2%,rgba(254,254,254,1) 40%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(99,99,99,1) 2%,rgba(254,254,254,1) 40%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(99,99,99,1) 2%,rgba(254,254,254,1) 40%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(99,99,99,1) 2%,rgba(254,254,254,1) 40%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#fefefe',GradientType=0 ); /* IE6-8 */

background-repeat: repeat-x;
background-position: 0 26px;

}

#inner-wrapper {
	position:relative;
	width:953px;
	margin:0 auto;
	text-align:center;
	margin-bottom: 2px;
}

/*
 HEAD
##################### */

#head {
	position:relative;
	width:953px;
	height:110px;
}

#logo {
	position:absolute;
	left:34px;
	top:0px;
	width:145px;
	height:67px;
	background:url(/fileadmin/images/tct/design/logo_w.gif) no-repeat;
}

#logo a {
	display:block;
	width:141px;
	height:67px;
	text-indent:-999em;
}

#searchform {
	position:absolute;
	right:34px;
	top:0px;
}

/* claim - left top */
#head h2 {
	width:222px;
	height:25px;
	position:absolute;
	left:0;
	top:0px;
}

.hidden {display:none;}

/*------------- MAIN NAVIGATION */

/*** ESSENTIAL STYLES ***/
#main-nav, #main-nav * { list-style: none; }
#main-nav {
	position:absolute;
	left:0;
	z-index:1;
	line-height:1.0;
	top:67px;
	width:953px;
}
#main-nav ul {
	position:		absolute;
	top:			-999em;
	width:			17em; /* left offset of submenus need to match (see below) */
}
#main-nav ul li {
/*	width:			100%;*/
}

#main-nav li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#main-nav li {
	float:			left;
	position:		relative;
}
#main-nav a {
	display:		block;
	position:		relative;
   padding: 5px 17px 0 17px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(255,255,255,0.75), -1px -1px rgba(0,0,0,0.5);
}
#main-nav li:hover ul,
#main-nav li.sfHover ul {
	left:			0;
	top:			25px; /* match top ul list item height */
	z-index:		99;
}
ul#main-nav li:hover li ul,
ul#main-nav li.sfHover li ul {
	top:			-999em;
}
ul#main-nav li li:hover ul,
ul#main-nav li li.sfHover ul {
	left:			17em; /* match ul width */
	top:			0;
}
ul#main-nav li li:hover li ul,
ul#main-nav li li.sfHover li ul {
	top:			-999em;
}
ul#main-nav li li li:hover ul,
ul#main-nav li li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}

/*
 THECOOLTOOLSKIN 
 #################################### */

#main-nav {
	float:left;
	margin-bottom:1em;
	background:url(/fileadmin/images/tct/design/mainnav_bg.png) 0 0 repeat-x !important;
	height:25px;
}

#main-nav a {
	/*padding:1em;
	text-decoration:none;
	color:#fdfeff !important;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align:center;
	font-size:1.02em;*/
	height:25px;
	background-color:transparent !important;
}

#main-nav a, #main-nav a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #fff;
}

#main-nav li {
	background:url(/fileadmin/images/tct/design/sep.gif) 0px 1px no-repeat !important;
	height:25px;
}

#main-nav li:hover,#main-nav li.active {
	background:url(/fileadmin/images/tct/design/head/nav_hover_bg.gif) 1px 0px !important;
	height:25px;

}

#main-nav li.first {
	background:none;
} 

#main-nav li ul {
	border-bottom:1px solid rgba(255,0,0,0.3);
	border-right:1px solid rgba(255,0,0,0.3);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top:0;
	padding:0 .1em .4em .1em !important;
	background: url(/fileadmin/images/tct/design/subnav_bg.png);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}

#main-nav li ul li ul {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

#main-nav li li {
	border-top:0;
	height:auto !important;
	background:none !important;
	width:170px !important;
}

#main-nav li li.last {
	border-bottom:0px solid #ccc;
	padding-bottom:0;
}

#main-nav li li a {
	font-size:1.02em !important;
	text-transform:none !important;
	font-weight:normal;
	text-align:left;
	padding:0 .2em 0 20px;
	display:block;
	width:100%;
	height:100%;
	padding: .3em .3em .3em 20px;
}

#main-nav li li a:hover {background:none;}
#main-nav li li li {
	background:#9AAEDB;
}
#main-nav li:hover, #main-nav li.sfHover,
#main-nav a:focus, #main-nav ul li a:hover, #main-nav a:active {
	background:url(/fileadmin/images/tct/design/head/nav_hover_bg.gif) 1px 0px;
	outline:0;
}


/*
 BASIC LAYOUT 
######################*/

#content-wrapper {
	position:relative;
	min-height:600px !important;
}


/*
 TOPNAV
######################### */

ul#top-nav {
	position:absolute;
	left:362px;
	top:6px;
}

ul#top-nav li {
	display:inline;
	font:0.9em Arial, Helvetica, sans-serif;
	background:url(/fileadmin/images/tct/design/head/top-nav-sep.gif) right center no-repeat;
	padding:0.5em 0.5em;
	letter-spacing:0.01em;
	
}

ul#top-nav li a {
	color:#4b5055;
	text-decoration:none;
	font-weight: normal;
}

ul#top-nav li.active {
	text-decoration: underline;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

ul#top-nav li a:hover {color:#000;text-decoration:underline;font-weight: normal;}

#top-nav li.last, .column.last {
	background:none!important;
	margin-right:0 !important;
	margin-left:0 !important;
}


/*
 LANGUAGE NAVIGATION
 ######################### */

ul#lang-nav {
	position:absolute;
	left:282px;
	top:0px;
	width:80px;
	height:25px;
}

ul#lang-nav li, ul#lang-nav li a {
	width:20px;
	text-indent:-9999px;
	display:block;
	float:left;
	height:25px;
	text-decoration:none;
}

ul#lang-nav li.de {background:url(/fileadmin/images/tct/design/head/flag_de.gif) left center no-repeat;}
ul#lang-nav li.de-active, ul#lang-nav li.de a:hover  {background:url(/fileadmin/images/tct/design/head/flag_active_de.gif) left center no-repeat;}
ul#lang-nav li.en {background:url(/fileadmin/images/tct/design/head/flag_en.gif) left center no-repeat;}
ul#lang-nav li.en-active, ul#lang-nav li.en a:hover {background:url(/fileadmin/images/tct/design/head/flag_active_en.gif) left center no-repeat;}
ul#lang-nav li.es {background:url(/fileadmin/images/tct/design/head/flag_es.gif) left center no-repeat;}
ul#lang-nav li.es-active, ul#lang-nav li.es a:hover {background:url(/fileadmin/images/tct/design/head/flag_active_es.gif) left center no-repeat;}




div#left {
	position:relative;
	float:left;
	width:252px;
	/*margin-top:10px;
	min-height:13em;*/
	padding:50px 10px 2em 20px;
	color: #3d4d5a;
}

div#left.subnav {
	width:282px;
	padding:50px 0 2em 0;
}

div#content { 
	width:707px;
	padding:13px;
	float:left;
	color: #3d4d5a;

background:#fff;
min-height:360px;
}

div#right { 
	background:url(/fileadmin/images/tct/design/rightbar_bg.gif) top left repeat-x #dddedf;
	width:210px;
	margin-right:0;
	float:right;
	padding-top:6px;
	padding-bottom: 6px;
}

#right .ce p {
	padding: 0 10px 5px 10px;
}

#content p,
#content ol,
#content li,
#content dl,
#content td {
	font-size: 13px;
}


/*
 Typo3 CSC Menü
 #################### */

ul.csc-menu {
	list-style-type: none;
	padding-top: 20px;
}

ul.csc-menu li {
	width: 200px;
	float: left;
	margin-left: 77px !important;
	margin-bottom: 15px !important;
	padding: 5px 7px 7px 10px;
	
background: rgb(232,0,0); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(232,0,0,1) 0%, rgba(109,0,25,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,0,0,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(232,0,0,1) 0%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(232,0,0,1) 0%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(232,0,0,1) 0%,rgba(109,0,25,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(232,0,0,1) 0%,rgba(109,0,25,1) 100%); /* W3C */
ffilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80000', endColorstr='#6d0019',GradientType=0 ); /* IE6-8 */

	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	border-radius: 5px;
}

ul.csc-menu li:hover {

background: rgb(145,0,0); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkxMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NDAwMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(145,0,0,1) 0%, rgba(68,0,10,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(145,0,0,1)), color-stop(100%,rgba(68,0,10,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(145,0,0,1) 0%,rgba(68,0,10,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(145,0,0,1) 0%,rgba(68,0,10,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(145,0,0,1) 0%,rgba(68,0,10,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(145,0,0,1) 0%,rgba(68,0,10,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#910000', endColorstr='#44000a',GradientType=0 ); /* IE6-8 */

	
}


ul.csc-menu li a {
	color:white;
	font-size: 1.1em;
	padding-left:10px;
	display: block;
	text-align: left !important;
	font-weight: bold;
	background:url(/fileadmin/images/tct/design/redArrow.png) 0 center no-repeat;
	text-decoration:none;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(255,255,255,0.75), -1px -1px rgba(0,0,0,0.5);
}

#content .csc-menu {
	clear: all;
	overflow: hidden;
}

#right .csc-menu {
	margin: 0 !important;
	padding-top: 5px;
}

#right .csc-menu li {
	width: 180px;
	float: left;
	margin-left: 8px !important;
	padding: 3px 5px 5px 8px;
}

.csc-menu-4 {
	width: 300px;
	float:left;
	margin: 0 10px 10px 25px;
	padding: 5px;
	border: 1px solid rgba(128,128,128,0.3);
	border-radius: 5px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

ul.csc-menu-7 li {
	margin-left: 70px !important;
	overflow: show;
	
background: rgb(96,96,96); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwNjA2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMTIxMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(96,96,96,1) 0%, rgba(33,33,33,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,96,96,1)), color-stop(100%,rgba(33,33,33,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(96,96,96,1) 0%,rgba(33,33,33,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(96,96,96,1) 0%,rgba(33,33,33,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(96,96,96,1) 0%,rgba(33,33,33,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(96,96,96,1) 0%,rgba(33,33,33,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#212121',GradientType=0 ); /* IE6-8 */
}

ul.csc-menu-7 li li {
	margin-left: 0px !important;
	list-style-type: none;
	
background: rgb(232,0,0); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(232,0,0,1) 0%, rgba(109,0,25,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,0,0,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(232,0,0,1) 0%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(232,0,0,1) 0%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(232,0,0,1) 0%,rgba(109,0,25,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(232,0,0,1) 0%,rgba(109,0,25,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80000', endColorstr='#6d0019',GradientType=0 ); /* IE6-8 */
}



/* 
 PRESSE / Händlerbereich
 ###################  */

.page-130 ul.csc-menu, .page-131 ul.csc-menu {
	padding-top: 0;
}

.page-130 ul.csc-menu li, .page-131 ul.csc-menu li {
	width: auto;
	float: none;
	margin: 0px 17px 17px 17px !important;
	padding: 5px 7px 7px 10px;
	background: rgba(240,240,240,1);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}

.page-130 ul.csc-menu li a, .page-131 ul.csc-menu li a {
	color: #e30000;
	font-size: 1.1em;
	padding-left:10px;
	display: block;

	font-weight: bold;
	background:url(/fileadmin/images/tct/design/redArrow.png) 0 center no-repeat;
	text-decoration:none;
	text-transform: none;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);;
}



/*
 FOOTER
 #################### */

div#footer-wrapper {
	clear: both;
	text-align:center;
	font-size:0.97em;
	background:#24292e;
	padding-top: 3px;


}

div#footer {
	position:static;
	clear:both;
	width:986px;
	margin:0 auto;
	padding-bottom:2em;
	padding-top:0;
	color:#909396;
	z-index:0;
}

div#footer .column {
	position:relative;
	width:130px;
	float:left;
	margin:5.1em 30px 0 10px;
}
div#footer .column h1 {
font-size:1.3em;
font-weight:bold !important;
}
div#footer .last { margin-right:0; }



div#footer p { margin-top:0.8em; }
div#footer a { position:relative; color:#a5d629; }
div#footer li { position:relative; }
div#footer ul a { color:#848a8c; text-decoration:none; }
div#footer a:hover, div#footer ul.quick-links a:hover { color:#fff; }



/* Diverse Styles und fixes:
############################ */

#c801 {
	padding-bottom: 25px;
}

#c1120 {
	padding-bottom: 35px;
}

.center div {
	text-align: center;
}

.spalte33 {
	width: 33%;
	float: left;
	margin: 0 1px 0 1px;
}

.spalte50 {
	width: 350px;
	float: left;
	margin-right: 10px;
	bborder: 1px dotted gray;
}

.spalte66 {
	width: 66%;
	float: left;
}

.text-2spalten .csc-textpic-text {
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	margin-right: 8px;
}

.text-3spalten .csc-textpic-text {
	column-count: 3;
	column-gap: 10px;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	-moz-column-count: 3;
	-moz-column-gap: 10px;
}



#lightbox-overlay-text-about {
display: none;
}

#top_bar_suche {
	display: none;
}

div.tx-imagecycle-pi1 {
	margin:0 0 13px 0;
/*padding:0 !important;*/
}
div.tx-imagecycle-pi1 ul,
div.tx-imagecycle-pi1 ul li {
	margin:0 !important;
	padding:0 !important;
}



.tx-imagecycle-pi1-pager {
   margin: 0;
   text-align: center;
}

.tx-imagecycle-pi1-pager a {
	border-radius: 3px;
	border: 1px solid #f3f3f3;
	padding: 5px 15px !important;
	margin: 2px 5px 5px 5px;
	background: #fafafa;
	display: inline-block;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

.tx-imagecycle-pi1-pager a.activeSlide,
.tx-imagecycle-pi1-pager a:hover {
	border: 1px solid #e0e0e0;
	background: #f0f0f0;
	box-shadow: none;
}

#content .csc-default ul {
	padding-left: 20px;
}

.rgmediaimages-caption {
	margin-bottom: 10px;
}

.tipp {
	width: 250px;
	padding: 15px;
	margin: 40px auto;
	border: 1px solid white;
	background: rgb(240,240,240);
	border-radius: 5px;
	-ms-border-radius: 5px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
	overflow: hidden;
	text-align: justify;
}

#right .tipp h1,
#right .tipp h2,
#right .tipp h3
 {
	background: none;
	color: red;
}

#right .tipp {
	width: auto;
	margin: 20px;
	padding: 7px;
	background: white;
	font-weight: bold;
}

.faq p {
	margin-left: 35px;
}

.faq li {
	font-weight: bold;
	margin-top: 25px;
	font-style: italic;
}


.csc-textpic-text ul {
	overflow: hidden;
}

/*#~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~ General ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.#*/

/*
 NEWS
######################### */

.news-list-morelink {
	margin-left: 10px;
}

div.news-images {
	width:160px;
	float:left;
}

h2.newsheader {
	font-size: 1em;
	color:#000;
	margin-bottom:0.4em;
	font-weight:normal;
}
h2.newsheader span {
	color:#09642a;
}
h2.newsheader span.gray {
	color:#bdc1c4;
}

a.more {
	color:#64696e;
	padding-left:10px;
}

.morelink {
	text-align: right;
	padding: 0px 20px 20px 0px;
}

#content .newslist h2 {
	font-size: 1.1em;
	margin-top: 0;
	padding-top: 0;
}

.newslist .listitem-odd .image {
	float: left;
	margin-right: 10px;
}

.newslist .listitem-even {
	margin-left: 380px;
}

.newslist .listitem-even .image {
	float: right;
	margin-left: 10px;
}

#content .newslist h2 {
	padding-top: 0px;
}

.newslist .clearer {
	margin: 20px auto 20px auto;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	width: 50%;
}

.newslist .listitem-odd {
	width: 350px;
	float: left;
	margin-right: 30px;
}

/*
 ZUBEHÖR/DOWNLOADS  
 ############################## */

.news-list-browse {
	clear: both;
	overflow: hidden;
}

.news-list-browse .showResultsWrap, .news-list-browse .browseLinksWrap {
	text-align: center;
}

.news-list-browse a {
	font-weight: bold;
	text-decoration: none;
	margin: 0 3px 0 3px;
}

.news-list-browse a:hover {
	text-decoration: underline;
}


ul.list, ul.latest,ul.zbhlist {
	list-style-type: none;
}

ul.list li, ul.zbhlist li {
	padding: 0 0.5em 0.2em 8px;
	font-size:0.9em;
	color:#313131;
	overflow: hidden;
}

ul.latest li {
	padding: 0.4em 0.5em 0.5em 8px;
	border-bottom:1px solid #cccccc;
	font-size:0.9em;
	color:#313131;
	overflow: hidden;
}

ul.latest li:first-child {
	padding-top: 0px;
}

ul.latest li a, ul.list li a, ul.zbhlist li a {
	padding-left:10px;
	font-weight: bold;
	background:url(/fileadmin/images/tct/design/redArrow.png) 0 center no-repeat;
	text-decoration:none;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

ul.latest li a:hover {
	text-decoration:underline;
}

ul.latest li img {
	float: right;
	padding: 7px;
}

ul.zbhlist li {
	width: 500px;
	margin-left: 95px !important;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
	margin-bottom: 15px !important;
	padding: 5px;
	border: 1px solid rgba(128,128,128,0.3);
	border-radius: 5px;
}

ul.zbhlist li img {
 float: right;
}



.news-single-files dd {
	padding: 3px;
}

.news-single-files a {
	padding: 0 5px 0 3px;
	font-weight: bold;
	text-decoration: none;
}

.news-single-files img {
	vertical-align: text-top;
}


.image-column {
	float: left;
	margin-right: 10px;
}

.text-column ul {
	overflow: hidden;
}




/*
 ROOTLINE
 ######################## */

.bc {
	font-size:0.9em;
}

.bc span {
	color:#949494;
	margin-right:5px;
}
.bc a {
	color:#e30000;
	font-size:0.9em;
	/*text-decoration:none;*/
}
.bc a:hover {
	/*text-decoration:underline;*/
}

.bc strong {
	font-size:0.9em;
}
/*
 LEFT
######################### */
div#left li {
	list-style-type:none;
	padding-left:16px;
}

/*
 RIGHT
######################### */

div#right h1, div#right h2, h2.newsletter {
	font-size:1em;
	font-weight:bold;

	margin: 0 5px 5px 5px;
	padding: 3px 3px 3px 5px;

	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);

/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QxMjkyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZDc3NzciIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(209,41,41,1) 0%, rgba(221,119,119,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(209,41,41,1)), color-stop(100%,rgba(221,119,119,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(209,41,41,1) 0%,rgba(221,119,119,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(209,41,41,1) 0%,rgba(221,119,119,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(209,41,41,1) 0%,rgba(221,119,119,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(209,41,41,1) 0%,rgba(221,119,119,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d12929', endColorstr='#00dd7777',GradientType=1 ); /* IE6-8 */

border-top-left-radius: 3px;
border-bottom-left-radius: 3px;

}

div#right h1 a {
	color: white;
}

#right table tr td:first-child {
	vertical-align: top;
}

#right .ce {
	margin-bottom: 10px;
	clear: both;
}

#right .csc-textpic-left img {
	margin-left: 10px;
}

#right p {
	color: #252e36;
}

#right .tx-felogin-pi1,
#right iframe {
	margin: 10px;
}

#right ul.latest {
	margin: 0 !important;
}

#right ul.latest li p {
	margin: 0;
	padding: 5px;
}



#right .csc-default ul {
	margin: 10px 7px 10px 25px;
}

/*
 NEWSLETTER
######################### */

.newsletter fieldset {
	border: none;
}

.csc-mailform-radio {
		
}

.newsletter .csc-mailform-field label {
	width: 40px !important;
}

.newsletter input[type="submit"] {
	width: auto;
	margin-left: 150px !important;
}

.newsletter {
	border: 2px solid #f9f9f9;
	border-radius: 5px;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.5);
	padding: 5px 15px 15px 15px;
	margin: 70px 150px;
	background: #f5f5f5;
}

.newsletter input.captcha {
	width: 154px !important;
}

.newsletter .submit {
	width: 345px;
}

#mailformabo label {
	position: relative;
	top: -15px;
	margin: 0 0 0 65px;
	padding: 0;
}

#mailformabo input {
	margin: 0;
	padding: 0;
}

.csc-mailform-field-radio label {
	display: none;
}

.csc-mailform-field-radio fieldset label {
	display: inline;
}

#mailformabo input[type="radio"] {
	margin: 0 10px 0 10px;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}


/**
 * TEXT CONTENT
 ######################### */


/**
 * GENERAL TEXT FORMATTING
 ######################### */


.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

.image-top50 .csc-textpic-image img { padding-top: 50px; }
 
#content h1, #content h2, #content h3, #content h4, #content h5 {
	color:#e30000;
}

#content h1 {
	font-size:1.8em;
	font-weight:bold;
	margin:5px 0 0.6em 0;
}

#content h2 {
	font-size:1.8em;
	font-weight:normal;
	margin:5px 0 0.6em 0;
}

#content h3 {
	font-size:1.4em;
	font-weight:bold;
	margin:5px 0 0.6em 0;
}

#content h4 {
	font-size:1.4em;
	font-weight:normal;
	margin:5px 0 0.6em 0;
}

#content h5 {
	font-size:1.2em;
	font-weight:bold;
	margin:5px 0 0.6em 0;
}

#content h6 {
	font-size:1.2em;
	font-weight:normal;
	margin:5px 0 0.6em 0;
}




blockquote {
	padding:0;
	font-style:italic;
	font-size:1.02em;
	color:#3d4d5a;
	border-left:3px solid #8cc204;
	border-right:3px solid #8cc204;
	text-align : justify;
	font-family : Georgia, "Times New Roman", Times, serif;
}

/**
 CONTENT
######################### */


#content p { margin-bottom:1.1em; line-height:1.44em;padding: 0;}
#content ul { margin-top:1.1em; margin-bottom:1.1em; margin-left:0px;}
/*.text-content ul li { display:block; float:none; }*/
#content ul ul { margin:0; margin-left:16px; }
#content li { margin-left:15px; margin-bottom:0.2em; line-height:1.44em;}
#content ul.indent, #content div.indent { margin-left:15px; }
#content ol { margin-top:1.1em; margin-bottom:1.1em; margin-left:23px;list-style-type: decimal !important;}
#content ol li { margin-top:0.4em; list-style-type: decimal !important;}
p { margin-bottom:1.1em; line-height:1.44em;padding: 0;}
#right p {margin-bottom:0.3em; }



#content .ce {
	overflow: hidden;
	bborder: 1px dotted silver;
}


.csc-textpic-center .csc-textpic-imagewrap {
	margin: 0 auto 0 auto !important;
}



/**
 * Suche
 ######################## */
 
ul.browsebox {
	clear: both;
	overflow: hidden;
}

ul.browsebox li {
	list-style-type: none;
	float: left;
}
 
	

/**
 * FORMS
 ######################### */
/* Contact Form */
.csc-mailform { border: none; }
.csc-mailform input,  .csc-mailform textarea {
	display:block;
	border: 1px solid #434343;
	background:transparent;
	padding-left:4px;
	margin-bottom:2px;
	width:250px;
	padding:1px;

}
.csc-mailform-field label { width: 100px; display:block; float: left; font-size:11px;  }
.csc-mailform-field { padding-bottom: 10px; }
input#mailformformtype_mail.tue-submit {width:auto;margin-left:288px;}
 
fieldset {
	margin-top:2em;
	border:0px solid #434343;
	padding:2.4em 0;
	margin:.7em 0;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 5px;
}

legend {
padding:0 5px;
font-size:1.02em;
display:block !important;
background:none;
color:#333;

}

.contactform .title {
	font-weight: bold;
	margin: 10px;
	text-align: center;
}
.contactform dl {
		display: table;
		width: 490px;
		margin: 0 auto;
}
.contactform dt {
	padding: 2px;
	width: 180px;
	height: 20px;
	text-align: right;
	line-height: 3em;
	bborder: 1px solid rgba(255,0,0,0.2);;
	display: table-cell;
	vertical-align: middle;
}

.contactform dd {
	bborder: 1px solid rgba(0,255,0,0.2);
	display: table-cell;
	vertical-align: middle;
}

.contactform input[type="text"] {
	width: 300px;
}

.contactform #city {
	width: 100px;
}

.contactform dt.zip {
	width: auto;
}

.contactform dd.zip {
	width: 80px;
}

.contactform #zip {
	width: 80px;
}

.contactform .request {
	vertical-align: top;
}

.contactform textarea {
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-left: 5px;
	width: 298px;
	height: 150px;
}

.contactform .unimat,
.contactform .metalline,
.contactform .playmat,
.contactform .styrocut,
.contactform .uniturn-unimill,
.contactform .step4-mill,
.contactform .step4-hotwire {
	
}

.contactform .city {
	
}

.contactform dt.cnc,
.contactform dt.use {
	vertical-align: text-top;	
	line-height: 1em;
}

.contactform .submit {
	text-align: right;
}

ul#error {
	border: 5px solid rgba(255,220,220,1);
	border-radius: 5px;
	margin: 0 150px;
	padding: 15px 0;
	background: rgba(255,220,220,0.5);
	color: red;
}

/****** TABELLEN ******
**********************/

.csc-textpic-text .contenttable {
	margin-left: 5px;
}

.csc-default .contenttable {
	margin: 7px 20px 15px 20px;
}

.contenttable {
	background: white;
	margin-bottom: 10px;
}

caption {
	font-weight: bold;
}

.contenttable th {
	background: darkgray;
	color: white;
	font-weight: bold;
	text-align: center;
	margin: 2px;
	padding: 5px;
	border: 1px solid white;
}

.contenttable td {
	background: white;
	color: #3d4d5a;
	margin: 2px;
	padding: 5px;
	border: 1px solid white;
}

.contenttable .tr-even td {
	background: #ddd;
}

.contenttable .tr-odd td {
	background: #eee;
}



.contenttable {
	border: 1px solid white;
	border-radius: 5px;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.5);
	padding: 3px;
	display: inline-block;
}

#right .contenttable {
	margin: 0 5px 3px 5px;
	padding: 0;
	border: 1px solid white;
	border-radius: 5px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	display: inline-block;
}


.tabelle70 {
	width: 70%;
	margin: 0 auto 0 auto;
}

/* EVENTS-Tabelle */

.events th {
	background: black;
	color: white;
	font-weight: bold;
	text-align: center;
	margin: 2px;
	padding: 5px;
	border: 1px solid white;
}

.events div {
	text-align: center;
}

.events table {
	border: 1px solid white;
	border-radius: 5px;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.5);
	padding: 3px;

}

.events .contenttable td.td-3 {
	color: #3d4d5a;
	font-weight: bold;
}

.events .contenttable td {
	text-align: center;
}


/* Startseite */
.page-61 #content .csc-textpic-text p {
	font-size: 12px;
}

.page-61 .imagecycle-controller {
	background: none;
	width: 707px;
	left: 5px;
	margin: -21px 0 0 0;
	height: 28px;
}

.page-61 .imagecycle-controller li.next a {
    background-image: url("/fileadmin/images/tct/design/next-button-s.png");
    left: auto;
    right: 10px;
    width: 28px;
    height: 28px;
}

.page-61 .imagecycle-controller a {
	top: 0;
}

.page-61 .imagecycle-controller li.next a:hover,
.page-61 .imagecycle-controller li.prev a:hover {
	background-position: 0 0;
}
.page-61 .imagecycle-controller li.prev a {
    background-image: url("/fileadmin/images/tct/design/prev-button-s.png");
    left: 0;
    width: 28px;
    height: 28px;
}

.page-61 .imagecycle-controller li.play a,
.page-61 .imagecycle-controller li.pause a,
.page-61 .imagecycle-controller li.last a,
.page-61 .imagecycle-controller li.first a {
    display: none;
}

/* AGB */

.page-117 ol {
	border: 2px solid #f9f9f9;
	border-radius: 5px;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.5);
	padding: 5px 15px 15px 15px;
	margin: 30px;
	background: #f5f5f5;
}

/* Login */


#content .tx-felogin-pi1 {
	border: 2px solid #f9f9f9;
	border-radius: 5px;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.5);
	padding: 5px 15px 15px 15px;
	margin: 100px 150px;
	background: #f5f5f5;
}

#content .tx-felogin-pi1 fieldset {
	margin: 20px 100px;
	padding: 25px;
	background: white;
}

#content .tx-felogin-pi1 input[type="text"] {
	margin-bottom: 10px;
}

#content .tx-felogin-pi1 input[type="submit"] {
	margin-top: 10px;
}
