/*
 * MC Technologies Screen Stylesheet
 *
 * @author	smit und partner, designer
 * @copyright	(c)2008 smit und partner, designer
 * @site	http://mc-technologies.de
 * @media	screen
 */

/*
 * Basisdefinitionen
 */
* {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

body {
	background: #e3e5ea url(../img/body-bg.png) repeat-x;
	color: #000;
	font: 10px/1.3  Verdana, Helvetica, Arial, sans-serif; 
	margin: 0;
	padding: 0;
}

h1 {
	color: #962A04;
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 10px;
}

h2 {
	color: #673c2d;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0.3em;
}

h3, caption {
	color: #673c2d;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0.8em;
	text-align: left;
}

h4 {
	color: #798897;
	font-size: 1.1em;
}

p {
	font-size: 12px;
	margin-bottom: 10px;
}

a {
	color: #134095;
}

a:hover {
	text-decoration: underline;
}

ul {
	padding-left: 15px;
}

li {
	font-size: 12px;
	list-style: disc;
	margin-bottom: 7px;
}

table {
	font-size: 12px;
}

/*
 * Klassen
 *
 * Enthält bereichsübergreifende Klassendefinitionen.
 */
.left {
	float: left;
}

.right {
	float: right;
}
 
.hide {
	display: none;
}

a.more {
	background: url(../img/more.png) no-repeat 0 3px;
	font-size: 12px;
	padding-left: 12px;
}

.advice {
	background: #972626;
	color: #FFF;
	display: block;
	font-size: 10px;
	margin-top: 5px;
	padding: 3px;
}
 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.bild-links {
	float: left;
	margin: 0 1em 1em 0;
}

.bild-rechts {
	float: right;
	margin: 0 0 1em 1em;
}

.table {
	border-collapse: collapse;
	margin-bottom: 10px;
}

.table td, .table th {
	padding: 2px 5px 2px 0;
}


/*
 * Grundgerüst
 */
#wrapper {
	background: url(../img/wrapper-bg.png) repeat-y;
	margin: 30px auto;
	min-height: 400px;
	padding: 310px 5px 40px;
	position: relative;
	width: 950px;
}

* html #wrapper {
	background: #FFF;
	border: 1px solid #000;
	padding: 310px 0 40px;
}

#head {
	background: url(../img/head-bg.png) no-repeat;
	left: 0;
	height: 265px;
	padding: 5px;
	position: absolute;
	top: -7px;
}

* html #head {
	background: none;
}

#logo {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	left: 25px;
	line-height: 1;
	position: absolute;
	top: 9px;
	width: 138px;
}

#logo a, #logo span {
	color: #304275;
	display: block;
	height: 79px;
	width: 138px;
}

#logo em {
	font-size: 32px;
}

#language {
	position: absolute;
	top: 18px;
	right: 270px;
	z-index: 9999;
}

#language a, #language img {
	display: block;
}

#shortcuts {
	position: absolute;
	right: 170px;
	top: 15px;
	z-index: 999;
}

#shortcuts li {
	float: left;
	border-left: 1px solid #000;
	list-style: none;
}

#shortcuts li.first {
	border-left: none;
}

#shortcuts a {
	display: block;
	font-size: 13px;
	line-height: 1;
	padding: 2px 10px;
}

#search {
	background: url(../img/search-bg.png) no-repeat;
	height: 18px;
	overflow: hidden;
	padding: 4px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 144px;
	z-index: 9999;
}

#search-query {
	color: #595550;
	font-size: 12px;
	padding: 1px;
}

#search-submit {
	background: #eff0f1;
	color: #0e5aa6;
	position: absolute;
	top: 4px;
	right: 4px;
	width: 30px;
}

*+html #search-submit {
	font-size: 12px;
	height: 18px;
	padding: 0 1px;
}

#navigation {
	padding: 95px 0 1px;
	position: relative;
	width: 100%;
}

#navigation li {
	float: left;
	list-style: none;
	margin: 0;
	position: relative;
}

#navigation a {
	background: #545f7a url(../img/navigation-bg.png) no-repeat 0 0;
	color: #FFF;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	padding: 8px 0;
	text-align: center;
	width: 190px;
}

* html #navigation a {
	width: 188px;
}

#navigation a.active {
	background-color: #2e3547;
	background-position: 0 -29px;
}

#navigation .first a {
	background-position: -2px 0;
}

#navigation .first a.active {
	background-position: -2px -29px;
}

#panorama {
	border-bottom: 1px solid #71625d;
	height: 140px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#breadcrumbs {
	background: #f0f2f8;
	color: #962A04;
	font-size: 13px;
	font-weight: bold;
	left: 6px;
	padding: 3px 15px;
	position: absolute;
	top: 265px;
	width: 920px;
}

* html #breadcrumbs {
	width: 910px;
}

#breadcrumbs a{
	font-size: 13px;
	font-weight: bold;
}

#main {
	padding: 0 15px 40px 15px;
}

#sidebar {
	float: left;
	position: relative;
	width: 270px;
}

* html #sidebar {
	width: 260px;
}

#content {
	float: right;
	position: relative;
	width: 635px;
}

* html #content {
	margin-right: -15px;
}

#foot {
	background: url(../img/foot-bg.png) left bottom no-repeat;
	left: 0;
	position: absolute;
	bottom: -7px;
	width: 100%;
}

* html #foot {
	background: transparent;
}

#foot p {
	background: #f0f2f8;
	font-size: 11px;
	margin: 6px;
	padding: 5px 10px;
	position: relative;
}

/*
 * Head
 */
#panorama .overlay {
	background: url(../img/top-bg.png);
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	bottom: 0;
	max-height: 120px;
	overflow: auto;
	padding: 10px;
	position: absolute;
	right: 0;
	width: 640px;
}

* html #panorama .overlay {
	height: 80px;
}

#panorama h1, #panorama p {
	margin-bottom: 3px;
}

#panorama .with-image {
	padding-left: 210px;
	width: 430px;
}

#panorama .with-image img {
	border: 1px solid #FFF;
	float: left;
	margin-left: -200px;
}

/*
 * Content
 */
#content .block-with-image {
	margin-bottom: 25px;
	padding: 0 10px;
}

#content .block-with-image .left {
	width: 405px;
}

#content .block-with-image .right {
	width: 195px;
}

#content .block {
	border: 1px solid #b9c0d8;
	margin-bottom: 20px;
	padding: 10px;
}

.two-columns-row-wrapper {
	width: 660px;
}

.two-columns-row {
	float: left;
	background: url(../img/two-columns-row.png) no-repeat left bottom;
	margin-bottom: 20px;
}

.two-columns-row .cell {
	border-top: 1px solid #b9c0d8;
	float: left;
	margin-right: 19px;
	padding: 11px;
	width: 286px;
}

.three-columns-row-wrapper {
	width: 639px;
}

.three-columns-row {
	background: url(../img/three-columns-row.png) no-repeat left bottom;
	float: left;
	margin-bottom: 20px;
}

.three-columns-row .cell {
	border-top: 1px solid #b9c0d8;
	float: left;
	margin-right: 15px;
	padding: 6px;
	width: 186px;
}

.manufacturer img {
	display: block;
	margin: -6px -5px 8px;
}

.manufacturer a {
	background: url(../img/more.png) no-repeat 0 3px;
	display: block;
	font-size: 11px;
	padding-left: 11px;
}

.manufacturer a img {
	display: block;
	margin-left: -16px;
}

.pagination {
	border-top: 1px solid #b9c0d8;
	margin: 1em 0px -15px;
	padding: 10px 0px;
}

.pagination .prev, .pagination .next {
	color: #7a7771;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	margin-right: 1.5em;
	padding: 0.3em 0;
}
.pagination .pages {
	float: right;
	padding: 0;
}

.pagination .pages li {
	float: left;
	font-size: 1.1em;
	list-style: none;
	margin-right: 0.3em;
}

.pagination .pages a, .pagination .pages span {
	border: 1px solid #b9c0d8;
	display: block;
	line-height: 1;
	padding: 0.3em 0.5em;
	text-decoration: none;
}

.pagination .pages a:hover {
	text-decoration: underline;
}

.pagination .pages span {
	background: #1a3c7c;
	color: #FFF;
}

.products {
	border-collapse: collapse;
	width: 100%;
}

.products tbody tr {
	border: 1px solid #b9c0d8;
}

.products td, .products th {
	padding: 10px;
}

.products th {
	color: #673c2d;
	font-size: 13px;
	text-align: left;
	vertical-align: bottom;
}

.products td {
	vertical-align: top;
}

.products ul {
	padding-left: 15px;
}

.products li {
	color: #5b5756;
	list-style: disc;
	margin-bottom: 2px;
}

.productgroups {
	border-collapse: collapse;
}

.productgroups tbody tr {
	border-top: 1px solid #B9C0D8;
}

.productgroups tbody td {
	padding-top: 3px;
	padding-bottom: 3px;
}

.productgroups tbody th {
	padding-top: 20px;
}


.productgroups tbody th h3 {
	font-size: 15px;
}

.productgroups .image {
	padding-right: 5px;
}

.productgroups .image img {
	display: block;
	margin: 0 auto;
}

.productgroups .alt {
	background: #FAFBFD;
}

.accessories {
	font-size: 12px;
}

.accessories th {
	text-align: left;
}

.accessories td {
	border-top: 1px solid #DFDFDF;
}

#login {
	margin-bottom: 10px;
	position: relative;
}

#login fieldset {
	border: 1px solid #ba7861;
	margin-bottom: 5px;
	padding: 1px;
	width: 126px;
}

#login-username, #login-password {
	color: #8b8987;
	font-size: 11px;
	padding: 2px;
}

#login-username {
	width: 122px;
}

#login-password {
	width: 83px;
}

#login-submit {
	background: #eff0f1;
	color: #0e5aa6;
	font-size: 11px;
	padding: 1px 0;
	width: 35px;
}

#login-lost-password, #login-register {
	left: 140px;
	font-size: 11px;
	position: absolute;
	top: 0;
}

#login-register {
	top: 30px;
}

#toc {
	margin-bottom: 20px;
	padding: 0 0 0 30px;
}

#toc li {
	font-size: 11px;
	list-style: decimal;
	margin-bottom: 2px;
}

/*
 * Sidebar
 */ 
#sidebar .block {
	border: 1px solid #b9c0d8;
	background: #f0f2f8 url(../img/sidebar-block-bg.png) repeat-x;
	margin-bottom: 20px;
	padding: 10px 10px 5px;
}

#sidebar .block h1 {
	background: url(../img/sidebar-block-headline.png) repeat-x;
	margin: -10px -10px 10px -10px;
	padding: 4px 10px;
}

#sidebar .block p {
	font-size: 11px;
}

#subnavigation {
	padding: 0;
}

#subnavigation li {
	list-style: none;
}

#subnavigation strong {
	display: block;
}

#subnavigation span {
	color: #000;
}

#subnavigation a:hover {
	text-decoration: none;
}

#subnavigation a:hover strong {
	text-decoration: underline;
}

#subnavigation a {
	background: url(../img/more.png) 10px 7px no-repeat;
	display: block;
	margin: 0 -10px;
	padding: 3px 10px 3px 22px;
}

#subnavigation a.active {
	background-color: #e0e8f4;
}


#subnavigation .level3 {
	display: block;
	padding: 0 0 0 12px;
}

#subnavigation .level3 a {
	background: transparent;
	display: inline;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}


#subnavigation .level3 a:hover {
	text-decoration: underline;
}


label {
	font-size: 11px;
}

input.text, textarea {
	border: 1px inset #304275;
	padding: 2px;
}

input.submit {
	background: #304275;
	border: 1px outset #304275;
	color: #FFF;
	font-weight: bold;
	padding: 1px;
}

dl.form {
	margin-bottom: 20px;
}

dl.form dt {
	clear: both;
	float: left;
	font-weight: bold;
	padding: 3px 0;
	width: 23%;
}

dl.form dd {
	border-bottom: 1px solid #DDD;
	padding-bottom: 4px;
	margin: 0 0 5px 0;
}

dl.form dd.last {
	border: none;
}

dl.form input.text, dl.form textarea {
	width: 250px;
}

dl.form textarea {
	width: 250px;
}

.advice {
	background:#972626 none repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	font-size:10px;
	margin-top:5px;
	padding:3px;
	width: 280px;
}
/*
 * Search
 */
#search-results {
	padding: 0;
}

#search-results li {
	list-style: none;
	margin-bottom: 15px;
}

#search-results .number {
	vertical-align: middle;
}

#search-results .title {
	font-weight: bold;
	vertical-align: middle;
}

#search-results .lang {
	margin-left: 3px;
	vertical-align: middle;
}

#search-results .weight {
	color: #999;
	font-size: 10px;
	vertical-align: middle;
}

#search-results .description {
	color: #444;
	display: block;
	font-size: 12px;
	padding: 4px 0 1px 0;
}

#search-results .description b {
	font-weight: normal;
	background: #FFFFCF;
}

#search-results .url {
	color: #999;
	font-size: 10px;
}