@charset "utf-8";
/* CSS Haupt-Document */

/** kritische Werte instanzieren
-------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
img{
	vertical-align: bottom;
}
a:link img, a:visited img,
a:hover img, a:focus img, a:active img {
	border: 0;
}
/* a[href^="http://"]:before,
a[href^="https://"]:before {
  content: "\2197\00A0";
  font-family:Arial, Helvetica, sans-serif;
} */
a {
	outline: none;
}

/** Minimal CSS
-------------------------------------------------------------------------------------------------- */
html, body {
	height: 100%;
}
#top {
	min-height: 100%;
}
div#sl,
div#sr {
	min-height: 654px;
}
#main {
	padding-bottom: 45px; /* unteres padding in der Hoehe des footers +footer_padding vermeidet Überlappungen */
}
#footer {
	height: 45px;
	margin-top: -46px; /* + padding +1px */
}
/* IE Win only \*/
* html #top {
	height: 100%;
}
* html div#sl,
* html div#sr {
	height: 654px;
}
/* */
/* IE only */
* html #main {
	padding-bottom: 48px; /* unteres padding in der Hoehe des footers +footer_padding +2 vermeidet Überlappungen */
}
* html #footer {
	margin-top: -49px; /* + padding +3px */
}
/* */

/** allgemeine Elemente formatieren
-------------------------------------------------------------------------------------------------- */
body {
	background: #646361 url(../images/layout/body_bg.jpg) left top repeat-x;
	color: #373737;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
body * {
	text-align: left;
}

/* Listen siehe content*/

/* Links und Anker */
a:link, a:visited,
a:hover, a:focus, a:active {
	background-color: transparent;
	color: #373737;
	font-size: 12px;
	line-height: 1.4em;
}
a:hover,
a:focus, 
a:active {
	color: #000;
}

/* Überschriften und Absätze */
h1 {
	color: #373737;
	background-color: transparent;
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	text-transform: uppercase;
	margin: 37px 0 15px;
}
h2 {
	color: #373737;
	background-color: transparent;
	font-size: 12px;
	margin: 15px 0 0;
}
h2.first {
	margin-top: 15px;
}
h2.h2_high {
	margin-bottom:12px;
}
p {
	font-size: 12px;
	line-height: 1.4em;
	margin: 0 0 1em 0;
}
p.first {
	margin-top: 15px;
}
span {
	font-size: 12px;
	line-height: 1.4em;
}
.wichtig {
	font-weight: bold;
}
.small {
	font-size: 10px;
	line-height: 1.4em;
}

/* Überschriften und Absätze */
table {
	margin: 0 0 1em;
	padding: 0;
}
th, td {
	font-size: 12px;
	line-height: 1.4em;
}
/* Zitate */
blockquote {
	font-size: 12px;
	text-align: justify;
	line-height: 1.4em;
	margin: 0 0 8px 0;
}
blockquote.first {
	margin-top: 15px;
}
cite {
	display: block;
	font-size: 10px;
	font-style: normal;
	margin-bottom: 30px;
}

/**
-------------------------------------------------------------------------------------------------- 
little helpers
-------------------------------------------------------------------------------------------------- */
.clear {
	clear: both;
	font-size: 1px;
}
.skip {
	position: absolute; left:-9999px; top:0;
	font-size: 1px;
}
.divider {
	display: none;
}

/** Regeln für besondere Bereiche
-------------------------------------------------------------------------------------------------- */
.noscript p {
	background-color: transparent;
	color: #fff;
	text-align: center;
	font-size: 11px;
	margin: .5em 0;
}
.noscript p a:link,
.noscript p a:visited,
.noscript p a:hover,
.noscript p a:focus,
.noscript p a:active {
	background-color: transparent;
	color: #fff;
}
div#top {
	background: #e7e7e7 url(../images/layout/shadow.jpg) left top repeat-y;
	margin: 0 auto;
	width: 982px;
}
div#sl {
	background: transparent url(../images/layout/shadow_left.jpg) left top no-repeat;
	width: 982px;
}
div#sr {
	background: transparent url(../images/layout/shadow_right.jpg) right top no-repeat;
	padding: 0 25px;
	width: 932px;
}
div#header {
	background: #fff url(../images/layout/header_bg.jpg) left bottom repeat-x;
	text-align: center;
	border: solid 1px #fff;
	border-width: 0 1px 1px;
	width: 930px; height: 150px;
}
#header img {
	margin-top: 10px;
}
div#main {
	position: relative; left:0; top:0;
	border: solid 1px #fff;
	border-width: 0 1px;
}
div#control {
	position: relative; left: 0; top: 0;
	border-bottom: solid 1px #fff;
	height: 358px;
}
#control div#flashcontent {
	position: absolute; right: 0; top: 0;
	background: #ebedec;
	color: #000;
	text-align: right;
	padding: 0;
	margin: 0;
	width: 620px; height: 358px;
}
/** sidebar
-------------------------------------------------------------------------------------------------- */
ul#sidebar {
	position: absolute; left: 0; top: 0;
	width: 310px;
}
ul #sidebar,
#sidebar li {
	list-style: none;
}

/** content
-------------------------------------------------------------------------------------------------- */
div#content ,
div#content_1{
	background: #e7e7e7 url(../images/layout/content_bg.jpg) left top repeat-x;
	padding: 1px 45px 25px;
	width: 840px;
}
div#content_1 {
	padding: 37px 0 25px;
	width: 930px;
}
#content_1 a:link.teaser,
#content_1 a:visited.teaser,
#content_1 a:hover.teaser,
#content_1 a:focus.teaser,
#content_1 a:active.teaser {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0 0 0 41px;
	width: 180px;
}
#content_1 a:link.teaser img,
#content_1 a:visited.teaser img,
#content_1 a:hover.teaser img,
#content_1 a:focus.teaser img,
#content_1 a:active.teaser img {
	border: solid 1px #fff;
}
#content_1 a:hover.teaser img,
#content_1 a:focus.teaser img,
#content_1 a:active.teaser img {
	border: solid 1px #000;
}
#content_1 a:link.teaser span,
#content_1 a:visited.teaser span,
#content_1 a:hover.teaser span,
#content_1 a:focus.teaser span,
#content_1 a:active.teaser span {
	background: transparent url(../images/layout/arrows.png) 1px 3px no-repeat;
	font-size: 10px;
	padding-left: 10px;
}
#content_1 a:hover.teaser span,
#content_1 a:focus.teaser span,
#content_1 a:active.teaser span {
	background-position: 1px -37px;
	color: #000;
}
#content img {
	margin: 0 0 20px 0;
}
#content p {
	text-align: justify;
}
#content ul {
	list-style: none;
	margin: 1em 0;
}
#content ul li {
	background: transparent url(../images/layout/arrows.png) 1px 4px no-repeat;
	list-style: none;
	padding: 0 0 3px 10px;
}
#content div#sidebox {
	float: left;
	width: 220px; height: 228px;
}
#content #sidebox img {
	margin: 42px 0 20px 0;
}
#content #sidebox a:link,
#content #sidebox a:visited,
#content #sidebox a:hover,
#content #sidebox a:focus,
#content #sidebox a:active {
	display: block;
	background: transparent url(../images/layout/arrows.png) 1px 3px no-repeat;
	padding-left: 10px;
}
#content div#inner_content {
	float: right;
	width: 575px;
}
div#inner_content iframe {
	border: solid 1px #373737;
}

/** footer
-------------------------------------------------------------------------------------------------- */
div#footer {
	position: relative; left: 0; top: 0;
	background: #4d4c51 url(../images/layout/footer_bg.jpg) left top repeat-x;
	text-align: center;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	border-top: solid 1px #e7e7e7;
	padding: 22px  20px 8px;
	margin-left: auto;
	margin-right: auto;
	width: 890px; height: 15px;
}
div#footer span {
	font-size: 10px;
}
div#footer span a:link,
div#footer span a:visited,
div#footer span a:hover,
div#footer span a:focus,
div#footer span a:active {
	font-size: 10px;
	text-decoration: underline;
}

/** kontakt.html
-------------------------------------------------------------------------------------------------- */
col.kontakt-sp-1 {
	width: 100px;
}
col.kontakt-sp-2 {
	width: 300px;
}
input {
	margin: 1px 0;
	width: 300px;
}
td.textarea_label {
	padding-top: 12px;
}
td.textarea_label input#agb {
	position: relative; left: 0; top: 2px;
	width: auto;
}
textarea {
	margin: 0 0 10px 0;
	width: 400px;
}
input#submit {
	text-align: center;
	margin: 12px 1px 24px 1px;
	width: auto;
}
input:hover#submit,
input:focus#submit {
	cursor: pointer;
}
* html input:hover#submit,
* html input:focus#submit {
	cursor: hand;
}
div#agb_text {
	overflow-y: scroll;
	background-color: #fff;
	border: solid 1px gray;
	padding: 10px;
	height: 200px;
}
div#agb_text  h1 {
	margin-top: 0;
}

/** shop.html
-------------------------------------------------------------------------------------------------- */
div#order_form {
	border: solid 1px red;
}
#top #content #shop ul,
#top #content #shop ul li,
#top #content #shop ul li ul,
#top #content #shop ul li ul li {
	list-style: none;
}
#top #content #shop ul {
	padding: 0;
	margin: 20px 0 0 0;
}
div.shop_bottom {
	margin-bottom: 20px;
}
* html #top #content #shop ul,
*:first-child + html #top #content #shop ul {
	padding: 0;
	margin: 0 0 20px 0;
}
#top #content #shop ul li {
	float: left;
	background-image: none;
	margin: 0 11px 0 -11px;
}
#shop h2#shop_head_1,
#shop h2#shop_head_2,
#shop h2#shop_head_3,
#shop h2#shop_head_4 {
	float: left;
	display: block;
	font-weight: bold;
	margin: 0 15px 0 0;
}
#shop h2#shop_head_1 {
	width: 70px;
}
#shop h2#shop_head_2,
#shop h2#shop_head_3 {
	width: 145px;
}
#shop h2n#shop_head_4 {
	width: 100px;
}
#shop input {
	margin: 0 0 9px 0;
	width: 146px;	
}
#shop input.anz {
	width: 70px;
}
#shop select {
	margin: 0 0 9px 0;
	width: 150px;
}
#shop select#versand {
	margin: 10px 0 20px;
	width: 235px;
}
#shop input#summe {
	text-align: right;
	margin: 10px 0 20px;
	width: 230px;
}

/* colorpicker */
#content img#preview {
	margin-bottom: 6px;
}
#content #colorpicker {
	width: 222px;
}
#content #colorpicker li {
	float: left;
	display: block;
	background-image: none;
	padding: 0;
	margin: 6px 0 0 6px;
}
#content #colorpicker li.first {
	margin-left: 0;
}
#content #colorpicker li a:link,
#content #colorpicker li a:visited,
#content #colorpicker li a:hover,
#content #colorpicker li a:focus,
#content #colorpicker li a:active {
	background-image: none;
	padding: 0;
	margin: 0;
}
#content #colorpicker li a img {
	display: block;
	border: solid 1px #a7a6aa;
	margin: 0;
}
#kunde col.kontakt-sp-1 {
	width: 85px;
}

/** unternehmensbekleidung-referenzen.html
-------------------------------------------------------------------------------------------------- */
#ref img {
	float: left;
	display: block;
	margin: 0 10px 5px 0;
}
