html {
        height:100%;
        font-family:arial, sans-serif;
        font-size:14px;
}
body {
        min-width: 900px;
        height: 100%;
        background:url('bg.png') repeat-x;
	background-color: #990000;
        color:#000000;
        text-align:center;
}

* {vertical-align:top;}

li, ul, td {padding:none; margin:none;}

li {margin-bottom:7px;}

img {border:0;}

a {color:#b40000; text-decoration:none; border-bottom:1px dashed;}
a:hover {text-decoration:none; border-bottom:1px solid;}

.kkm * {
        font-family:arial, sans-serif;
        font-size:14px;
		}

#outer_wrapper {
        margin:auto;
        margin-top: -8px;
        width:900px;
        border-left: 1px solid #f83020;
        border-right: 1px solid #f83020;
        min-height:100%;
	height:100%;
        background: #ffffff;
        clear:both;
        color:#000000;
        text-align:left;
}

#header {
        
	background: url('header.png') no-repeat;
        height:140px;
        width:900px;
}

#content {
         width:880px;
         min-height:630px;
         height:auto;
         float:left;
         position:absolute;
         border-left: 1px solid #f83020;
         margin-left: -1px;
         border-right: 1px solid #f83020;
         margin-right: -1px;
         background: #ffffff;
         color:#000000;
	 padding-left:10px;
	 padding-right:10px;
}

.title {font-size:25px; font-weight:bold; text-align:center;}

.subtitle {font-size:18px; font-weight:bold; text-align:center;}

.boxtitle { margin-left:22px; background: #ff8000; color:#ffffff; font-weight:bold;}


.boxul { margin-top:5px; list-style-type:square; list-style-position:outside; }

.boxlink {color:#fff; background:#235BB7; text-decoration:none; border:none;}

.boxlink:hover {background:#457EEE; border:none;}

.highlight {color:#ff0000; font-weight:bold; font-size:15px;}

.highlightsmall {color:#ff0000; font-weight:bold; font-size:14px;}

.table_a td {padding:5px;}

.table_a, .table_a td {border:1px solid black; border-collapse:collapse;}


.imagelink, .imagelink:hover {color:#b40000; text-decoration:none; border-bottom:none;}


.menu {
width:900px;
font-size:13px;
font-weight:bold;
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {

}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
position:relative;
margin:0px;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:13px;
text-decoration:none;
color:#fff;
height:22px;
background:url('button.png');
padding-left:8px;
padding-right:8px;
line-height:22px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#ff0000 url(../../graphics/drop.gif) bottom right no-repeat;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#ff0000;
}
.menu ul ul :hover > a.drop {
background:#ff0000 url(../../graphics/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
left:0;
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:22px;
t\op:22px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px;
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#d0d0d0;
opacity: 0.9;
-moz-opacity: 0.9;
filter: alpha(opacity=90);
color:#000;
height:auto;
line-height:1em;
padding:5px 10px;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff;
background:#ff0000;
}
.menu :hover > a {
 color:#fff;
background:#ff0000 url('button_active.png');
}
.menu ul ul :hover > a {
color:#fff;
background:#ff0000;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
visibility:visible;
}

.menu ul .m_home {
width:64px;
}

.menu ul .m_aktuelles {
width:80px;
}

.menu ul .m_dojo {
width:111px;
}

.menu ul .m_karate {
width:120px;
}

.menu ul .m_highlights {
width:80px;
}

.menu ul .m_bilder {
width:60px;
}

.menu ul .m_downloads {
width:85px;
}

.menu ul .m_links {
width:60px;
}

.menu ul .m_gaestebuch {
width:80px;
}

.menu ul .m_kontakt {
width:77px;
}

.menu ul .m_training {
width:83px;
}

.menu ul li {
text-align:center;
}

.menu * a {
border:none;
}

.menu ul ul li {
font-weight:normal;
}

#ul_d1 li {margin-left:-24px;}

#ul_d3 li {margin-left:-18px;}

#ul_d2 li {margin-left:-70px;}

.table_b td {padding-top:12px; padding-bottom:12px;}

.tooltip {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 2px;
}
.tooltip .head{
	background-color: red;
	color: white;
	font-weight: bold;
	padding: 2px;
}
.tooltip .content{
	color: 000066;
	font-size: 12px;
	border-size: 3px;
}
.tooltip .content ul {
margin-left:-20px;
}

 .superscript{font-size:10px; vertical-align:top; color:red; font-weight:bolder;} 
.subscript{font-size:xx-small; vertical-align:bottom;} 


