﻿/*CSS-Formatierung Taijutsu-Ingolstadt*/
/*Darstellung Seiten Design*/
.header {
	text-align: center;
}
.inhalt {
	background-color: #2E2E2E;
}
.mitte {
	text-align: center;
	background-image: url('img/mitte_hg.gif');
}
.fussnote {
	background-color: #1C1C1C;
}
.fussnoteTextLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: white;
	text-decoration:none;	
}
.fussnoteTextLinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: white;
	text-decoration:none;		
}
.fussnoteTextLinks a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: white;
	text-decoration:none;		
}
.fussnoteTextRechts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: white;	
}
.tdKeinUmbruch {
	white-space: nowrap;
}
.img {
	border-width: 0px;
}
/*Formatierung Nach oben */
a[href^="#top"]:before { 
	content:'➡'; 
	display: inline-block; 
	color:#e04c32; 
	font-size: 1.5em; 
	-webkit-transform:rotate(-90deg); 
	-ms-transform:rotate(-90deg); 
	transform:rotate(-90deg); 
} 
/*Navigation Rollover */
.navueber a {
	background: url("img/ueber_uns_btn.gif") 0px 0px no-repeat; 
	display: block; 
	color:#000000; 
	text-decoration:none;
}
.navueber a:hover {
	background-position: 0px -91px; 
	color:#000000;
}
.navueber a:active {
	background-position: 0px -182px; 
	color:#000000;
} 
.navtraining a {
	background: url("img/training_btn.gif") 0px 0px no-repeat; 
	display: block; 
	color:#000000; 
	text-decoration:none;
}
.navtraining a:hover {
	background-position: 0px -91px; 
	color:#000000;
}
.navtraining a:active {
	background-position: 0px -182px; 
	color:#000000;
} 
.navtaijutsu a {
	background: url("img/taijutsu_btn.gif") 0px 0px no-repeat; 
	display: block; 
	color:#000000; 
	text-decoration:none;
}
.navtaijutsu a:hover {
	background-position: 0px -91px; 
	color:#000000;
}
.navtaijutsu a:active {
	background-position: 0px -182px; 
	color:#000000;
} 
.navimpressionen a {
	background: url("img/impressionen_btn.gif") 0px 0px no-repeat; 
	display: block; 
	color:#000000; 
	text-decoration:none;
}
.navimpressionen a:hover {
	background-position: 0px -91px; 
	color:#000000;
}
.navimpressionen a:active {
	background-position: 0px -182px; 
	color:#000000;
} 
.navpartner a {
	background: url("img/partner_btn.gif") 0px 0px no-repeat; 
	display: block; 
	color:#000000; 
	text-decoration:none;
}
.navpartner a:hover {
	background-position: 0px -91px; 
	color:#000000;
}
.navpartner a:active {
	background-position: 0px -182px; 
	color:#000000;
} 
/*Sprungmarken Navigation */
.subnav {
	font-size:1em;
}
.subnav a {
	color:#ffffff; 
	text-decoration:none; 
	font-family:"Times New Roman", Times, serif;
}
.subnav a:hover {
	color:#ffffff;
}
.subnav a:active {
	color:#ffffff;
} 
/*Text*/
.ueberschrift-Gross {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: xx-large;*/
	font-size:3em;
	font-weight: bold;
}
.ueberschrift-Mittel {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*font-size: x-large;*/
	font-size:2.5em;
}
.ueberschrift-Klein {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*font-size: large;*/
	font-size:1.70em;
}
.ueberschrift-Klein a {
	color:#FFFFFF; 
	text-decoration:none;
}
.ueberschrift-Klein a:hover {
	color:#C0C0C0; 
	text-decoration:none;
}
.ueberschrift-Klein a:active {
	color:#CCCCCC; 
	text-decoration:none;
}
.Text-Normal {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: medium;*/
	font-size:1.5em;
}
.Text-Normal a {
	color:#CCCCCC; 
	text-decoration:none;
}
.Text-Normal a:hover {
	color:#C0C0C0; 
	text-decoration:none;
}
.Text-Normal a:active {
	color:#CCCCCC; 
	text-decoration:none;
}
.Text-Klein {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: small;*/
	font-size:0.75em;
}
/*Ueber-Uns-Formatierungen */
.team-td {
	border-bottom: 1px solid white;
	background-color: #343434;
}
.team-img {
	background-color: #343434;
}
/*Impressionen-Formatierungen */
.impressionen-imgBlock {
	float: left;
	text-align:center;
}
.impressionen-imgEinzel {
	border-style: solid;
	border-width: 0;
	margin: 5px;
}