body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
}


#Layer1 {
	position:absolute; 
	left:0px; top:0px; 
	width:100%; 
	height:167px; 
	z-index:1; 
	background-color: #FFFFFF; 
	border: 1px none #FDEEC7;
	}
	
#Layer2 {
	position:absolute;
	left:1px;
	top:167px;
	width:180px;
	z-index:2;
	background-color: #FFFFFF;
	border: 1px none #000000;
	padding: 10px;
	background-repeat: no-repeat;
	min-height: 400px;
	overflow: auto;
	}
	
#Layer3 {
	position:absolute;
	left:205px;
	top:167px;
	width:780px;
	z-index:3;
	background-color: #FFFFFF;
	border: 1px none #000000;
	
	}
#Inner {padding: 10px}	

a:link, a:visited, a:active {
	color: #7983B4;
	
}
a:hover {
	color: #000000;
	text-decoration: none;
}
#menu ul{
	margin:0;padding: 0 0 0 10px;
	font-size: 14px;
}
#menu ul li {
	list-style-type:none;
	margin: 0;
	font-size: 13px;
	line-height: 1.5em;
}

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

a.menu_default:link, a.menu_default:visited, a.menu_default:active {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.menu_default:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.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; 
 }
