
/**************** Layout ****************/

/*

tvb: blau: #003ADD
hell: #2B5ADB

aktivriege/sprint-team: rot: #FF1900
hell: #FF4332

jugendriege/maedchenriege: gelb: #FFAA00
hell: #FFBB32

muki & kitu: violett: #444B9B
hell: #585E99

swiss athletics sprint: orange: #FF6600
hell: #FF8432

*/


html, body {
	height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

#all {
	position: relative;
	padding: 0;
	width: 100%;
	min-height: 100%; /* Mindesth�he in modernen Browsern */
	height: auto !important; /* !important-Regel f�r moderne Browser */
	height: 100%; /* Mindesth�he in IE (<7) */
}

#main_tab {
	position: relative;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
}

#main_tab ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

#main_tab ul li {
	float: left;
	position: relative;
	overflow: hidden;
}

#main_tab ul li a {
	padding: 4px;
}

#main_tab ul li a.selected {
	text-decoration: underline;
	font-weight: 700;
}

body[data-area="jugendriege"] #main_tab ul li a.selected,
body[data-area="maedchenriege"] #main_tab ul li a.selected {
	color: #4CBD55;
}

body[data-area="muki_kitu"] #main_tab ul li a.selected,
body[data-area="kitu"] #main_tab ul li a.selected {
	color: #ffad1c;
}

#header_nav ul li a.selected {
	text-decoration: underline;
	font-weight: 700;
}

body[data-area="jugendriege"] #header_nav ul li a.selected,
body[data-area="maedchenriege"] #header_nav ul li a.selected {
	color: #4CBD55;
}

body[data-area="muki_kitu"] #header_nav ul li a.selected,
body[data-area="kitu"] #header_nav ul li a.selected {
	color: #ffad1c;
}

#header {
	width: 100%;
	height: 155px;
	margin: 0;
	padding: 0;
}

#header_screen {
	display: none;
}

#header_print {
	width: 100%;
	height: 150px;
}

#header_print_title {
	height: 150px;
	float: left;
	font-size: 32px;
	margin-left: 180px;
}

#header_print_logo {
	height: 150px;
	float: left;
	width: 180px;
	background-image: url(/style/logos/tvb_logo_b.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}

#window {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#navcol {
	display: none;
	width: 180px;
	float: left;
	margin: 0 0 5px;
	padding: 0;
	z-index: 2;
}

* html #navcol { 			/* star-hack */
	margin: 0 0 0 5px;
}

#content {
	width: 100%;
	float: left;
	margin: 0 auto;
	padding: 0 0 10px;
	z-index: 1;
}

#settings {
	display: none;
}

* html #content {
	margin: 0 0 0 5px;
}

#footer {
	position: relative;
	z-index: 2;
	clear: both;
	width: 100%;
	height: 50px;
	padding: 0;
}

#footer p {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	color: #000000;
	font-size: 11px;
}

#footer p a {
	color: #000000;
	font-size: 11px;
}


/* Navigation */

#nav {
	margin: 0;
	padding: 0;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul li {
	margin: 2px 0 2px 0;
}

#nav ul a {
	display: block;
	height: 21px;
	margin: 0;
	padding: 3px;
	text-align: left;
	color: #000000;
	font-size: 16px;
	border-color: #003ADD;
	border-style: dotted;
	border-width: 0 0 1px;
	text-decoration: none;
}

#nav ul ul li {
	margin-left: 12px;
}

#nav ul ul a {
	display: block;
	height: 17px;
	color: #000000;
	font-size: 13px;
}

#nav ul a:hover {
	color: #003ADD;
	border-style: solid;
}

#nav ul a:active {
	color: #003ADD;
	border-style: solid;
}


/* Boxes */

#box {
	display: block;
	margin: 0;
	padding: 5px;
	text-align: left;
	border-color: #003ADD;
	border-style: dotted;
	border-width: 0 0 1px;
}

#box a, #box p, #box td {
	font-size: 14px;
}

#box input, #box .small {
	font-size: 11px;
}

#box ul {
	margin: 0;
	padding: 5px 5px 0 12px;
	list-style-type: circle;
}



/**************** Style ****************/

/* Schriften und Links */

A,P,DIV,H1,H2,H3,H4,TD {
	color: #000000;
	font-size: 16px;
}

A {
	color: #003ADD;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

P {
	margin: 0;
	padding: 0;
}

LI {
	margin-bottom: 3px;
}

a.button {
	margin: 0 1px;
	padding: 0 2px 0 2px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
}

a.button_active {
	margin: 0 1px;
	padding: 0 2px 0 2px;
	text-align: center;
	font-size: 16px;
	color: #C0C0C0;
	text-decoration: none;
	background-color: #808080;
}

a.button:hover {
	color: #808080;
	background-color: #C0C0C0;
}

a.icon {
	text-decoration: none;
}

a.icon img {
	border: 0px;
}

p.sp {
	margin: 0px 0 6px 0;
}

p.indent {
	text-indent: 16px;
}

p.note {
	position: relative;
	display: block;
	margin: 10px;
	padding: 5px;
	text-align: center;
	border: 1px solid  #808080;
}

.nodeco {
	text-decoration: none;
}

.print {
	
}

.noprint {
	display: none;
}

.monospace {
	font-family: monospace;
}

.small {
	font-size: 11px;
}

.normal {
	font-size: 16px;
	font-weight: normal;
}

.medium {
	font-size: 21px;
}

.large {
	font-size: 24px;
}

.b {
	font-weight: bold;
}

.nb {
	font-weight: normal;
}

.b12 {
	font-size: 16px;
	font-weight: bold;
}

.b14 {
	font-size: 19px;
	font-weight: bold;
}

.red {
	color: #FF0000;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

H1 {
	font-size: 32px;
	text-align: center;
	margin: 0 0 16px 0;
}

H2 {
	font-size: 27px;
	text-align: center;
	margin: 0 0 16px 0;
}

H3 {
	font-size: 21px;
	font-weight: bold;
	margin: 16px 0 6px 0;
}

H4 {
	font-size: 19px;
	font-weight: bold;
	margin: 14px 0 4px 0;
}


/* Bildoptionen */

IMG {
	border: 0;
}

IMG.button {
	border: 0px;
}

.image {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}

.image img {
	margin-bottom: 2px;
}

.border {
	display: block;
	margin: 3px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	text-align: left;
	border: 1px solid #000000;
}

.noborder {
	border: 0px;
	font-size: 13px;
	margin-bottom: 4px;
}


/* Tabellen-Formatierung */

TABLE,TR,TD {
	border-collapse: collapse;
}

TD {
	vertical-align: top;
}

.t_sp TD {
	padding-bottom: 12px;
}

.t_sp6 TD {
	padding-bottom: 6px;
}

.t_sp_bot TD {
	padding-bottom: 12px;
	vertical-align: bottom;
}

.sprint_t TD {
	text-align: center;
	padding-bottom: 2px;
}

.no_sp TD {
	padding-bottom: 0px;
}


/* Messages */

div.success {
	position: relative;
	display: block;
	margin: 10px;
	padding: 10px;
	background-color: #7FFF8E;
	border: 1px solid #267F00;
}

div.success p {
	position: absolute;
	top: 10px;
	left: 44px;
	color: #267F00;
}

p.success  {
	color: #267F00;
}

div.warning {
	position: relative;
	display: block;
	margin: 10px;
	padding: 10px;
	background-color: #FFF7D1;
	border: 1px solid #DBA800;
}

div.warning p {
	position: absolute;
	top: 10px;
	left: 44px;
	color: #DBA800;
}

p.warning {
	color: #DBA800;
}

div.error {
	position: relative;
	display: block;
	margin: 10px;
	padding: 10px;
	background-color: #FF7F7F;
	border: 1px solid #7F0000;
}

div.error p {
	position: absolute;
	top: 10px;
	left: 44px;
	color: #7F0000;
}

p.error {
	color: #7F0000;
}


/* Farbige Tabelle */

table.colTable {
	margin: 8px 0;
}

table.colTable tr td {
	padding: 4px 6px 8px 6px;
	margin: 1px;
	border: 1px solid #000000;
}

table.colTable tr td p {
	margin: 0 0 5px 0;
}

tr.colTable_header {
	background-color: #C0C0C0;
}

tr.colTable_header td {
	padding: 4px 6px 6px 6px !important;
	font-size: 15px;
	font-weight: bold;
}

tr.colTable_bg0 {
	background-color: #FFFFFF;
}

tr.colTable_bg1 {
	background-color: #D8D8D8;
}

.colTable_date {
	display: block;
	width: 100%;
	font-size: 11px;
	margin:  0 0 5px 0;
	border-bottom: 1px solid #C0C0C0;
}


/* Interner Bereich */

#leftcol {
	position: relative;
	width: 200px;
	margin: 0 20px 0 0;
	float:left;
}

#rightcol {
	position: relative;
	width: 500px;
	float:left;
}

#profileimage {
	width: 200px;
	float: left;
	margin: 0 0 5px 0;
}

#profilemenu {
	width: 200px;
	float: left;
	margin: 0 0 5px 0;
	text-align: left;
}

#profilemenu a {
	display: block;
	margin: 0;
	padding: 2px 2px 0 2px;
	font-size: 15px;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

#profilemenu a:hover {
	color: #808080;
	background-color: #C0C0C0;
}


/**************** Pages & forms ****************/

/* forms */
form {
	margin: 0;
}

form input {
}

form select {
}

form textarea {
	font-family: arial;
}

form input.no_design {
	background-color: transparent !important;
	border: 0px !important;
}

form table tr td {
	padding: 0 0 8px 0;
}

.big_button {
	cursor: pointer;
	display: block;
	width: 150px;
	height: 60px;
	padding: 20px 0;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	border: 0;
}

.big_button_green {
	color: #005500;
	background: url(gfx/green_button.png) 0 0 no-repeat;
}

.big_button_red {
	color: #FFDDEE;
	background: url(gfx/red_button.png) 0 0 no-repeat;
}

.big_button:hover {
	text-decoration: none;
	background-position: -150px 0;
}


/** pages **/

div.pages {
	display: block;
	width: 100%;
	margin: 0 auto 0px auto;
}

div.pages div.legend {
	padding: 0 0 2px;
}

div.pages div.legend span {
	font-weight: bold;
}

a.page_link span {
	display: none;
}

/* upper tab */
div.pages div.upper_tab {
	position: relative;
	display: block;
	width: 100%;
	height: 20px;
	margin: 0;
	font-size: 14px;
	border-bottom: 1px solid #000000;
}

div.pages div.upper_tab a {
	font-size: 14px;
}

div.pages div.upper_tab div.upper_tab_left {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	font-size: 14px;
	text-align: left;
}

div.pages div.upper_tab div.upper_tab_right {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	font-size: 14px;
	text-align: right;
}

div.pages div.upper_tab div.upper_tab_right a {
	color: #000000;
	font-size: 14px;
	padding: 2px 4px 3px 4px;
	text-decoration: none;
}

div.pages div.upper_tab div.upper_tab_right a.active {
	font-weight: bold;
	padding: 2px 4px 1px 4px;
	border-bottom: 2px solid #808080;
}

div.pages div.upper_tab div.upper_tab_right a:hover {
	color: #808080;
	background-color: #000000;
}

/* lower tab */
div.pages div.lower_tab {
	position: relative;
	display: block;
	height: 18px;
	width: 100%;
	margin: 0;
	font-size: 14px;
	border-top: 1px solid #000000;
}

div.pages div.lower_tab a {
	font-size: 14px;
}

div.pages div.lower_tab div.lower_tab_left {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	font-size: 14px;
	text-align: left;
}

div.pages div.lower_tab div.lower_tab_right {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	font-size: 14px;
	text-align: right;
}

div.pages div.lower_tab div.lower_tab_right a {
	color: #000000;
	font-size: 14px;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}

div.pages div.lower_tab div.lower_tab_right a.active {
	font-weight: bold;
	padding: 0px 4px 2px 4px;
	border-top: 2px solid #808080;
}

div.pages div.lower_tab div.lower_tab_right a:hover {
	color: #808080;
	background-color: #000000;
}

/* highlighted table */
table.highlighted {
	width: 100%;
	margin: 0;
	padding: 0;
}

table.highlighted tr td {
	vertical-align: top;
	font-size: 14px;
}

table.highlighted tr.header {
	border-bottom: 1px solid #000000;
}

table.highlighted tr.header td {
	font-weight: bold;
	padding: 4px 2px 4px 2px;
}

table.highlighted tr.content td {
	padding: 3px 2px 3px 2px;
}

table.highlighted tr.content:hover {
	background-color: #DDDDDD;
}

table.highlighted tr td a {
	font-size: 14px;
}


/* Administration */

ul.admin_folder {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.admin_folder li {
	padding: 1px 0;
}

ul.admin_folder li a {
	text-decoration: none;
}

ul.admin_folder li:hover {
	background-color: #DDDDDD;
}
