@charset "utf-8";
/* CSS Document */

html {
    height: 100%;
    background: url("../images/bg_gradient.png") repeat-x scroll 0 0 transparent;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#6d6d6d;
	line-height:32px;
    height: 100%;
}
.container {
	width:960px;
	margin:0 auto;
	text-align:left;
    line-height: 24px;
}
.top {
	background: url("../images/top.png") no-repeat scroll 0 0 transparent;
    height: 169px;
    margin-top: 65px;
    width: 960px;
}
.entriesheadline {
    width: 960px;
    margin-bottom: 20px;
    float:left;
}
.toptext_container {
    float: left;
    height: 54px;
    margin: 40px 0;
    width: 960px;
}
.toptext_description {
    float: left;
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0 40px;
    width: 960px;
}
.toptext_description span {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.toptext_container a {
    padding: 15px;
    float:right;
    background-color:Green;
    color:White;
    text-align:center;
    text-decoration:none;
    margin-top: 8px;
    width:260px;
    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
.toptext_container a:hover {
    background-color:#009700;
}
.toptext {
    float: left;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    width: 600px;
}
.rules {
    border-bottom: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    float: left;
    margin-bottom: 30px;
    padding: 40px 0;
    text-align: left;
    width: 960px;
}
.rulesleft {
    width: 480px;
    float:left;
    text-align:left;
    border-right:1px solid #bfbfbf;
}
.rulesright {
    float: left;
    margin-left: 39px;
    text-align: left;
    width: 440px;
}
.headline {
    float:left;
    text-align:left;
}
.headline.green {
    color:Green;
}
ol {
    float: left;
    font-size: 16px;
    margin: 20px 0 20px 30px;
    padding: 0;
    width: 420px;
    color:Green;
}
ul {
    float: left;
    font-size: 16px;
    margin: 20px 0 20px 30px;
    padding: 0;
    width: 420px;
    color:Green;
}
ul.grey {
    float: left;
    font-size: 16px;
    margin: 20px 0 20px 30px;
    padding: 0;
    width: 390px;
    color:grey;
}
li {
    margin-bottom:10px;
    line-height: 22px;
}
.rulestext {
    color: Green;
    float: left;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    width: 480px;
}
.record_text {
    float: left;
    font-size: 14px;
    text-align: center;
    width: 390px;
}
.rulescameratext {
    float: left;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    width: 460px;
}
.cameraimages {
	background: url("../images/cameras.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 111px;
    margin: 12px 0 0 5px;
    width: 410px;
}
.videocontainer {
    border-bottom: 1px solid #BFBFBF;
    float: left;
    height: 315px;
    margin-top: 20px;
    padding-bottom: 20px;
    width: 960px;
}
.info {
    float: left;
    font-size: 15px;
    text-align: left;
    width: 400px;
}
.video {
    width: 560px;
    height:315px;
    float:left;
    text-align:center;
}
.menu_button {
    color: White;
    display: inline-block;
    font-size: 14px;
    margin-top: 3px;
    text-decoration: none;
}
.menu_button.margin {
    margin-left:15px;
}
.menu {
    background-color: #B70B1B;
    color: White;
    float: left;
    padding: 1px 0 4px 15px;
    width: 945px;
    height: 27px;

    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.footer {
    width: 960px;
    float:left;
    text-align:left;
    font-size:12px;
    margin-top: 5px;
    margin-bottom:50px;
}
.terms {
    width: 960px;
    float:left;
    text-align:left;
    font-size:12px;
    border-bottom: 1px solid #BFBFBF;
    margin-top:20px;
}
.termslist {
    color:grey;
    font-size:12px;
    width:960px;
}
.load_more {
    background-color: darkgrey;
    color: white;
    float: right;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    padding: 6px 15px;
    text-decoration: none;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
.load_prev {
    background-color: darkgrey;
    color: white;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    padding: 6px 15px;
    text-decoration: none;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
.pagination {
    float: left;
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
    width: 830px;
}
.pagination a {
    color:grey;
    text-decoration:none;
}