/* 960 Grid System Include */
@import url('960.css');
@import url('reset.css');
@import url('text.css');
@import url('rte.css');

/* General Document Settings */
body {
	background: url(../images/background.png) top left repeat-x #b7b9be;
}

#root {
	margin-top: 30px;
	background: url(../images/content_background.gif) top left repeat-y;
}

.float_left {
	float: left;
}

.float_right {
	float: right !important;
}

.float_clear {
	clear: both;
}


/* Header Settings */
#header {
	height: 115px;
	background: url(../images/header.png) top left no-repeat;
}

#header a {
	color: #4c7fb8;
	text-decoration: none;
}

.header_padding {
	padding: 10px 20px;
	font-size: 0.9em;
	text-align: right;
}

#header_search {
}

#header_search input {
	margin-left: 10px;
	background-color: #f0f0f0;
	border: 1px solid #a5acb2;
}

#cn_logo {
	visibility: hidden;
}



/* Horizontal Navigation Settings */
#navi_hor {
	height: 73px;
}



/* Vertical Navigation Settings */
#navi_vert {
	background-color: #c8c8c8;
}

#navi_vert a {
	color: #2e5f92;
	text-decoration: none;
}

#navi_vert ul {
	border-top: 1px solid #fff;
	list-style-type: none;
}

#navi_vert ul li {
	margin: 0;
	padding: 10px 0 10px 28px;
	border-bottom: 1px solid #8c8c8c;
}

#navi_vert ul li.active {
	/* background-color: #1279ce; */
	background: url(../images/navi_arrow.gif) top right no-repeat #6f7072;
	border-bottom: 1px solid #fff;
}

#navi_vert ul li.active a {
	color: #fff;
}



/* Content Settings */
#content {
	min-height: 400px;
	_height: 400px;
	/* color: #316194; */
	font-size: 14px;
	color: #292929;
	background-color: #fff;
}

#content_start {
	height: 316px;
	background: url(../images/start.png) top left no-repeat;
	position: relative;
}

#content_start a {
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #1175c7;
	position: absolute;
	right: 308px;
	bottom: 40px;
}

.content_padding {
	padding: 32px 32px 17px 10px;
}

.content_padding a {
	text-decoration: none;
	color: #0080ff;
}

.content_padding a:hover {
	text-decoration: underline;
}

.content_padding h2,
.content_padding h3,
.content_padding h4,
.content_padding h5,
.content_padding h6 {
	margin: 10px 0 5px 0 !important;
}

.content_padding p,
.content_padding ul {
	margin: 0;
	padding: 0 0 20px 0;
}

.content_padding ul li {
	padding-bottom: 6px;
	list-style-image: url(../images/coachdb_list.gif);
}

.content_padding ol li {
	padding-bottom: 6px;
}

.content_padding ul li ol {
	padding-bottom: 0;	
	margin-bottom: 0;
}

.content_padding ul li ol li {
	list-style-image: none;
}

.content_padding ol li ol li {
	list-style: lower-latin;
}

.content_padding legend {
	color: #666 !important;
}

.content_padding p.align-center {
	text-align: center;
}

.content_padding p.align-right {
	text-align: right;
}

.csc-textpic-caption {
	font-size: 0.8em;
}

.content_padding img {
	padding: 5px 10px 10px 5px;
	background: url(../images/shadow-1000x1000.gif) no-repeat right bottom;
}

.csc-textpic-intext-left-nowrap img {
	padding: 0 10px 10px 0 !important;
}

.tx-irfaq-pi1 img {
	padding: 0;
	background: none;
}

.tx-irfaq-pi1 dt p.bodytext {
	color: #666;
}



/* Footer Settings */
#footer {
	height: 143px;
	font-size: 11px;
	color: #fff;
	background: url(../images/footer.png) top left no-repeat;
}

.footer_start {
	color: #6f6f6f !important;
	background: url(../images/footer_start.png) top left no-repeat !important;
}

.footer_start a {
	color: #6f6f6f !important;
}

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

#footer img {
	float: left;
}

.footer_padding {
	padding: 22px 30px 10px 306px;
}

.contact {
	width: 135px;
	float: left;
}

.margin_add {
	margin-left: 100px;
}




/* Coach DB Settings */
.tx-coachdb-pi1 {
	padding: 0 68px 0 0;
	position: relative;
}

.tx-coachdb-pi1 h5 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 15px;
}

.tx-coachdb-pi1 .csc-header-n1 {
	height: 30px;
	padding: 0;
}

.tx-coachdb-pi1 .expert_for {
	font-size: 17px;
	/* font-weight: bold; */
	color: #000;
	clear: both;
}

.tx-coachdb-pi1 .coachdb_photo {
	width: auto;
	height: 170px;
	position: absolute;
	top: 0;
	right: 65px;
	overflow: hidden;
}

.tx-coachdb-pi1 .coachdb_categories,
.tx-coachdb-pi1 .coachdb_url,
.tx-coachdb-pi1 .coachdb_backlink {
	margin-top: 15px;
}

.tx-coachdb-pi1 .coachdb_backlink {
	position: absolute;
	right: 0;
	bottom: -45px;
}

.tx-coachdb-pi1 img {
	background: none;
}

.tx-coachdb-pi1 #coachdb_list_infobox {
	width: 200px;
	padding: 13px 15px 15px 25px;
	font-size: 11px;
	background: url(../images/infobox-bg.png) top left no-repeat #f0f0f0;
	border: 1px solid #a5acb2;
	position: absolute;
	top: 17px;
	right: 0;
}

.tx-coachdb-pi1 #coachdb_list_infobox img {
	margin: 0;
	padding: 0;
}

.coachdb_list_coach {
	width: 250px;
	height: 203px;
	margin: 0 25px 25px 0;
	padding: 5px 10px;
	background: url(../images/coach_list_bg.png) top left no-repeat;
	float: left;
}

.coachdb_list_coach .coachdb_list_photo {
	width: 105px;
	margin: -5px 0 5px 0;
	padding-top: 10px;
	float: left;
}

.coachdb_list_coach .coachdb_list_photo img {
	padding: 1px;
	border: 1px solid #efefef;
}

.coachdb_list_coach .coachdb_list_name {
	min-height: 100px;
	padding-top: 25px;
	font-weight: bold;
	color: #0080ff;
}

.coachdb_list_coach .coachdb_list_name a {
	font-size: 0.7em;
}

.coachdb_list_coach p {
	padding-top: 10px;
	font-size: 1.1em;
}

.coachdb_list_coach p a {
	font-weight: bold;
	text-decoration: none;
	color: #bbb;
}

.coachdb_list_coach p a:hover {
	text-decoration: underline;
}

.coachdb_list_coach .coachdb_list_desc {
	height: 50px;	
}

.coachdb_list_coach .coachdb_list_shortdesc,
.coachdb_list_coach .coachdb_list_desc {
	width: 100%;
	padding: 0 0 0 2px;
	font-size: 0.8em;
	float: left;
	overflow: hidden;
}

.coachdb_search_link {
	font-size: 0.9em;
	text-align: right;	
}

.coachdb_search_photo {
	width: 115px;
	float: left;
}

.coachdb_search_content {
	width: 474px;
	float: left;
}

.coachdb_search_description em {
	font-size: 0.9em;
	color: #999;
}



/* sIFR Settings */
.tx-coachdb-pi1 .csc-header-n1 {
	width: 470px;
	font-size: 17px;
	position: relative;
	left: -10px;
}

.tx-coachdb-pi1 .coachdb_motto {
	width: 450px;
	padding-bottom: 30px;
	font-size: 12px;
	position: relative;
	top: 22px;
}

.tx-coachdb-pi1 .expert_for {
	width: 470px;
	font-size: 9px;
	position: relative;
	top: -6px;
}

.sIFR-active .accordion {
	margin: 0 0 0 12px;
	margin-bottom: 0 !important;
	padding: 0 0 0 10px;
	background: url(../images/plus.gif) bottom left no-repeat;
	cursor: pointer;
}




/* Searchbox Settings */
.tx-indexedsearch-browsebox ul {
	padding: 0 0 30px 0 !important;
}

.tx-indexedsearch ul.browsebox li {
	margin: 0 5px 0 0;
	padding: 3px;
	border: 1px solid #ddd;
	background-color: #eee;
}

.tx-indexedsearch ul.browsebox li a {
	/* color: #a0a0a0; */
	color: #0F68B0 !important;
}

.tx-indexedsearch-res {
	position: relative;
}

.tx-indexedsearch-res img {
	padding: 0;
	background: none;
}

.tx-indexedsearch-res h3 {
	padding: 0 !important;
}

.tx-indexedsearch-res h3 a {
	text-decoration: none;
	/* color: #0080ff !important; */
	color: #0F68B0 !important;
}

.tx-indexedsearch-res h3 a:hover {
	text-decoration: underline;
}

.tx-indexedsearch-res .tx-indexedsearch-title {
	position: relative;
	left: -10px;
	bottom: 1px;
}

.tx-indexedsearch-icon .icon {
 	margin: 0;
	padding: 0;
}

.tx-indexedsearch-redMarkup {
	color: #bb0000 !important;
}

.tx-indexedsearch-descr {
	position: relative;
	top: -15px;
}



/* Powermail Settings */
.tx-powermail-pi1_formwrap fieldset,
.tx-powermail-pi1_formwrap fieldset .even,
.tx-powermail-pi1_formwrap fieldset .odd {
	border: 0;
	background-color: #fff !important;
}

.tx-powermail-pi1_formwrap fieldset {
	width: 450px;
	padding-left: 0;
}

.tx-powermail-pi1_formwrap fieldset label {
	width: 150px;
	font-weight: normal;
}

.tx_powermail_pi1_fieldwrap_html_submit {
	padding: 0 33px 0 0;
	text-align: right;
}

.tx_powermail_pi1_fieldwrap_html_submit input {
	font-weight: normal !important;
}

div.tx-powermail-pi1_confirmation {
	clear: both;
}

.tx_powermail_pi1_formconfirmation_back {
	width: 80px;
	margin-bottom: 30px;
	float: left;
}

.tx_powermail_pi1_formconfirmation_submit {
	width: 160px;
	margin-bottom: 30px;
	float: left;
}

.powermail_mandatory_js {
	margin-left: 150px !important;
}



/* FAQ Settings */
.tx-irfaq-pi1 {
	padding-top: 3px;
}

.tx-irfaq-pi1 .tx-irfaq-dynheader {
	padding-bottom: 7px;
}



/* Accordion Settings */
.acc2plus {
	
}



/* tt_news Setting */
.news-list-item {
	clear: both;
}

.news-list-date, .news-single-timedata {
	width: 65px;
	float: right;
}

.news-list-date img, .news-single-timedata img {
	background: none;
}

.news-list-content, .news-single-content {
	width: 550px;
	padding: 0 0 20px 0;
	float: left;
}

.news-list-content-title {
	position: relative;
}

.news-list-content .sIFR-replaced {
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
}

.news-list-content .sIFR-replaced h3 {
	padding: 0 0 15px 0;
}

.news-list-morelink, .news-single-backlink {
	text-align: left;
}


.news-single-item h3 {
	padding-bottom: 15px;
	font-size: 1em;
}

.news-single-item .news-single-timedata {
	font-size: 0.8em;
}

.news-single-item .sIFR-replaced {
	height: 40px;
	margin: 0 0 0 -7px;
	margin-bottom: 40px !important;
	padding-bottom: 0 !important;
}

.news-single-author {
	margin-top: 0;
}



/* Callback Button Settings */
#callback {
	margin-bottom: 15px;
	padding: 0;
	background: none;
	cursor: pointer;
}



/* Uploads */
.csc-uploads td.csc-uploads-fileName {
	padding-right: 10px;
}



/* Gallery Settings */
.tx-photogals-pi1 img {
	background: none;
}

.tx-photogals-pi1-big {
	display: none;
}

/* Freiherr Abweichung */

.setid-63 {
	position: relative;
	top: 30px !important;
}

