
body {
    margin: 0; padding: 0;
    font-size: 12px;
    line-height: 19px;
    font-family: Arial;
    background: black repeat-y center;
    background: black url(/img/bg2.jpg) repeat-x top center;
    color: #CCCCCC;
}

#page {
    background: url(/img/bg2.jpg) repeat-x top center;
}
div.container {
    background-color: rgba(1,1,1,0.85);
    border: 10px solid black;
    border-top: 0;
    margin-bottom: 80px;
    
}
a { 
    color: white;
    text-decoration: none;
}
a:hover {
    color: #FFCC00;
    text-decoration: underline;
}

a.selected {
    color: #FFCC00;
}

#top {
    margin-top: 22px;
    position: relative;
}

#top div.search {
    width: 200px;
    color: #FFCC00;
    position: absolute;
    right: 10px;
    top: 2px;
}
#top  input {
    border: 1px solid #999;
    background: #111;
    width: 173px;
    padding: 2px;
    color: white;
}
#top button {
    border: 1px solid #999;
    background: black;
    color: white;
    padding: 1px;
    border-left: 0;
}

#nav {
    font-size: 120%;
    margin: 0; padding: 0;
    margin-top: 2px;
}

#nav li {
    display: inline;
    padding: 6px 12px;
    float: left;
}

#nav li.sep {
    display: inline;
    border-right: 1px solid #333333;
}     

#nav li a:hover {
    color: white;
}
#nav li a {
    color: #cccccc;
    text-decoration: none;
}
#nav li.nav-current a {
    color: white;
}

#nav li ul li {
    display: block;
}


div.below {
    background: url(/img/top-head.png) no-repeat top center;
    height: 159px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
}

div.sep {
    margin-top: 10px;
    border-top: 1px solid #666666; 
}

div.newsitem-date {
    color: #666666;
    font-size: 80%;
}

div#content {
    min-height: 400px;
}
div.container div div.respace {
    padding-top: 10px;
}
div.container div.first div.respace {
    padding-left: 10px;
}
div.container div.last div.respace {
    padding-right: 10px;
}

#bottom {
    border-top: 1px solid #666666; 
    margin-top: 80px;
    padding-bottom: 20px;
    background: url(/img/back-bottom.png) repeat-x top;
}

#bottom div {
    color: #666666;
}

td.frmrow {
    padding-top: 10px;
    vertical-align: top;
}

ul.error {
    padding: 0 10px;
}

input.submit {
    border: 1px solid #cccccc;
    background: url(/img/back-bottom.png) repeat-x top;
    color: white;
    padding: 4px 12px;
}

div.rght {
    float: right;
}

div.teaser {
    font-size: 80%;
}

h2 {
    font-weight: normal;
    font-family: times new roman, serif;
    font-size: 200%;
    color: #FFCC00;
    margin-bottom: 12px;
}

h2 a {
    color: #FFCC00;
}
h3.section {
    margin-bottom: 10px;
}

h4 {
    color: #FFCC00;
}

h3 {
    font-family: times new roman, serif;
    padding-top: 10px;
    font-size: 15px;
    color: #FFCC00;
}

.news h3 {
    padding-top: 0px;
}

h3 a {
    color: #FFCC00;
    text-decoration: none;
}

dl dt {
    color: #FFCC00;
}
dl dd {
    margin-bottom: 5px;
    margin-left: 5px;
}

a.internbtn {
    float: left;
    color: orange; 
    font-weight: bold;
}

#flash-message {
    padding: 5px;
    padding-top: 10px;
    background-color: #333333;
}


table th {
    color: #ffcc00;
    border-bottom: 1px solid orange;
    
}

div.images a img {
    padding-bottom: 10px;
}


input.subscribe-email {
    border: 1px solid #999;
    background: black;
    width: 180px;
    padding: 2px;
    color: white;
}
input.subscribe-submit {
    border: 1px solid #999;
    background: url(/img/back-bottom.png) repeat-x top;
    color: white;
    padding: 1px;
    border-left: 0;
}
input.subscribe-email-error {
    border: 1px solid red;
}

div.subcats {
    font-size: 14px;
    color: #999;
}

ul.band-hints {
    padding: 0;
}

ul.band-hints li h2 {
    font-family: times new roman, serif;
    font-size: 20px;
    line-height: 1; margin-bottom: 4px;
}
ul.band-hints li img {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
    }

ul.band-hints li {
    line-height: 1.2;
    padding-bottom: 10px;
    font-size: 10px;
    color: #ccc;
    list-style-type: none;
}
ul.band-hints li:last-child {
    padding-bottom: 0;
}

ul.band-hints li a {
    color: #FFCC00;
}

.nice-section {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #333;
}

a.quote-button span {
    position: absolute;
    font-size: 40px;
    right: 10px;
    top: 14px;
}

a.quote-button {
    font-family: times new roman, serif;
    font-size: 15px;
    position: relative;
    
    display: block;
    margin: 0 20px;
    padding: 8px 10px;
    background: #666;
    color: #ffcc00;
    border-radius: 10px;
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top,  #45484d 0%, #212121 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#212121)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #45484d 0%,#212121 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #45484d 0%,#212121 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #45484d 0%,#212121 100%); /* IE10+ */
    background: linear-gradient(top,  #45484d 0%,#212121 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#212121',GradientType=0 ); /* IE6-9 */
    box-shadow: 2px 2px 5px black;
}
a.quote-button:hover {
    text-decoration: none;
    color: black;
background: #ffde5e; /* Old browsers */
background: -moz-linear-gradient(top, #ffde5e 0%, #ffcc00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffde5e), color-stop(100%,#ffcc00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffde5e 0%,#ffcc00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffde5e 0%,#ffcc00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffde5e 0%,#ffcc00 100%); /* IE10+ */
background: linear-gradient(top, #ffde5e 0%,#ffcc00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde5e', endColorstr='#ffcc00',GradientType=0 ); /* IE6-9 */
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
