@charset "utf-8"; /* -*- coding: utf-8 -*- */

@import "body.css";
@import "navbar.css";

.registerNow
{
	font-weight: bold;
	font-size: large;
}

#registerNow1
{
	float: left;
	margin-left: 70px;
}

#registerNow2
{
	float: right;
	margin-right: 70px;
}

#mainCell
{
	height: 570px;
	background-image: url("../bilder/logo_masters_transparent.png");
	background-repeat: no-repeat;
	background-position: 50% 40px;
}

.headline
{
  font-weight: bold;
  font-size: xx-large;
  text-align: center;
  margin-top: 0;
  padding: 2px;
}

.judo
{
  font-size: 60px;
  font-weight: bold;
  font-variant: small-caps;
}

.middle
{
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  padding: 2px;
}

.contact
{ 
  margin-top: 50px;
}

.contact a
{
  color: black;
}

a
{
  text-decoration: none;
  color: rgb(36,36,178);
}

a:hover
{
  text-decoration: underline;
}

#flags
{
	width: 100%;
}

.text
{
  color: #0000c4;
  text-align: center;
  font-size: medium;
}

span.flags img
{
  border: solid;
  border-color: black;
  border-width: 1px;
}

p
{
  margin: 15px;
}

table.newsticker
{
	margin-left: 10%;
	margin-right: auto;
	width: 80%;
	background-color: white;
	color: #0000c4;
	border: 2px rgb(36,36,178) solid;
}

table.newsticker td
{
	background-color: #cfe7ff;
	padding: 5px;
}

table.newsticker td.date
{
	white-space: nowrap;
	vertical-align: top;
}
