/* Layout */
body {
	margin:1px;
}

a {
	text-decoration:none;
	color:#003366;
}

a:HOVER {
	color:#990000;
}

.contextTable {
	margin-bottom:10px;
}

.header {
	margin-bottom:30px;
}

.footer {
	margin-top:30px;
}

.menuSelected {
	background-color: #336699;
}

.verticalSeparator {
	border-left: 1px solid #336699;
}

/* Text */
.error {
	background-color:#990000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:10px;
}


.headline {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#003366;
	margin-bottom:15px;
	letter-spacing:2px;
}

.headlineCompact {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003366;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:4px;
}

.headlineInText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003366;
	line-height:15px;
	margin-bottom:15px;
	font-weight:bold;
}

.list
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003366;
	line-height:15px;
	text-indent:0px;
	text-align:justify;
	margin-bottom:15px;
	list-style-image:url(../images/layout/bullet.gif);
}

.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003366;
	line-height:15px;
	text-indent:15px;
	text-align:justify;
	margin-bottom:15px;
}

.textCompact {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003366;
}

.textNoIndent {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003366;
	line-height:15px;
	text-align:justify;
	margin-bottom:15px;
}

.textTeaser {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;

	color:#336699;
}

/* Links */
.linkTeaser {
	text-decoration:none;
	color:#336699;
}

.linkTeaser:HOVER {
	color:#990000;
}

/* Forms */
.inputText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#990000;
	width:300px;
}
