body
{
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	line-height: 1.4em;
	margin: 0;
	padding: 2em;
	color: #333;
	background-color: #fafafa;
}

p.logotype
{
	font-family: 'Open Sans', sans-serif;
	text-align: right;
	border-bottom: 1px solid #2275c2;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	color: #2275c2;
	font-size: 20pt;
	font-weight: 700;
}

p.logotype a:hover
{
	text-decoration: none;
}

header, nav
{
	min-height: 3em;
	overflow: visible;
}

ul#menu
{
	display: block;
	font-size: 90%;
	font-weight: 600;
	color:#2275c2;
	margin-bottom: 3em;
	background-color: #fafafa;
	min-height: 3em;
}

ul#menu li
{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0.5em 2em;
	position: relative;
	background-color: #fafafa;
	border: 1px solid #fafafa;
	z-index: 10;
}

ul#menu li:hover
{
	background-color: #f0f0f0;
	z-index: 20;
}

ul#menu > li:hover
{
	border: 1px solid #d9d9d9;
}

ul#menu li ul
{
	display: none;
}

ul#menu li:hover ul
{
	display: inline-block;
	position: absolute;
	left: -1px;
	top: 2em;
	width: 14em;
}

ul#menu li:hover ul li
{
	display: block;
	float: none;
	margin-left: 0;
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

ul#menu li:hover ul li:first-child
{
	border-top: 1px solid #d9d9d9;
}

ul#menu a,
ul#menu a:hover,
ul#menu a:active,
ul#menu a:visited
{
	text-decoration: none;
	color:#2275c2;
}

#body-content
{
    overflow: hidden;
}

footer
{
	padding-top: 1em;
	border-top: 1px solid #999;
	color: #999;
	font-size: 80%;
}

footer#colophon
{
	margin-top: 6em;
	padding-top: 1em;
	border-top: 1px solid #999;
	color: #999;
	font-size: 80%;
}

.old-browser-warning
{
	border: 1px solid #999;
	background-color: #f0f0f0;
	padding: 1em;
	margin-bottom: 1em;
}

h1
{
	font-size: 120%;
	font-weight: 700;
	color: #2275c2;
	margin: 0.5em 0;
}

h2
{
	font-size: 100%;
	font-weight: 700;
	color: #2275c2;
	margin: 0.5em 0;
}

p
{
	margin-bottom: 1em;
}

a,
a:hover,
a:active,
a:visited
{
	text-decoration: none;
	color:#2275c2;
}

a:hover
{
	text-decoration: underline;
}

ul
{
	list-style: disc;
	margin: 0.5em 0 1em;
}

li
{
	margin-left: 1em;
}

a.big-button,
a.big-button:hover,
a.big-button:visited,
a.big-button:active
{
    position: relative;
    background-color: #2275c2;
    padding: 1em;
    font-size: 16pt;
    font-weight: 800;
    color: white;
    text-decoration: none;
    cursor: pointer;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

a.big-button:hover
{
    background-color: #82a3ce;
    text-decoration: none;
}

