#tabbed_box_1 {
	margin: 0px auto; width: 300px; background-color: #06212F;
}
.tabbed_box h4 {
	color: rgb(255, 255, 255); letter-spacing: -1px; font-family: Arial, Helvetica, sans-serif; font-size: 23px; margin-bottom: 10px;
}
.tabbed_box h4 small {
	left: 6px; top: -4px; color: rgb(227, 233, 236); text-transform: uppercase; letter-spacing: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; position: relative;
}
.tabbed_area {
	padding: 8px; border: 1px solid rgb(73, 78, 82); background-color: #06212F;
}
ul.tabs {
	margin: 5px 0px 6px; padding: 0px;
}
ul.tabs li {
	list-style: none; display: inline;
}
ul.tabs li a {
	background-position: bottom; padding: 8px 14px; border: 1px solid rgb(70, 76, 84); color: #fff; text-transform: uppercase; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold; text-decoration: none; background-image: url("images/tab_off.jpg"); background-repeat: repeat-x; background-color: #06212F;
}
ul.tabs li a:hover {
	border-color: rgb(47, 52, 58); background-color:  #ED1D31;
}
ul.tabs li a.active {
	background-position: top; border-width: 1px; border-style: solid; border-color: rgb(70, 76, 84) rgb(70, 76, 84) rgb(255, 255, 255); color: rgb(40, 46, 50); background-image: url("images/tab_on.jpg"); background-repeat: repeat-x; background-color: rgb(255, 255, 255);
}
.content {
	background-position: bottom; padding: 10px; border: 1px solid rgb(70, 76, 84); font-family: Arial, Helvetica, sans-serif; background-image: url("images/content_bottom.jpg"); background-repeat: repeat-x; background-color: rgb(255, 255, 255);
}

/*Added by Antje to make div big enough for links*/
#content_1 {height: 355px;}


#content_2 {
	display: none;
}
#content_3 {
	display: none;
}
.content ul {
	margin: 0px; padding: 0px 20px;
}
.content ul li {
	list-style: none; padding-top: 15px; padding-bottom: 15px; font-size: 13px; border-bottom-color: rgb(214, 221, 224); border-bottom-width: 1px; border-bottom-style: solid;
}
.content ul li:last-child {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.content ul li a {
	color: #06212F; text-decoration: none; font-weight: bold;
}
.content ul li a small {
	left: 4px; top: 0px; color: #06212F; text-transform: uppercase; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; position: relative;
}
.content ul li a:hover {
	color:  #ED1D31;
}
.content ul li a:hover small {
	color: rgb(186, 174, 142);
}
