* {
    margin: 0px;
    padding: 0px;
}
body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #cccccc;
    background-image: url(gfx/back_fade.jpg);
    background-repeat: repeat-x;
    background-color: #121a1d;
    text-align: center;
}
html {
    height: 100%;
    /* make sure that we always have a vertical scrollbar so that the design looks always the same */
    min-height: 100.01%;
}

p {
    font-size: 12px;
    margin-bottom: 10px;
}

a:link, a:visited {
	color: #FF6600;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#blockrandom {
    display: block;
    height: 1800px;
}

#container {
    width: 960px;
    margin: 0px auto;
    margin-top: 20px;
    text-align:left;
    border: 1px solid #9da6b3;
}
#header {
    width: 960px;
}
/* Menu-container, just it's container. it will contain some more containers for the ladder selection and the navi URLs */
#navigation {
    width: 155px; /* 165 - 2*padding */
    float: left;
    clear: both;
    background-image: url(gfx/menu1_fade.jpg);
    background-repeat: repeat-x;
    background-color: #182327;
    padding: 5px 5px; /* Don't forget to adjust the JS-Script when changing the first value! */
}
#content-container {
    width: 778px; /* 795 - 1px for borderline and - 2*padding */
    float: left;
    border-left: 1px solid #9da6b3;
    padding: 5px 8px; /* Don't forget to adjust the JS-Script when changing the first value! */
}
#breadcrumb {
    width: 100%;
}
ul.breadcrumb {
  list-style-image: none;
  list-style-type: none;
}
ul.breadcrumb a:link {
  font-size: 11px;
  font-weight: bold;
  color: #FF6600;
  text-decoration: none;
}
#content {
    width: 100%;
}
#footer {
    width: 960px;
    text-align: center;
    margin: 0px auto;
    margin-top: 5px;
}
#header_image {
    background-image: url(gfx/header.jpg);
    background-repeat: no-repeat;
    float: left;
    width: 960px;
    height: 111px;
}
#search_box {
    float: left;
    width: 180px;
}
#top_navigation {
    clear: both;
    width: 960px;
    background-image: url(gfx/silver_background.jpg);
    background-repeat: repeat-x;
    float: left;
}
.horizontal_bar {
    background-image: url(gfx/top_bar.jpg);
    background-repeat: no-repeat;
    height: 9px;
    clear: both;
}
#top_navigation ul li {
    background-image: none;
    list-style:none; 
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 11px;
    line-height:24px;
    height: 26px;
    border-right: 1px solid #9DA6B3;
}
#top_navigation ul li a {
    font-weight: bold;
    text-decoration: none;  
    color: #304651;
}
#top_navigation ul li a:hover {
    color: #ff6600;
}

#navigation ul li a:link, #navigation ul li a:visited {
    background: url(gfx/menu_bullet.png) no-repeat;
    vertical-align: middle;
    font-size: 11px;
    font-weight: bold;
    color: #ff6600;
    text-align: left;
    padding-left: 15px;
    height: 18px;
    margin-bottom: 1px;
    text-decoration: none;  
}

#navigation ul li.active a:link, #navigation ul li.active a:visited {
    color: #ffffff;
    letter-spacing: 1px;
}

#navigation ul li a:hover {
    background-position: 0px -20px;
    text-decoration: none;
    color: #ffffff;
}
#navigation ul li {
    list-style:none; 
}
#navigation ul {
    padding-bottom: 15px; 
}


h1 {
    background-image: url(gfx/title_background.png);
    background-repeat: no-repeat;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 0px 0px 16px;
    height: 20px;
}
/* Language selector box formatting */
.tx-srlanguagemenu-pi1 {
    height: 18px;
    padding-top: 5px;
}

