@import url('font-face.css');

@charset "utf-8";
/* CSS Document */

body{
	font: 100% Arial;
	font-size:12px;
	margin: 0;
	text-align: center;
	color: #333;
	background-repeat:no-repeat;
	background-color: #fbfbfb;
}

label{
	text-align: left;
    width: 150px;
    padding-left: 10px;
	color:#cecbcb;
	margin: 0 0 3px 0;
}

label,select.formSelect, input.formInputText,textarea.formTextArea, checkbox.formCheckBox{
	display: block;
    float: left;
}

span{
	display:block;
	float: left;
	margin:8px;
	color:#333;
}

input.formRadio, input.formCheckbox {
	display: block;
	float: left;
}

input.formInputText, textarea.formTextArea, span.formValue {
	margin: 0 0 0 0;
	font-family:Arial;
	padding-left:5px;
	border-radius: 7px;
	border:1px solid #e5e5e5;
	color:#333;
	padding:6px;
	background:#ffffff;
}
		
input.loginBtn{
	width:65px;
	height:30px;
	float:left;
	font-size:12px;
	margin:10px 0 0 0;
	background:#900616;
	color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-family:arial;
	border:1px solid #d0be95;
}

#header{
	width:100%;
	height:80px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}

#content{
	width:100%;
	height:auto;
	float:right;
	padding:0;
	margin:0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

#wrapper{
	width:100%;
	height:300px;
	float:left;
	padding:0;
	background-image: url(../images/bus.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#left{
	float:left;
	width:55%;
	margin:0 0 30px 0;
	padding:0;
}

#teaser-left{
	margin:0 0 0 0;
	float:right;
	width:4%;
	height:100%;

}
	
#right{
	float:left;
	width:45%;
	height:auto;
}

#right #top{
	float:left;
	margin:30px 0 20px 0;
	color:#FFF;
}

#right #top #small{
	float:left;
	text-transform:uppercase;
	font-family: movie_poster;
	font-size:20px;
	letter-spacing:3px;
}

#right #top #big{
	float:left;
	font-family:Arial;
	font-size:42px;
	font-weight:bold;
}
	
#message{
	color:#f4f577;
	margin:5px 0 0 0;
	text-align:left;
	float:left;
	padding:5px 0px 0 10px;
}

a:link, a:visited{
	color:#333;
}

.clear{
	clear:both;
}

#clearer {
	clear: both;
	width: 1024px;
}

nav a {
color: white;
display: inline-block;
width: 100px;
text-align: center;
font-size: 1rem;
text-decoration: none;
line-height: 40px;
text-shadow: 1px 1px 0px #283744;
}

#line-top{
	margin:0 0 0 0;
	float:right;
	width:45%;
	height:10px;
	background:#ed9b09;
}

#line-bottom{
	margin:0 0 0 0;
	float:left;
	width:45%;
	height:10px;
	background:#ed9b09;
}

