/* Copyright: [trendvisor] 2008
JOB: FUSSBALL
SYS: TYPO3
STYLE: [trendvisor]
DATE: JUL08
*/

*{
margin: 0;
padding: 0;
}
body{
background: #333333 url(../images/body-bck.jpg) repeat-x 0 0 fixed;
color: Black;
font-family: Arial, Helvetica, sans-serif;
font-size: .85em;
}
#border{
margin: 0 auto;
padding: 1px 0;
min-width: 980px;
max-width: 1280px;
color: inherit;
background: url(../images/border-bck.gif) 0 0;
}
#world{
margin:5px;
background: White url(../images/sidebar-bck.jpg) repeat-y 0 0;
color: inherit;
border: 1px solid White;
}
#world2{
background: url(../images/leftside-bck.gif) no-repeat -4px 250px;
}
#header{
height: 153px;
background: White url(../images/header-bck.jpg) repeat-x 0 0;
color: Black;
}
#logo{
width: 400px; /*586px;*/
height: 153px;
color: inherit;
background: url(../images/logo2.jpg) no-repeat 0 0;
float: left;
}

/* ------ BREADCRUMB NAVI ------ */
#bc{
font-size: 11px;
font-weight: bold;
height: 20px;
line-height: 20px;
color: White;
background: #4ba142;
padding: 0 0 0 10px;
border: 1px solid White;
border-width: 1px 0;
}
#bc ul{
list-style: none;
}
#bc ul li{
list-style: none;
display: inline;
margin: 0 4px 0 0;
}
#bc a:link, #bc a:visited{
color: White;
background: none;
}
#bc a:hover{
text-decoration: none;
}
