body {
	color: black;
	background-color: white;
	background-image: url(../images/backgr_small.jpg);
	font-size: 100.01%;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 8px;
	text-align: center;
}

a {
	color: #517BAB;
	text-decoration: none;
}

h1,h2,h3,h4,h5 {
	color: #517BAB;
	/*margin-bottom: 6px;*/
}

h1 {
	background-image: url(../images/budokan_logo_15px.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 100%;
	padding-left: 20px;
}

h2 {
	font-size: 80%;
}

h3 {
	font-size: 70%;
}

p {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 70%;
}

p.bigBold {
	font-size: 70%;
	font-weight: bold;
}

dl {
	font-size: 70%;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin-bottom: 12px;
}

/* ********** Classes ********** */
.Pic_center {
	text-align: center;
}

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

p.teaserBorder {
	width: 372px;
	border-bottom: 1px solid;
	padding-bottom: 7px;
}

ul.standardList {
	font-size: 80%;
}

ul.standardList li {
	margin-bottom: 4px;
	list-style-image: url(../images/li_icon.jpg);
}

table.standardTable {
	font-size: 0.8em;
	border-collapse: collapse;
	border: 1px solid #cccccc;
}

table.standardTable td {
	border-collapse: collapse;
	border: 1px solid #cccccc;
	padding: 3px;
}

.validation-advice {
	width: 280px;
	margin-left: 120px;
	margin-bottom: 8px;
	background-color: #ffca9f;
	border: 1px solid #ef654a;
	padding: 4px;
	font-size: 0.85em;
}

p.messageError {
	width: 360px;
	background-color: #ffca9f;
	border: 1px solid #ef654a;
	padding: 4px;
}

p.messageInfo {
	width: 360px;
	background-color: #abef95;
	border: 1px solid #2ebf00;
	padding: 4px;
}

.InputText {
	width: 140px;
	font-size: 0.84em;
}

.InputTextArea {
	font-size: 1.1em;
}

/* ******** Page Content Container ******** */
div#PageContent {
	background-color: white;
	background-image: url(../images/BudokanLogo05.jpg);
	background-repeat: no-repeat;
	border: 1px solid #000000;
	margin: auto;
	width: 800px;
	text-align: left;
	overflow: hidden;
}

/* ******** HeaderArea Container ******** */
div#HeaderArea {
	width: 100%;
	height: 180px;
}

/* ******** Main Navigation ******** */
div#MainNavig {
	width: 580px;
	font-size: 80%;
}

div#MainNavig a {
	padding-left: 8px;
	padding-right: 6px;
	line-height: 24px;
	font-weight: bold;
	color: #517BAB;
	display: inline;
	float: left;
}

div#MainNavig a.active {
	text-decoration: underline;
	color: #517BAB;
}

div#MainNavig a:hover {
	color: black;
}

div#MainNavig a:active {
	text-decoration: underline;
}

/* ******** MetaArea Container ******** */
div#MetaArea {
	width: 98%;
	padding: 8px;
	margin-top: 8px;
	margin-bottom: 18px;
}

div#MetaArea h1 {
	margin: 0px;
}

/* ******** PageTitle in MetaArea ******** */
div#PageTitle {
	float: left;
	width: 450px;
}

/* ******** Meta Navigation in MetaArea ******** */
div#MetaNavig {
	float: left;
	width: 330px;
	font-size: 60%;
	text-align: right;
}

div#MetaNavig a {
	padding-left: 12px;
}

div#MetaNavig a:hover {
	text-decoration: underline;
}

div#MetaNavig a.active {
	text-decoration: underline;
}

/* ******** ContentArea ******** */
div#ContentArea {
	width: 100%;
	padding-bottom: 6px;
}

/* ******** ContentArea left ******** */
div#ContentAreaLeft {
	float: left;
	width: 120px;
	padding-left: 4px;
}

div#SubNavig {
	width: 120px;
	margin-top: 30px;
	padding: 0px;
	font-size: 70%;
}

div#SubNavig ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#SubNavig li {
	margin: 2px;
	padding: 2px;
}

div#SubNavig li a {
	display: block;
	padding: 2px;
	padding-left: 4px;
	color: #517BAB;
	border-bottom: 1px #517BAB dotted;
}

div#SubNavig li a.active {
	background-image: url(../images/navighover.jpg);
	background-repeat: no-repeat;
	color: black;
	border-bottom: 1px black solid;
}

div#SubNavig li a:hover {
	background-image: url(../images/navighover.jpg);
	background-repeat: no-repeat;
	color: black;
	border-bottom: 1px black solid;
}

/* ********* ContentLeftPic ********** */
div#ContentLeftPic {
	width: 80px;
	height: 550px;
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
}

/* ******** ContentArea right ******** */
div#ContentAreaRight {
	float: left;
	width: 640px;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
}

/* *************** Content *************** */
div#Content {
	margin-left: 8px;
	margin-right: 18px;
}

div#Content a {
	text-decoration: underline;
}

div#Content a:hover {
	text-decoration: none;
}

/* ******** FooterArea Container ******** */
div#FooterArea {
	width: 100%;
	clear: both;
}

/* ******** Bottom Navigation in FooterArea ******** */
div#BottomNavig {
	width: 80%;
	height: 18px;
	padding-top: 80px;
	padding-bottom: 10px;
	margin-bottom: 4px;
	font-size: 70%;
	text-align: center;
}

div#BottomNavig a {
	padding-right: 6px;
	color: #517BAB;
}

div#BottomNavig a.active {
	text-decoration: underline;
}

div#BottomNavig a:hover {
	color: black;
}

/* ******************* News general ******************** */
div#NewsArea p {
	margin-bottom: 6px;
}

div#NewsArea table {
	font-size: 70%;
	margin-bottom: 12px;
}

.News {
	margin-bottom: 12px;
	border-bottom: 1px #517BAB solid;
}

/* ********************* Home ********************** */
div#Home_LeftContent {
	float: left;
	width: 380px;
}

div#Home_Newslist {
	float: left;
	width: 380px;
	margin-left: 14px;
}

div#Home_Newslist p {
	margin-bottom: 6px;
}

/* ******************* Terminkalender ********************* */
div#Terminkalender h2 {
	background-color: #E7EDF4;
	padding: 2px;
}

/* ******************* Termin general ******************** */
div#TerminArea p {
	margin-bottom: 6px;
}

div#TerminArea table {
	font-size: 70%;
	margin-bottom: 12px;
}

.Termin {
	margin-bottom: 12px;
	border-bottom: 1px #517BAB solid;
}

/* ***************** TrainingTimetable ******************* */
div#TrainingTimetable {
	
}

div#TrainingTimetable table {
	width: 100%;
	font-size: 100%;
	text-align: center;
	border: 1px #517BAB solid;
	border-collapse: collapse;
}

div#TrainingTimetable td {
	border: 1px #517BAB solid;
	padding: 4px;
}

div#TrainingTimetable tr.Head {
	font-size: 80%;
	font-weight: bold;
}

/* ******************* Tarife ********************* */
div#Tarife {
	
}

div#Tarife table {
	width: 450px;
	font-size: 100%;
	text-align: center;
	border: 1px #517BAB solid;
	border-collapse: collapse;
	margin-bottom: 10px;
}

div#Tarife td {
	font-size: 80%;
	border: 1px #517BAB solid;
	padding: 4px;
}

div#Tarife tr.Head {
	font-weight: bold;
}

div#Tarife p.TableFooter {
	font-size: 60%;
	padding: 0px;
	margin: 0px;
}

/* ******************* Dojo Lageplan ********************* */
div#LageplanBudokan {
	width: 700px;
}

div#LageplanBudokan img {
	float: left;
	margin-right: 10px;
	margin-bottom: 50px;
	border: 1px solid #CCCCCC;
}

div#LageplanBudokan p {
	margin-top: 0px;
}

/* ********************* Portrait *********************** */
div#Portrait img {
	float: left;
	margin: 0px;
	padding: 0px;
}

/* ********************* InstruktorenArea *********************** */
div#InstruktorenArea {
	width: 660px;
	height: 400px;
	background-image: url(../images/instruktoren_backgr.jpg);
	background-repeat: no-repeat;
}

div#InstruktorenArea img {
	float: left;
	margin: 38px;
	margin-right: 15px;
	border: 1px solid #CCCCCC;
}

div#InstruktorenArea dl {
	float: left;
	width: 300px;
	margin-top: 50px;
	font-size: 70%;
}

div#InstruktorenArea dd {
	margin-bottom: 20px;
}

div#InstruktorenArea dl p {
	font-size: 100%;
}

/* ********************* Sitemap *********************** */
div#Sitemap {
	font-size: 80%;
}

div#Sitemap li {
	margin-bottom: 4px;
	list-style-image: url(../images/li_icon.jpg);
}

div#Sitemap li ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ********************* Bilder *********************** */
div#Gallery {
	height: auto;
	float: none;
	clear: both;
}

div#Gallery .galleryItem {
	width: 160px;
	padding: 2px;
	float: left;
	border: 1px solid #dde5f0;
}

div#Gallery table {
	border: 1px solid #517BAB;
	border-collapse: collapse;
}

div#Gallery td {
	border: 1px solid #517BAB;
	width: 120px;
	text-align: center;
}

div#Gallery td img {
	margin: 8px;
	border: 0px;
}

/* ********************* Stickerei *********************** */
div#ContentArea .stickereiImg {
	float: left;
	border: 1px solid #cccccc;
	margin: 4px;
}

div#ContentArea img {
	border: 0;
}

/* ********************* Berichte *********************** */
div#Bericht {
	font-size: 1.1em;
}

div#Bericht h2 {
	color: #000;
}

div#Bericht ul.standardList {
	font-size: 70%;
}

div#ContentArea div.berichteImg {
	float: left;
	border: 1px solid #cccccc;
	margin: 4px;
}

/* ********************* Jugendseite *********************** */
div.jugendseiteTeaser {
	height: 124px;
}

div.jugendseiteTeaser p {
	font-size: 0.7em;
	font-weight: bold;
}

div.jugendseiteTeaser img {
	margin-right: 4px;
	float: left;
}

/* ********************* Kontaktformular *********************** */
#contactForm {
	font-size: 0.8em;
	margin-left: 0;
	margin-right: 10px;
	margin-bottom: 18px;
	margin-top: 18px;
}

#contactForm label {
	width: 120px;
	margin-bottom: 8px;
	display: block;
	float: left;
	font-size: 0.84em;
}

#contactForm input,textarea {
	margin-bottom: 8px;
	border: 1px solid #cccccc;
}

#contactForm input:hover,textarea:hover {
	border: 1px solid black;
}

#contactForm  div.ValidationErrorText {
	padding: 0px;
	margin: 0px;
	margin-left: 120px;
	font-size: 0.8em;
	color: #f47f4b;
}
