body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #333333;
	margin: 0px;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: underline;
}

a.menu_current:link, a.menu_current:visited, a.menu_current:active {
	color: #00006F;
	text-decoration: none;
	font-weight: bold;
}
a.menu_current:hover {
	color: #00006F;
	text-decoration: underline;
	font-weight: bold;
}

a.menu_default:link, a.menu_default:visited, a.menu_default:active {
	color: #00006F;
	text-decoration: none;
}
a.menu_default:hover {
	color: #4A5DAC;
	text-decoration: underline;
}

.linkwhite {
	color: #FFFFFF;
	text-decoration: none;
}

form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.header {
	background-color: #ECECEC;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
}
.menu {
	background-color: #ECECEC;
	padding: 10px;
	width: 150px;
	vertical-align: top;
}
.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	line-height: 160%;
}
.current {
	font-weight: bold;
}
.content {
	background-color: #FFFFFF;
	padding: 20px;
	height: 400px;
	vertical-align: top;
}
.footer {
	background-color: #D9D9D9;
	text-align: center;
	font-size: 10px;
	height: 10px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}


/* Importer  */
div.teaserThumbnail, div.notepadThumbnail {
	float: left;
	margin-right: 6px;
	display: inline;
}

div.teaserThumbnail img, div.notepadThumbnail img{
	border: 1px solid silver;
}	
	
table.teaserListing { border-bottom: 1px dotted #999; margin-bottom: 8px}

 span.error {
 color: red;
 }
 
input.required {
	border: 1px solid #990000;
	background-color: #ffffec; 
 }