@CHARSET "utf-8";

html, body {
	background-color: #A9A9AB;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font: normal 12px/16px "trebuchet MS",Arial,Helvetica,Verdana,sans-serif ! important;
	color: #999999;
	text-align: center;
}
h1, h2, h4, h5, h6 {
	color: #202021;
	font: bold 15px/15px "tahoma",Arial,Helvetica,Verdana,sans-serif ! important;
	margin: 0px 0px -10px 0px;
}

/* LAYOUT SPALTEN */
.ie_center {
	text-align: center;
}
.layout_body {
	width: 920px;
	margin: auto;
	border: 1px solid #5C5C5C; /*#333333*/
	background-color: #333333; 
	padding: 10px 0px 0px 0px;
	text-align: left; /* ! IE -> ie_center */
}
.layout_header {
	width: 900px;
	height: 500px;
	margin: 0 auto;
	z-index: 999;
	text-align: left; /* ! IE -> ie_center */
}
.layout_pfad {
	width: 600px;
	height: 16px;
	color: #999999;
	position: absolute;
	margin: 0px 0px 0px 140px;
	padding: 10px 0px 0px 0px;
	z-index: 999;
}
.layout_navigation {
	width: 900px;
	height: 100px;
	margin: 0 auto;
	text-align: left; /* ! IE -> ie_center */
}
.layout_inhalte {
	width: 580px;
	height: 445px; /*335px*/
	/*background-color: #484848;
	border: 1px solid #ffffff;*/
	/*opacity: 0.7;*/
	margin: 40px 0px 0px 140px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	z-index: 1001;
}
.layout_footer {
	width: 900px;
	margin: 0 auto;
	color: #cccccc;
}
.layout_zierstreifen_horizontal {
	width: 920px;
	height: 80px;
	background-color: #ffffff;
	opacity: 0.2;
	filter: alpha(opacity = 20);
	position: absolute;
	top: 420px;
	z-index: 999;
}
.layout_zierstreifen_vertikal {
	width: 70px;
	height: 510px;
	background-color: #ffffff;
	opacity: 0.2;
	filter: alpha(opacity = 20);
	position: absolute;
	top: 20px;
	margin: 0px 0px 0px 70px; 
	z-index: 999;
}
.layout_logo {
	width: 150px;
	height: 49px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 740px; 
	position: absolute;
	z-index: 999;
}
.layout_titel_kollektion {
	width: 65px;
	height: 350px;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 4px; 
	position: absolute;
	z-index: 999;
}

/* SPALTEN INHALTE */
.inhalte_navigation {
	padding: 8px 0px 0px 0px;
}
.inhalte_pfad {
	padding: 12px 0px 0px 15px;
}
.inhalte_footer {
	height: 45px;
	padding: 10px 5px 3px 3px;
	text-align: right;
	line-height: 25px;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	opacity: 0.5;
}
.inhalte_footer:hover {
	opacity: 1;
}

/* INHALTE */
.inhalte_text {
	border: 1px solid #AEA9A6;
	padding: 2px;
	opacity: 0.9;
	line-height: 1.3;
	font-family: "trebuchet MS",Arial,Helvetica,Verdana,sans-serif;
}
.inhalte_box_1 {
	height: 220px;
	background-color: #333333;
	padding: 5px;
}
.inhalte_box_2 {
	height: 150px;
	background-color: #333333;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 5px;
	text-align: justify;
}

/* NAVIGATION */
.navi_item {
	padding: 0px 0px 0px 0px;
}
.navi_item_sub {
}
.navi_img {
}
.navi_img_hover {
	display: none;
}

/* GRAFIKEN .png, .jpg, .gif*/
.header_home {
	background: url(../images/header/bg_header_home.jpg) no-repeat left top;
}
.header_damen {
	background: url(../images/header/bg_header_damen.jpg) no-repeat left top;
}
.header_herren {
	background: url(../images/header/bg_header_herren.jpg) no-repeat left top;
}
.header_geschaefte {
	background: url(../images/header/bg_header_geschaefte.jpg) no-repeat left top;
}
.header_unternehmen {
	background: url(../images/header/bg_header_unternehmen.jpg) no-repeat left top;
}
.header_onlineshop {
	background: url(../images/header/bg_header_onlineshop.jpg) no-repeat left top;
}
.header_impressum {
	background: url(../images/header/bg_header_impressum.jpg) no-repeat left top;
}
.header_news {
	background: url(../images/header/bg_header_news.jpg) no-repeat left top;
}
.logo {
	background: url(../images/bg_logo.png) no-repeat left top;
}
.titel_kollektion {
	background: url(../images/bg_titel_kollektion.png) no-repeat left top;
}

/* LINKS */
a:focus { 
	outline: 0; 
}
a, a:hover {
	color: #202021;
	text-decoration: underline;
}
a.externer_link:hover {
	padding: 0px 15px 0px 0px;
	background: url(../images/icons/icon_externer_link.gif) no-repeat 100% 50%;
}
.inhalte_pfad a:link, .inhalte_pfad a:visited {
	text-decoration: none;
	color: #999999;
}
.inhalte_pfad a:hover {
	text-decoration: underline;
	color: #999999;
}
a.pfad_link {
	color: #999999;
}
.navi_item a:link, .navi_item a:visited {
	text-decoration: none;
	color: #999999;
}
.navi_item a:hover {
	text-decoration: none;
	color: #ffffff;
}
.inhalte_text a:link, .inhalte_text a:visited {
	text-decoration: none;
	color: #999999;
}
.inhalte_text a:hover {
	text-decoration: none;
	color: #ffffff;
}
.layout_footer a, .layout_footer a:visited {
	text-decoration: none;
	color: #333333; /*#cccccc;*/
}

/* FORMS, INPUTS */
input, .input, .inputbox {
	/*background: url(../images/bg_input_grau.png) repeat-x left top;*/
	border: 1px solid #cccccc;
	padding: 2px 0px 2px 2px;
	font-family: tahoma;
	font-size: 11px;
	color: #202021;
}
.button {
	background: url(../images/bg_input_schwarz.png) repeat-x left top;
	font-size: 11px;
	color: #ffffff;
	padding: 0px 5px 2px 5px;
	border: 1px solid #747474;
}
.form_label {
	width: 140px;
	padding: 0px 0px 10px 0px;
}
.textarea_flexibel_button {
	 background: #EEEEEE url(../images/icons/icon_textarea.png) no-repeat scroll center 2px;
	 width: 100%;
	 height: 9px;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 0pt 1px 1px;
    cursor: s-resize;
    overflow: hidden;
}

/* SCHRIFTEN UND RAHMEN */
.rahmen_grau {
	padding: 2px;
	border: 1px solid #747474;
}

/* SONSTIGES */
.yahoo_map_halter {
	border: 1px solid #AEA9A6;
	padding: 2px;
}
.yahoo_map {
	width: 574px;	
	height: 415px;
}

/* ICONS */
.ajax_lader {
	background: url(../images/icons/icon_ajax.gif) no-repeat left top;
	width: 16px;
	height: 11px;
}

/* SLIDESHOW */
.slideshow_box_1 {
	position:absolute;
	width: 900px;
	height: 500px;
}
.slideshow_maske {
	position: absolute;
	width: 900px;
	height: 500px;
	overflow: hidden;
}
.slideshow_maske div {
	position: absolute;
	display: block;
	border: none;
		width: 900px;
	height: 500px;
}

/* KOLLEKTION */
.layout_kollektion_thumbs {
	width: 800px;
	position: absolute;
}
.kollektion_thumb {
	width: 65px;
	height: 95px;
}


/* UNIVERSAL */
img {
	border: none;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.clear_both {
	clear: both;
}
.breite_50p {
	width: 50%;
}
.breite_50 {
	width: 50px;
}
.breite_60 {
	width: 60px;
}
.breite_130 {
	width: 130px;
}
.breite_150 {
	width: 150px;
}
.breite_170 {
	width: 170px;
}
.breite_190 {
	width: 190px;
}
.breite_200 {
	width: 200px;
}
.breite_220 {
	width: 220px;
}
.breite_230 {
	width: 230px;
}
.breite_250 {
	width: 250px;
}
.breite_260 {
	width: 260px;
}
.breite_263 {
	width: 263px;
}
.breite_265 {
	width: 265px;
}
.breite_380 {
	width: 380px;
}
.pointer {
	cursor: pointer;
}
.help {
	cursor: help;
}
.transparent_0 {
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);*/
	opacity: 0;
}
.transparent_50 {
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);*/
	opacity: 0.5;
}
.transparent_100 {
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);*/
	opacity: 1;
}

