/*
 * jQuery UI Tabs 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: 0; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: pointer; color: #fff; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 30px 0 0 0; background: none; clear: both; }
.ui-tabs .ui-tabs-hide { display: none !important; }

#tabs {
	padding: 0;
	position: relative;
	z-index: 20000;
}

#tabs ul:first-child {
	margin: -61px 0 0 -29px;
	width: 660px;
}

#tabs>ul li {
	background: transparent url("../../images/reiter.png") no-repeat;
	width: 150px;
	text-align: center;
}

#tabs>ul li:first-child {
	margin-left: -3px;
	text-align: left;
}

#tabs ul li.ui-tabs-selected,
#tabs>ul li:hover {
	background: #fff url("../../images/reiter-aktiv.png") no-repeat;
}

#tabs>ul li a,
#tabs>ul li a:active {
	color: #666 !important;
	text-transform: uppercase;
	text-decoration: none !important;
    font-size:  11px;
    line-height: 28px;
    padding:  0;
	width: 100%;    
}

#tabs>ul li:first-child  a {
	margin-left: 30px;
}

#tabs>ul li.ui-tabs-selected a,
#tabs>ul li a:hover,
#tabs>ul li a:focus {
	color: #333 !important;
}

#tabs div h1,
#tabs div ul,
#tabs div ol,
#tabs div p {
	margin: 0;
	width: 500px;
}

#tabs div p {
	font-size: 12px;
	margin-bottom: 12px;
}

#tabs div h4 {
	font-size: 12px;
	margin: 0 0 12px 0;
}

#tabs div ul {
	list-style-type: square;
	margin: 0 0 0 12px;
}

#tabs div ol {
	margin: 0 0 0 18px;
}

