@charset "utf-8";
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------- Screen CSS - Styles only for computer screens  ---------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------ */

/* The style for the general body tag */
body {
	font-size: 11px;
	background-color: #78CDEE;
}
/* The style for the Typo  */
a {
}
a:hover {
}
/* General Helpfull styles  */
.marginBottom {
	margin-bottom: 20px;
}
.paddingTopBottom {
	padding-top: 10px;
	padding-bottom: 10px;
}
.paddingLeftRight {
	padding-left: 10px;
	padding-right: 10px;
}
.bold {
	font-weight: bold;
}
/* The style for the wrapper */
.wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
/* The style for the header */
#header {
	height: 60px;
	background-color: #1E2354;
	color: #FFF;
	margin-top: 50px;
	margin-bottom: 50px;
}
#mp3player {
	position: absolute;
	height: 20px;
	width: 40px;
	right: 0px;
}
#logo a {
	display: block;
	width: 125px;
	height: 60px;
	float: left;
	background-image: url(../../graphics/logos/header_logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
#mainNav {
	padding-top: 35px;
}
#mainNav li {
	display: inline;
}
#mainNav a:link, #mainNav a:visited, #mainNav a:active {
	display: block;
	float: right;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}
#mainNav a:hover {
	color: #CCC;
}
/* The style for the mainContent */
#mainContent {
	margin-bottom: 10px;
}
#leftContent {
	float: left;
	width: 280px;
	padding-top: 200px;
	background-image: url(../../graphics/gui/bg/boatpigeon.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #1E2354;
}
#leftContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 5px;
}
#leftContent p {
	margin-bottom: 5px;
	text-align: justify;
}

#rightContent {
	float: right;
}
#line {
	height: 5px;
	background-color: #1E2354;
}
/* The style for the Lower Navigation */
#footer {
	padding-top: 10px;
	padding-bottom: 20px;
}
#lowerNav li {
	display: inline;
}
#lowerNav a:link, #lowerNav a:visited, #lowerNav a:active {
	display: block;
	float: left;
	margin-right: 10px;
	text-decoration: none;
	color: #1E2354;
	font-size: 14px;
}
#lowerNav a:hover {
	text-decoration: underline;
}
/* The style for the Site Info */
#siteInfo {
	text-align: right;
	font-size: 9px;
	float: right;
	background-image: url(../../graphics/logos/logo_dg_footer.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 25px;
	width: 500px;
	height: 25px;
}
/* The style for the content */
	#siteInfo .content {
	color: #666;
	font-size: 0.7em;
	line-height: normal;
}
#siteInfo .content p {
	margin-bottom: 2px;
}

.panel-overlay h2 {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	font-weight: bold;
}
.panel-overlay p {
}
.panel-overlay h2 a {
	text-decoration: none;
}
.panel-overlay h2 a:hover {
	text-decoration: underline;
}
fieldset {
	padding: 5px;
	border: 1px solid #000;
	margin-right: 10px;
	margin-bottom: 5px;
}
legend {
	font-weight: bold;
}

