body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	background-color: #16436c;
	background-image: url(/wasser/img/background.jpg);
	background-repeat: no-repeat;
}

td {
	font-size: 13px;
}
.oneColFixCtr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*background-image: url(/img/paper_large_960.jpg);*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
	
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-bottom: 180px;
	margin-right: 0px;
}

h1 {
	color: #8d0e1d;
	text-transform: uppercase;
	font-size: 170%;
}

h2 {
	color: #FFF;
	font-size: 110%;
	text-transform: uppercase;
	width: auto;
}

h2 span{
	background-color: #8d0e1d;
	padding:6px;
}

h3 {
	color: #10436b;
	font-size: 110%;
	text-transform: uppercase;
	margin-bottom: 4px;
}


a {
	color: #10436b;
}

a:hover {
	color: #8d0e1d;;
}

a:visited {
	color: #10436b;;
}

img {
	border:0px;
}
input {
	color: white;
	background-color: #10436b;
}

/* Register.php */
#pagecontainer{
	margin-top:7px;
	width: 595px;
	background-color:white;
	padding-left:30px;
	padding-right:30px;
	padding-top:30px;
	padding-bottom:30px;
	position: absolute;
	top: 127px;
}


#termsofusage{
	display:none;
	font-size: 80%;
}

#getpassword{
	display:none;
}

#loading{
	display:none;
}

#sidebar{
	position: absolute;
	width: 296px;
	margin-left: 664px;
	
}
#sidebarcontent{
	margin-top: 127px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;	
	padding-top:10px;
	background-color:white;
}
#sidebarcontent span{
		clear: right;
	text-align: right;
}

#header {
	font-weight: bold;
	font-size: 30px;
	height:100px;
	clear: right;
	margin-top: 7px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	color: #8d0e1d;
	background-color:white;
}

#header td {
	font-weight: bold;
	font-size: 30px;
}

#header a {
	color: #8d0e1d;
	text-decoration: none;
	font-weight: bold;
}

#header a:hover {
	color: #10436b;
}

#header .activlang {
	color: #666666;
}

#footer {
	clear:both;
	background-color:white;
}

#lastfilms {
	
}
.thumb {
	margin:5px;
	float:left;
}

