/* $Id: umlaut.css,v 1.5 2010/05/05 00:55:29 erik Exp $ */

/*  #3854a5;  */

html, body {
	background:url("graphics/background.png") repeat-x scroll left top #e4e6f7;
	color:#202020;
	font:13px arial,verdana,sans-serif;
	height:100%;
	margin:0;
	padding:0;
	width:100%;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: 0px;
	width: 900px;
	background-color: #ffffff;
}

#header {
	background:url("graphics/header.png") repeat-y scroll bottom right transparent;
	position:relative;
	margin-top: 0px;
	width: 100%;
	height: 80px;
	border-top:2px solid #cfcee8;
}

#content {
	position: relative;
	width: 880px;
	padding: 10px;
}

#menu {
	position:relative;
	width: 100%;
	height: 40px;
	background-color: #ffffff;	
}

#main {
	position:relative;
	width: 898px;
	border-left:1px solid #cfcee8;
	border-right:1px solid #cfcee8;
}

#footer {
	background:url("graphics/footer.png") repeat-x scroll left top transparent;
	position:relative;
	margin-bottom: 10px;
	width: 898px;
	height: 100px;
/*	border-left:1px solid #cfcee8;
	border-right:1px solid #cfcee8;	*/
}

#copyright {
	position: absolute;
	top: 80px;
	left: 520px;
	font-size: 12px;
	color: #d3d4d9;
	width: 370px;
}

#footerlinks {
	position: absolute;
	top: 80px;
	left: 10px;
	font-size: 12px;
	color: #d3d4d9;
	width: 370px;
}

#footerlinks a {
	text-decoration: none;
	color: #0404B4;
}

#logo {
	position: relative;
	top: 0px;
	left: 0px;
}

.home {
	font-size: 15px;
	margin-left: auto;
	margin-right: auto;	
	border: 2px;
}
.home td {
	border: 2px;
	padding: 20px 20px 20px 20px;	
}

#heading {
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	top: 20px;
	left: 345px;
}


.button, .button_selected {
	height: 40px;
	width: 146px;
	float: left;
	border-left:2px solid #cfcee8;
	border-right:2px solid #cfcee8;
	border-top:2px solid #cfcee8;
	border-bottom:2px solid #cfcee8;
}
.button a, .button_selected a {
	background:url("graphics/button.png") repeat-x scroll left top transparent;
	display:block;  /* has to be this way for rollover images */
	width:146px;
	height:40px;
	font: bold 15px arial,sans-serif;
	text-decoration: none;
	color: #dddfef;
	text-align: center;
}
.button a:hover {
	width: 100%;
	height: 100%;
	background-position: 0 -40px;
	color: #3854a5;
}
.button_selected a {
	background-position: 0 -40px;
	color: #3854a5;
}
.button_text {
	padding-top: 11px;
}



#sub_menu {
	position:relative;
	width: 100%;
	height: 20px;
	background-color: #ffffff;	
}

.sub_button, .sub_button_selected {
	height: 20px;
	float: left;
	border-left:2px solid #cfcee8;
	border-right:2px solid #cfcee8;
	border-top:2px solid #cfcee8;
	border-bottom:2px solid #cfcee8;
}
.sub_button a, .sub_button_selected a {
	background:url("graphics/button.png") repeat-x scroll left top transparent;
	display:block;  /* has to be this way for rollover images */
	padding-left: 10px;
	padding-right: 10px;
	height:20px;
	font: bold 12px arial, sans-serif;
	text-decoration: none;
	color: #dddfef;
	text-align: center;
}
.sub_button a:hover {
/*	width: 100%;	*/	/* sub_butons are not fixed-width */
	height: 100%;
	background-position: 0 -40px;
	color: #3854a5;
}
.sub_button_selected a {
	background-position: 0 -40px;
	color: #3854a5;
}
.sub_button_text {
	padding-top: 3px;
}



.page_header {
	font-size: 18px;
	font-weight: bold;
}

.sub_header {
	font-size: 14px;
	font-style: italic;
}

.error {
	color: red;
}

.success {
	color: blue;
}

.service {
	position: relative;
	left: 15px;
	width: 700px;
	border:1px solid #cfcee8;
	background-color: #f4f6fa;
	padding: 5px;
}

.service_header {
	font-weight: bold;
	margin-bottom: 5px;
}

.service_text {
	position: relative;
	margin-left: 25px;
}

table.mailer {
	margin-left: 15px;
	border:1px solid #cfcee8;
	background-color: #f4f6fa;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.mailer td {
	white-space: nowrap;
}
