*{
	margin:0;
	padding:0;
}

body{
	font-family:Tahoma, Geneva, sans-serif;
}

div#contentContainer {
    color: #000000;
    font-family: "Trebuchet MS";
    font-size: 12px;
    margin: 0 auto;
    position: relative;
    /*width: 950px;*/
}


#topleft{
	float:left;
	padding:20px;
	min-height:100%;
	width:50%;
}

#wrap{
	width:400px;
	float:right;
	margin-right:50px;
}

#leftred{
	position:absolute;
	background-color:#BF1400;
	height:100%;
	width:50%;
}


#grid{
	border-spacing:5px;
}

#grid td{
	width:150px;
	height:130px;
	vertical-align:middle;
}

img{
	outline:0;
	border:none;
}

#grid td a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration:none;
	outline:0;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	text-align: center;
	color:#FFF;
	font-weight:bold;
	font-size:1.2em;
}
#grid td a span{
	position:relative;
	top:5%
}

#noacc a span{
	position:relative;
	top:20%;
}

#buyacc a span{
	position:relative;
	top:20%;
}

.red{
	background-color: #BF1400;
}

.blue{
	background-color: #008ACA;
}

.green{
	background-color: #00BD13;
}
	


#topright{
	float:left;
	width: 435px;
	padding:20px;
	margin-left:20px;
}

.contentblock{
	float:left;
	height:125px;
	padding:10px;
	color:#FFF;
	margin-right:10px;
	width:225px;
}

.logo{
	float:right;
	margin-left:10px;
}

#login th{
	font-size:1em;
	font-weight:normal;
}

#login th, #login td{
	padding:5px;
}


#grid td:hover{
	opacity:0.8;
}

.contact{
	margin-top:40px;
}

.contact th {
	color:#FFF;
	vertical-align:top;
	text-align: right;
	padding: 5px;
}

.contact td {
	color:#FFF;
	vertical-align:top;
	padding: 5px;
}

.weather{
	float:left;
	margin-right:35px;
	text-align:center;
}

.weather:nth-of-type(1){
	margin-left:35px;
}
.weather:nth-of-type(3){
	margin-right:0px;
}

h3{
	margin-bottom:15px;
}

.toplang{
	text-align:left;
	padding-left:5px;
	float:left;
}

h2{
	font-size:1.2em;
	color:#BF1400;
	margin-bottom:10px;
}

p{
	margin:8px;
}

.succes{
	font-size:1.1em;
}

a.leftSideLinkBlue {
    background-color: #008ACA;
	background-image:url("icons/wifi.png"),url("icons/wifi.png");
	background-repeat:no-repeat;
	background-position:90% 50%, 10% 50%;
    color: #FFFFFF;
    display: block;
    font-family: "Trebuchet MS";
    font-size: 19px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	vertical-align:middle;
	margin-top:20px;
}
a.leftSideLinkGreen {
    background-color: #00BD13;
	background-image:url("icons/google.png"),url("icons/google.png");
	background-repeat:no-repeat;
	background-position:90% 50%, 10% 50%;
    color: #FFFFFF;
    display: block;
    font-family: "Trebuchet MS";
    font-size: 19px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	vertical-align:middle;
	margin-top:20px;
}

.subtitle{
	color:#fff;
	margin-bottom:20px;
	margin-top: 40px;
}
