@import url(nav_shinybuttons.css);
body {
	background:#D5D5D5;
	font-family: arial, helvetica, sans-serif;
	padding:0;
	margin:0;
}
a img {
    border=0;
}


/*************************************
 *************************************
 **---- Grund-Design ---------------**
 *************************************
 ************************************/
#dsgn_banner {
    width:992px;
    height:115px;
    background-image:url(design/website1_03.gif);
}
#dsgn_navtopleft {
    width:15px;
    background-image:url(design/website4.png);
    background-position:left;
}
#dsgn_navtopright {
    width:19px;
    background-image:url(design/website3.png);
    background-position:94px 58px;
}
#dsgn_trennlinie {
    background-image:url(design/website2.png);
    height:18px;
}
#dsgn_contentborderleft {
    width:15px;
    height:100px;
    background-image:url(design/website1_05.gif);
}
#dsgn_contentborderright {
    width:19px;
    height:100px;
    background-image:url(design/website1_07.gif);
}
#dsgn_bottomborderleft {
    width:15px;
    height:488px;
    background-image:url(design/website1_08.gif);
}
#dsgn_bottomborderright {
    width:19px;
    height:488px;
    background-image:url(design/website1_09.gif);
}
#dsgn_bottom {
    width:992px;
    height:28px;
    background-image:url(design/website1_10.gif);
}


/*************************************
 *************************************
 **---- Breadcrumb-Navi ------------**
 *************************************
 ************************************/
#breadcrumb {
	color:black;
	font-size:12px;
	padding-left:10px;
}
#breadcrumb a:link {
	color:black;
}
#breadcrumb a:visited {
	color:black;
}


/*************************************
 *************************************
 **---- Navigation Links -----------**
 *************************************
 ************************************/
#navi_td {
    width:200px;
    vertical-align:top;
    padding-top:5px;
}

#navi_top {
    width:172px;
    height:22px;
    background-image:url(design/navi_03.gif);
}
#navi_leftborder {
    width:17px;
    height:42px;
    background-image:url(design/navi_05.gif);
}
#navi_rightborder {
    width:17px;
    height:42px;
    background-image:url(design/navi_07.gif);
}
#navi_leftbottomborder {
    width:17px;
    height:377px;
    background-image:url(design/navi_08.gif);
}
#navi_rightbottomborder {
    width:17px;
    height:377px;
    background-image:url(design/navi_09.gif);
}
#navi_bottom {
    width:172px;
    height:17px;
    background-image:url(design/navi_10.gif);
}

/*********************************************/

#navi {
    background:#CC0000;
    width:114px;
    vertical-align:top;
    padding:12px;
    font-weight:bold;
    font-size:15px;
    line-height:150%;
}
#navi ul {
	margin:0;
	padding:0 1em 0 1em;
}
#navi ul li {
	list-style-type: none;
}
#navi ul li ul{
	list-style-type: none;
	padding:0 0 0 1em;
	margin:0;
}
#navi a:link {
	color:black;
	text-decoration:none;
}
#navi a:visited {
	color:black;
	text-decoration:none;
}
#navi a:hover {
	color:#E5E5E5;
	text-decoration:none;
}
#navi a:active {
	color:black;
	text-decoration:none;
}



/*************************************
 *************************************
 **---- Content-Bereich ------------**
 *************************************
 ************************************/
#content_table {
    background:white;
    width:958px;
    height:588px;
}
#content_table tr {
    vertical-align:top;
}
#content_top {
    height:29px;
    width:562px;
    background-image:url(design/box1_03.gif);
}
#content_borderleft {
    height:75px;
    width:15px;
    background-image:url(design/box1_05.gif);
}
#content_borderright {
    height:75px;
    width:15px;
    background-image:url(design/box1_07.gif);
}
#content_borderbottomleft {
    height:209px;
    width:15px;
    background-image:url(design/box1_08.gif);
}
#content_borderbottomright {
    height:209px;
    width:15px;
    background-image:url(design/box1_09.gif);
}
#content_border {
    height:31px;
    width:562px;
    background-image:url(design/box1_10.gif);
}

/*********************************************/

#content {
    height:510px;
    width:532px;
    font-size:0.8em;
    vertical-align:top;
    background:#F5F5F5;
}
#content table {
    font-size:1em;
}

#content h1 {
    color:darkblue;
    font-size:1.7em;
}
#content h2 {
    color:darkblue;
    font-size:1.4em;
    font-weight:normal;
}

#content a:link {
    color:darkblue;
    font-weight:bold;
    text-decoration:underline;
}
#content a:visited {
    color:darkblue;
    font-weight:bold;
    text-decoration:underline;
}



/*************************************
 *************************************
 **---- Spieler des Monats ---------**
 *************************************
 ************************************/
 #sdm {
    background:#F5F5F5;
    border:1px solid gray;
    margin:20px;
    width:130px;
    font-size:0.8em;
    text-align:center;
    padding:5px;
 }
 #sdm_td {
    vertical-align:top;
 }
 #sdm a:visited {
    color:black;
 }
