@charset "iso-8859-1";
/* CSS Document */

/* Überschrift */
.title_hr
{
	background-color: #BF1940;
	color: #BF1940;
	height: 3px;
	border: none;
	padding: 0;
	margin: 0;
}

/* Tabs */
#tabmenu
{
	border-top-color: #BF1940;
	border-top-style: solid;
	border-top-width: 3px;
}

.tabs, .tabs ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-position: inside;
}

.tabs li
{
	display: block;
	position: relative;
	text-align: center;
	margin-right: 2px;
	float: left;
	height: 20px;
	width: 120px;
	font-weight: bold;
	background-image: url(gui_pics/tab.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.tabs li a, .tabs li a:hover, .tabs li a:visited
{
	text-decoration: none;
	color: #000000;
	padding-left: 8px;
	padding-right: 8px;
}

.tabs li.selected_tab
{
	background-position: top left;
}

.tabs li.notselected:hover, .tabs li.notselected:active, .tabs li.notselected.over
{
	background-position: top left;
}

.tabs_admin li
{
	background-image: url(gui_pics/tab_admin.gif);
}