html, body {
	background-image: url('/fileadmin/template/images/gradient.gif');
	background-repeat: repeat-x;
	background-color: #efefef;
	font-family: verdana,sans;
}

body {
	text-align: center;
}

#container {
	width: 900px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-size: 20px;
	}

#mainMenu {
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
	border-bottom-style: solid;
	}
	
#mainMenu li {
	display: inline;
	background-color: white;
	vertical-align: bottom;
	margin-left: 10px;
	margin-right: 10px;
	}
#mainMenu li a {
	color: maroon;
	text-decoration: none;
        font-weight: bold;

	}
#mainMenu li a:hover {
	color: red;
	}

#content {
  padding: 50px;
  text-align: left;
  background-image: url('/fileadmin/template/images/sheets.jpg');
  background-repeat: no-repeat;
  background-position: bottom right;
}

#leftColumn
{
	width: 500px;
	float: left;
}

#leftColumn h1 {
color: maroon;
font-size: 24px;
font-weight: bold;
margin-bottom: 10px;
}

#leftColumn h2 {
color: maroon;
font-size: 18px;
font-weight: bold;
margin-bottom: 6px;
margin-top: 10px;
}


#leftColumn p {
margin-top: 1em;
line-height: 1.5em;
color: #666;
text-align: left;
}

#rightColumn {
	width: 250px;
	float: right;
}

#rightColumn h1 {
color: maroon;
font-size: 18px;
font-weight: bold;
}
#rightColumn p {
font-size: 12px;
margin-top: 1em;
line-height: 1.5em;
color: #666;
text-align: justify;
}

br.breaker {
	clear: both;
	}

div.tx-cal-controller {
	font-family: arial,helvetica;
}

