@CHARSET "ISO-8859-1";
@IMPORT url("/style-core.css");

body {
}

.tab-nav .tab {
	background-image: url("/images/blueash/tab-top-back.jpg");
	background: #191970;
}

.tab-nav .tab a {
	background-image: url("/images/blueash/tab-nav-back.jpg");
}

.tab-nav .tab .active a {
	background-image: url("/images/blueash/tab-nav-back-h.jpg");
}

.tab-nav .tab .left {
	background-image: url("/images/blueash/tab-nav-eckelinks.jpg");
}

.tab-nav .tab .right {
	background-image: url("/images/blueash/tab-nav-eckerechts.jpg");
}

.tab-nav .tab .active .left {
	background-image: url("/images/blueash/tab-nav-eckelinks-h.jpg");
}

.tab-nav .tab .active .right {
	background-image: url("/images/blueash/tab-nav-eckerechts-h.jpg");
}



.tab-nav .tab-subnav, #footer {
	border-color: black;
	background-color: #DDDDDD;
	color: white;
	background: url("/images/blueash/subnav-back.jpg") repeat-x;
}

.tab-nav .tab-subnav a, #footer a {
	color: white;
}

.box {
	border: 1px solid black;
	background-color: #BBD0FB;
}

.box h2 {
	background-image: url("/images/blueash/h2-back-black.jpg");
	color: white;
	background-image: url("/images/blueash/h2-back-gray.jpg");
	color: black;
}

.box h2 strong {
	background: url("/images/blueash/h2-dot.jpg") no-repeat left center;
}

#left .box h2, #right .box h2 {
}
	

form {
	margin: 0;
}

#content input, #content textarea, #content select {
	width: 100%;
	font-size: 1em;
}

#right input {
	background: url("/images/blueash/inputback.jpg") no-repeat left top;
	color: black;
	border: none;
	border-right: 1px solid #000066;
	line-height: 16px;
	text-align: right;
	font-size: 11px;
	padding: 0;
	padding-right: 2px;
	width: 100%;
	height: 16px;
}

#right input {
	width: 180px;
	display: block;
}

h3 {
	font-size: 10px;
	margin: 0;
}

#right input.submit, #left input.submit, #content input.submit {
	background: url("/images/blueash/submit-dot.jpg") no-repeat right center;
	border-right: 1px solid #000066;
	border-right: none;
	border-bottom: 1px solid #000066;
	margin-top: 5px;
	padding: 0 18px 3px 0;
}
	








table.tabbed {
	border-right: 1px solid #7C8370;
	background: url() top left repeat-x;
	margin-top: 1px;
}

table.tabbed td.content_area {
	border: 1px solid #7C8370;
	border-width: 0 0 1px 1px;
	padding-top: 10px;
}

table.tabbed th {
	border-bottom: 1px solid black;
	padding: 3px 0;
	cursor: pointer;
	color: white;
	background: url(/images/blueash/tab-nav-back.jpg) top left repeat-x;
}

table.tabbed th:hover {
	background: url(/images/blueash/tab-nav-back-h.jpg) top left repeat-x;
}
table.tabbed th.active {
	background: url(/images/blueash/tab-nav-back-h.jpg) top left repeat-x;
}
