/**
 * Styles
 */

a {
	color: #498bc1;
	text-decoration: none;
}

a:hover {
	color: #0b1c40;
}

h1, h2, h3, h4, h5, h6 {
	color: #0B1C40;
}


.clear {
	clear: both;
}

.tiny_mce {
	position: relative;
}

.tiny_mce div {

	border: 1px dashed #BBBBBB;
}

.tiny_mce table p {
	margin: 0px;
}

/**
 * Layout
 */

body {
	background-color: #FFF;
	background-image: url(gfx/bg_page.png);
	background-repeat: repeat-x;
	color: #03060d;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
}

#inhalt {
	background-image: url(gfx/bg_inhalt.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 1016px;
}

#header {
	height: 67px;
	margin: 0px 17px;
	padding-left: 8px;
	width: 976px;
}
#navi {
	background-image: url(gfx/bg_navi.png);
	color: #FFF;
	height: 48px;
	margin: 0px 17px;
	padding-top: 13px;
	width: 984px;
}

#banner {
	height: 302px;
	margin: 0px 17px;
	width: 984px;
}

#banner_text {
	background-image: url(gfx/warentitel.png);
	font-size: 24px;
	color: #039;
	text-align: right;
	padding-bottom: 40px;
	padding-top: 233px;
	padding-right: 35px;
}


#text {
	padding: 20px;
	margin: 0px 17px;
	width: 944px;
}

#fuss {
	background-image: url(gfx/fuss.png);
	height: 51px;
	margin: 0 auto;
	width: 1016px;
}
#fusszeile {
	margin: 0 auto;
	padding: 15px 100px 30px 0px;
	width: 1016px;
	text-align: right;
}

/**
 * Warenkorb
 */

.warenkorb_leer {
	color: #999;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
}

.warenkorb_leer:hover {
	color: #0b1c40;
}

.warenkorb_voll {
	color: #999;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
}

.warenkorb_voll:hover {
	color: #0b1c40;
}

/**
 * Navigation
 */

#navi ul {
	margin: 0px;
	padding: 0px;
}

#navi li {
	float: left;
	line-height: 46px;
	list-style-type: none;
	text-align: center;
	width: 145px;
}

#navi li.on {
	background: url('gfx/navi_on.png');
}

#navi li.off {
	background: url('gfx/navi_off.png');
}

#navi a {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}

#navi a:hover {
	color: #CCC;
}

/**
 * Startseite
 */

#start_text {
	float: left;
	font-size: 16px;
	text-align: justify;
	width: 450px;
}

#start_logo {
	float: left;
	margin-bottom: 90px;
	margin-left: 180px;
}

.start_last_news {
	float: left;
	padding-right: 13%;
	width: 20%;
}

/**
 * Neuigkeiten
 */

.news_archive_entry {
	float: left;
	padding-right: 13%;
	width: 20%;
}

.news_pagination {
	text-align: center;
}

/**
 * Produkte
 */

.products td {
	padding: 20px;
}

.products_cat {
	float: left;
	height: 250px;
	padding-left: 6%;
	padding-right: 7%;
	width: 20%;
}

.products_cat_image div {
	background-image: url(gfx/uberkategorie.png);
	color: #011C40;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	padding-left: 10px;
	padding-top: 55px;
	width: 190px;
}

.products_cat ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

.product_image_container {
	float: left;
	height: 140px;
	margin: 6px;
	text-align: center;
	width: 140px;
}

.product_image_container img {
	border-width: 1px;
	/*width: 100%;*/
}

.product_article {
	border: 1px dashed #DFDFDF;
	margin: 40px 0px;
	padding: 10px 20px;
	width: 450px;
}

.product_article span {
	font-size: 16px;
}

/**
 * Kontakt
 */

#contact_left {
	float: left;
	width: 600px;
}

#contact_right {
	float: right;
	width: 300px;
}

#contact_head {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: bold;
	margin-bottom: 40px;
	text-transform: lowercase;
	width: 100%;
}

#contact_head td {
	height: 50px;
	vertical-align: top;
}

#contact_head input, #contact_subject, #contact_foot textarea, #contact_tele , #contact_right textarea {
	background-color: #F5F5F5;	
	border: 1px solid #EFEFEF;
	color: #011c40;
}

#contact_subjects {
	width: 100%;
}

#contact_subjects div {
	float: left;
	margin: 1%;
	width: 48%;
}

#contact_subject {
	width: 200px;
}

#contact_foot {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: bold;
	margin-top: 40px;
	text-transform: lowercase;
	width: 600px;
}

#contact_callback {
	border: 1px dashed #498bc4;
	margin-top: 30px;
	padding: 20px;
	width: 200px;
}

/**
 * Unternehmen
 */

.company_text {
	text-align: justify;
}

#company_links {
	list-style-type: none;
	margin: 20px 0px;
	padding: 0px 10px;
}

#company_links li {
	margin: 10px 0px;
}

/**
 * Impressum
 */

.imprint_octoflow {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}

.imprint_octolist {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding-left: 20px;
}

/**
 * Warenkorb
 */

.cart_items {
	border-collapse: collapse;
}

.cart_items th {
	border-bottom: 1px solid #c0c0c0;
	padding: 3px 5px;
	text-align: left;
}

.cart_items td {
	padding: 3px 5px;
}

.cart_address {
	font-family: Tahoma,Geneva,sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	text-transform: lowercase;
}

.cart_items input, .cart_address input {
	background-color: #F5F5F5;
	border: 1px solid #EFEFEF;
	color: #011C40;
}

#cart_submit {
	margin-left: 50px;
}