/* "normale" Links */

a:link    {
    color: #000000;
	text-decoration: none;
    background-color: inherit;
}

a:visited {
	color: #000000;
	text-decoration: none;
	background-color: inherit;
}

a:hover   {
	color: #006400;
	text-decoration: underline;
	background-color: inherit;
}



/* Links Navigation Typ 1 */

a.nav-1:link    {
	color: White;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background-color: inherit;
}

a.nav-1:visited {
	color: White;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background-color: inherit;
}

a.nav-1:hover   {
	color: #F7BC5B;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background-color: inherit;
}



/* Links Navigation Typ 2 */
a.nav-2:link    {
	color: White;
	text-decoration: none;
	font-size: 12px;
	padding: 0px 50px 0px 50px;
	border: 1px solid White;
	background-color: inherit;
}

a.nav-2:visited {
	color: White;
	text-decoration: none;
	border: 1px solid White;
	padding: 0px 50px 0px 50px;
	font-size: 12px;
	background-color: inherit;
}

a.nav-2:hover   {
	color: #F7BC5B;
	border: 1px solid White;
	text-decoration: none;
	padding: 0px 50px 0px 50px;
	font-size: 12px;
	background-color: inherit;
}



/* Links Navigation Typ 3 */

a.nav-3:link    {
	color: black; 
	font-size: 12px;
	line-height: 16px;
	background-color: inherit;
}

a.nav-3:visited {
	color: black; 
	font-size: 12px;
	line-height: 16px;
	background-color: inherit;
}

a.nav-3:hover   {
	color: black; 
	font-size: 12px;
	line-height: 16px;
	background-color: inherit;
}


/* Links Katalog */

a.links-katalog-subnav:link    {
	text-decoration: none;
	font-size: 16px;
}

a.links-katalog-subnav:visited {
	text-decoration: none;
	font-size: 16px;
}

a.links-katalog-subnav:hover   {
	text-decoration: none;
	font-size: 16px;
}



/* Layout */

body {
    color: black;
	background-color: #000066;
	text-align: center;
	margin: 5px 0px 5px 0px;
} 

#layout {
	font-family: Arial, Helvetica, sans-serif;
	width: 975px;
	margin: 0px auto;
	background-color: White;
	padding: 0px 0px 0px 0px;
	height: auto;
	overflow: hidden;
	text-align: left;
	position: relative;
	color: inherit;
}

#header-1 {
	width: 100%;
	overflow: hidden;
	background-color: White;
	color: inherit;
}

#header-2 {
	background-color: #E6E6E6;
	width: 955px;
	padding: 0px 10px 0px 10px;
	color: Black;
	font-size: 14px;
	height: 26px;
	overflow: hidden;
}

#header-3 {
	background-color: #006400;
	width: 965px;
	font-size: 14px;
	padding: 5px 5px 0px 5px;
	overflow: hidden;
	color: inherit;
}

#footer {
	height: 15px;
	background-color: #E6E6E6;
	width: 100%;
	font-size: 12px;
	text-align: center;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	padding-top: 1px;
	clear: both;
	border: 1px solid White;
	color: inherit;
}



/*  */

#content-full {
	overflow: visible;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	min-height: 620px;
}


#content-main {
	overflow: visible;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
	font-size: 12px;
}

#content-left {
	width: 210px;
	height: 100%;
	float: left;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
}

#content-right {
	width: 720px;
	float: right;
	padding: 10px 10px 0px 5px;
	font-size: 14px;
	text-align: left;
}

#content-left-swarovski {
	width: 300px;
	height: 100%;
	float: left;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
}

#content-right-swarovski {
	width: 630px;
	float: right;
	padding: 10px 10px 0px 5px;
	font-size: 14px;
	text-align: left;
}

.F1 {
	float: left;
	font-style: italic;
}

.F2 {
	float: right;
	padding: 0px 0px 0px 10px;
}

.F3 {
	font-weight: bold;
}

.katalog-title {
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 3px 0px;
	border: solid Black 1px;
	width: 100%;
	background-color: #EEEEEE;
	float: left;
	color: inherit;
}

.katalog-history {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	font-size: 14px;
	font-weight: bold;
	border: solid Black 1px;
	width: 100%;
	background-color: #EEEEEE;
	float: left;
	color: inherit;
}

.katalog-category-title {
	margin: 8px auto 0px auto;
	padding: 3px 3px 3px 3px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid Black;
	width: 760px;
	background-color: #EEEEEE;
	color: inherit;
}

.katalog-navigation {
	margin: 8px auto 0px auto;
	font-size: 14px;
	border: thin solid Black;
	width: 760px;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
	color: inherit;
}

.katalog-footer {
	padding: 2px 0px 2px 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10px;
	border: solid Black 1px;
	width: 100%;
	background-color: #EEEEEE;
	float: left;
	color: inherit;
}


.tab-katalog {
	width: 770px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
	border: solid #000066 1px;
	font-size: 12px;
	float: left;
	text-align: justify;
}


.KA {
	width: 770px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
	border: solid #000066 1px;
	font-size: 12px;
	overflow: visible;
	float: left;
	text-align: justify;
}

.KA-small-left {
	width: 360px;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #000066;
	font-size: 12px;
	overflow: hidden;
	text-align: justify;
	float: left;
}

.KA-small-right {
	width: 360px;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #000066;
	font-size: 12px;
	overflow: hidden;
	text-align: justify;
	float: right;
}

.KB {
	width: 550px;
	font-size: 12px;
	float: right;
}

#content-gray-col {
    overflow: visible;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	background-image: url("/images/bg_gray_col.gif");
}

#content-gray-col-swarovski {
    overflow: visible;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	background-image: url("/images/bg_gray_col-swarovski.gif");
}

.affili-nav-line {
	border-bottom: thin solid White;
	padding: 2px 0px 2px 0px;
}

.nav-line {
	border-bottom: thin solid White;
	padding: 2px 0px 2px 0px;
}

.linkpartner-linkpage-default {
	font-weight: bold;
	font-size: 14px;
}

.linkpartner-linkpage-default-text {
	font-size: 12px;
}