#side
{
	background-image: url(../img/button/side-bg.gif);
	width: 1034px;
}

body
{
	background-color: #edc556;
	cursor: url('../img/jinjang-zeiger.gif'), url('../img/jinjang-zeiger.ico');
	text-align:center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	overflow: auto;
	scrollbar-arrow-color:#c02d01;
   scrollbar-face-color:#fba601;
   scrollbar-highlight-color:#F2F2F2;
   scrollbar-3dlight-color:#805E99;
   scrollbar-shadow-color:#c02d01;
   scrollbar-darkshadow-color:black;
   scrollbar-track-color:#df9e45;
	

}

#top
{
	margin:auto;
	width: 998px;
	height: 120px;
	background-color: #D77A2D;
	background-image: url(../img/button/banner.jpg);
}

#nav
{	
	width: 999px;
	/*height: 30px;*/
}
#footer
{
	margin:auto;
	width: 998px;
	height: 20px;
	background-color: #c02d01;
	font-size: 10px;
	color: silver;
}

a:link
{
	text-decoration: none;
	color: black;
}

a:active
{
	text-decoration: none;
	color: black;
}
a:visited
{
	text-decoration: none;
	color: black;
}

.link
{
	border: 1px solid;
	border-color: transparent;
	font-size: 12px;
	text-align: center;
	font-weight:bold;
	text-decoration:underline;
}

.link:hover
{
	background-color: #fba601;
	border: 1px solid gray;
}

.link2
{
	border: 1px solid;
	border-color: transparent;
	font-size: 12px;
	text-align: center;
	font-weight:bold;
	text-decoration:underline;
	color: blue;
}

.link2:hover
{
	background-color: #fba601;
	border: 1px solid gray;
}



#main
{
	margin:auto;
	background-image: url(../img/button/content-bg.gif);
	overflow: hidden;
	width: 998px;
	padding: 0px;
}
#content
{
	overflow: hidden;
	padding: 10px;
	min-height: 430px;
}


.blocksatz
{
	text-align: justify;
}
.links
{
	text-align: left;
}
.center
{
	text-align: center;
}

h2 
{
	color:#C02D01;
	font-size:18px;
	text-shadow: #000000 3px 3px 5px;
}
.small
{
	font-size: 14px;
}
.small2
{
	font-size: 9px;
}
.small3
{
	font-size: 12px;
}

.kyu
{
	border-collapse: collapse;
	text-align: center;
	font-size: 12px;
}

.left
{
	position: absolute;
}
.btb2
{
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	border-right: 1px solid silver;
}
.bl2
{
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 2px solid black;
	border-right: 1px solid silver;
}
.br2
{
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
}

.ls1
{
	border-left: 1px solid silver;
}

.rs1
{
	border-right: 1px solid silver;
}

.lrs1
{
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}

#jinjang
{
	margin-top: 80px;
}

#jiujitsu
{
	margin-top: -250px;
	margin-left: -500px;
	font-size: 12px;
}
#jiujitsudan
{
	margin-top: 100px;
	margin-left: -500px;
	font-size: 12px;
}
#bukido
{
	margin-top: -340px;
	margin-left: 550px;
	font-size: 12px;
}
td
{
	height: 20px;
}

.center
{
	text-align: center;
}

#down-left
{
	margin-left: -600px;
}

#down-right
{
	margin-left: 600px;
}


.post_top
{

	background-image: url(../img/button/gaeste_bg_top.jpg);
	width: 723px;
	height: 18px;
	margin-top: 25px;
	
}
.post
{

	background-image: url(../img/button/gaeste_bg_side.jpg);
	width: 723px;
	
}
.eintrag_header
{
	margin: auto;
	margin-left: -10px;
	margin-top: -1px;
	width: 700px;
	border: 1px solid black;
	background-color: #c02d01;
	text-align: left;
	padding: 5px;
	height: 65px;
	
}

.eintrag
{
	margin: auto;
	margin-left: -10px;
	width: 700px;
	border: 1px solid black;
	background-color: #fd9918;
	text-align: left;
	padding: 5px;
	border-top-color: #fd9918;
	
}

#popup
{
	position: relative;
	border: 2px solid #C02D01;
	height: 50px;
	width: 400px;
	/*background-color: #EDC556;*/
	color: #000;
	font-weight: bold;
	font-size: 11px;
	/*background-image: url(../img/button/jinjang-bg.png);*/
	margin-top: -250px;
	margin-left: 0px;
	z-index: 90;
	
	
}

/*MENUE*/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:40px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:11px;
width:110px;
padding:7px 0;
color:#000;
background:#c02d01;
text-decoration:none;
margin-right:1px;
text-align:center;
height: 25px;
}
/* style the links hover */
.menu :hover{
color:#444;
background:#fba601;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:110px;
height:0px;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}





/*
.navlink
{
	border: 1px solid;
	border-color: transparent;
	font-size: 10px;
	text-align: center;
}

.navlink:hover
{
	background-color: #fba601;
	border: 1px solid gray;
}
*/
marquee
{
	
}
