@charset "UTF-8";
body  {
	background: #000000; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 15;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
a img {
border: none;
}#container {
	width: 958px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 80%;
	color: #FFFFFF;
} 
a {
	color: #8A763C;
}
h1, h2, h3, h4 {
	font-weight: bold;
	color: #8D7843;
	text-transform: uppercase;
}
h1 {
	font-size: 100%;
	padding-bottom: 0px;
}
h2 {
	font-size: 100%;
	color: #FFFFFF;
}
p, #mainContent ul, #mainContent ol {
	line-height: 1.2;
}
.no_top {
	margin: 0px;
}
#header {
	background-color: #000000;
	background-image: url(images/index_03.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
} 
#header img {
	margin-top: 19px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 10px;
}
#header ul {
	margin: 0px;
	list-style-type: none;
	background-color: #000000;
	overflow: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#header li {
	float: left;
	font-size: 100%;
}
#header li a {
	display: block;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#header li a:hover, #header li a:active, #header li a:focus {
	color: #8D7645;
	background-color: #FFFFFF;
}
#outer_wrap {
	background-repeat: no-repeat;
}
#outer_wrap_index {
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 370px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 193px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/news_main_09.jpg);
}
#mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 370px;
	padding-top: 30;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 395px;
} 
#mainContent_1spalt {
	background-image: url(images/lifestyle_back_07.jpg);
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	height: 453px; /* for IE */
	min-height: 453px; /* for not-IE */
}
#footer {
	background-color: #000000;
	background-image: url(images/footer_no_sponsors.jpg);
	padding-right: 10px;
	padding-left: 20px;
	height: 40px;
} 
#footer_popup {
	background-color: #000000;
	background-image: url(images/footer_no_sponsors.jpg);
	padding-right: 10px;
	padding-left: 0px;
	height: 40px;
} 
#footer_index {
	background-color: #000000;
	background-image: url(images/index_whole_08.jpg);
	padding-right: 10px;
	padding-left: 20px;
	height: 40px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#sidebar2_lifestyle {
	float: right;
	width: 193px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer_lifestyle_fel {
	background-color: #000000;
	background-image: url(images/lifestyle_main_11.jpg);
	padding-right: 10px;
	padding-left: 20px;
	height: 40px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1 h1 {
	padding-left: 30px;
}
#sidebar1 p {
	padding-left: 30px;
}
.sidebar1_img {
	padding-left: 0px;
}
#header_index {
	background-color: #000000;
	background-image: url(images/header_flags_03.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#header_index img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header_index ul {
	margin: 0px;
	list-style-type: none;
	background-color: #000000;
	overflow: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#header_index li {
	float: left;
	font-size: 100%;
}
#header_index li a {
	display: block;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#header_index li a:hover, #header_index li a:active, #header_index li a:focus {
	color: #8D7645;
	background-color: #FFFFFF;
}
#p_main {
	padding-top: 130px;
	padding-left: 380px;
	padding-right: 240px;
}
#p_main_news {
	padding-top: 130px;
	padding-left: 380px;
	padding-right: 100px;
}
#p_main_index {
	padding-top: 130px;
	padding-left: 645px;
	padding-right: 40px;
}
#mainContent_index {
	background-image: url(images/index_whole_alt4.jpg);
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	height: 453px; /* for IE */
	min-height: 453px; /* for not-IE */
}
#mainContent_deutsch {
	background-image: url(images/index_whole_deutsch.jpg);
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	height: 453px; /* for IE */
	min-height: 453px; /* for not-IE */
}
#mainContent_japanese {
	background-image: url(images/index_whole_japanese.jpg);
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	height: 453px; /* for IE */
	min-height: 453px; /* for not-IE */
}
#footer_lifestyle p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer_index p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#mainContent_news {
	background-image: url(images/news_whole_07.jpg);
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	height: 453px; /* for IE */
	min-height: 453px; /* for not-IE */
}
#mainContent_football {
	background-image: url(images/football_whole_07.jpg);
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	height: 453px; /* for IE */
	min-height: 453px; /* for not-IE */
}
#mainContent_about {
	background-image: url(images/about_whole_07.jpg);
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	height: 453px; /* for IE */
	min-height: 453px; /* for not-IE */
}
#mainContent_academy {
	background-image: url(images/academy_whole_new.jpg);
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	height: 453px; /* for IE */
	min-height: 453px; /* for not-IE */
}
#mainContent_lifestyle {
	background-image: url(images/lifestyle2_whole_new_07.jpg);
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	height: 453px; /* for IE */
	min-height: 453px; /* for not-IE */
}
#mainContent_music {
	background-image: url(images/music_whole.jpg);
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	height: 453px; /* for IE */
	min-height: 453px; /* for not-IE */
}
#mainContent_downloads {
	background-image: url(images/downloads_whole.jpg);
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	height: 453px; /* for IE */
	min-height: 453px; /* for not-IE */
}
#mainContent_contact {
	background-image: url(images/contact_whole.jpg);
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	height: 453px; /* for IE */
	min-height: 453px; /* for not-IE */
}
#mycustomscroll {
	width: 360px;
	height: 280px;
	overflow: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	}
#mycustomscroll1 {
	width: 515px;
	height: 112px;
	overflow: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 30px;
}
#mycustomscroll2 {
	width: 515px;
	height: 70px;
	overflow: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 10px;
}
#mycustomscroll3 {
	width: 360px;
	height: 110px;
	overflow: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 20px;
}
#mycustomscroll4 {
	width: 360px;
	height: 110px;
	overflow: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#mycustomscroll5 {
	width: 270px;
	height: 240px;
	overflow: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#mycustomscroll6 {
	width: 360px;
	height: 200px;
	overflow: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#mycustomscroll7 {
	width: 360px;
	height: 165px;
	overflow: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#mycustomscroll8 {
	width: 515px;
	height: 280px;
	overflow: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#clock {
	padding-top: 140px;
	padding-left: 388px;
	width: 100px;
	float: left;
	z-index: 0;
}
#academy_contact {
	padding-top: 15px;
}
#p_main_index_jp {
	padding-top: 100px;
	padding-left: 645px;
	padding-right: 40px;
	font-size: 120%;
}
.start #start a, .news #news a, .about #about a, .football #football a, .academy #academy a, .lifestyle #lifestyle a, .music #music a, .downloads #downloads a, .contact #contact a {
	color: #000000;
	background-color: #FFFFFF;
}
fieldset {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #c2c2c2;
	background-image: url(images/form_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input, textarea {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFFFFF;
	padding: 1px;
	margin: 2px;
}
#submit {
	margin-left: 260px;
}
legend {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #8D7843;
}
input {
	display: block;
}
#p_main_lifestyle {
	padding-top: 130px;
	padding-left: 380px;
	padding-right: 20px;
}
#signature img {
	position: relative;
	bottom: 20px;
	left: 800px;
}

