@charset "utf-8";
/* COMMON START */
* {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:inherit;
	line-height:inherit;
	}
html {
	color:#999;
	font-size:100.01%;
	direction:ltr;
	}
html, body {
	min-height:100%;
	height:100%;
	}
body {
	font: normal 12px/18px 'Lucida Sans','Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif,'Trebuchet MS';
	background-color:#000;
	text-align:center;
	}
h1 {
	margin-bottom:15px;
	font-size:20px;
	font-weight:100;
	color:#666;
	}
h1.marginTop {
	margin-top:25px;
	}
h2 {
	margin-bottom:10px;
	font-size:14px;
	font-weight:700;	
	}
h3 {
	margin-bottom:5px;
	font-size:12px;
	font-weight:700;
	}
p {margin-bottom:10px;}
em {
	font-weight:700;
	font-style:normal;
}
ul {
	list-style-type:none;
	}
ul.bullet li {
	padding-left:15px;
	line-height:1.4em;
	background:transparent url(../images/common/bullet.gif) no-repeat 0 5px;
	}
ul.hor li {
	float:left;
	}
table {
	border-collapse:collapse;
	}
td, th {text-align:left;}
img,iframe,input, textarea {border:none;}
.fLeft {float:left !important;}
.fRight {float:right !important;}
.clear {clear:both;}
.spacer {
	border-bottom:1px solid #fff;
	margin:20px 0;
	}
#wrapper {
	position:relative;
	width:900px;
	margin:0 auto;
	text-align:left;
	padding:192px 0 0 0px;
	}
#content {
	position:relative;
	min-height:310px;
	max-height:100%;
	width:860px;
	margin:0 auto;
	-moz-border-radius:12px 12px 12px 12px;
	-webkit-border-bottom-right-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	-webkit-border-top-right-radius:12px;
	-webkit-border-top-left-radius:12px;
	border-radius:12px 12px 12px 12px;
	background-color:#b6c8d9;
	padding:30px 40px 20px 0;
	}
.contentArea {
	margin-left:170px;
	color:#000;
	}
#logoKS {
	position:absolute;
	top:50px;
	right:0px;
	}
#logoFiven {
	position:absolute;
	top:101px;
	left:0px;
	z-index:15;
	width:135px;
	}
a {
	color:#025981;
	text-decoration:none;
	}
a:hover {
	color:#00a6ca;
	text-decoration:underline;
	outline:none;	
	}
/* COMMON END */

/* MainNav START */
#mainNav {
	position:absolute;
	top:163px;
	left:150px;
	}
#mainNav ul.hor, .subNav ul.hor {
	color:#999;
	float:left;
	}

#mainNav li, .subNav li {margin: 0 10px;}	
#mainNav li a, .subNav li a {
	color:#ccc;
	text-decoration:none;
	padding:4px 5px 3px 5px;
	display:block;
	}
#mainNav li a:focus, #mainNav li a:hover, #mainNav li a:active, .subNav li a:focus, .subNav li a:hover, .subNav li a:active {
	background: #454545;
	color:#00a6ca;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-top-left-radius:4px;
	border-radius:4px 4px 4px 4px;
	outline:none;
	}		
#mainNav li.active, .subNav li.active {
	padding:4px 5px 3px 5px;
	display:block;
	color:#00a6ca;
	}
.subNav li.language, .subNav li.active.language {
	margin:0;
	padding:4px 0 3px 0;
	}
.subNav li.language a {
	padding:4px 0 3px 25px;
	display:block;
	}
.subNav li.language .de, .subNav li.active.language .de {
	background:url(../pics/flag_de.jpg) no-repeat center left;
	padding:0 0 3px 25px;
	margin-left:10px;
	}
.subNav li.language .en, .subNav li.active.language .en {
	background:url(../pics/flag_en.jpg) no-repeat center left;
	padding:0 0 3px 25px;
	margin:0 10px;
	}
/* MainNav END */	

/* SlideShow index START */
#home .slideShow {
	position:relative;
	height:360px;
	}
#home .slideShow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0;
	}
#home .slideShow img.active {
    z-index:10;
    opacity:1;
	}
#home .slideShow img.last-active {z-index:9;}
/* SlideShow index END */

/* Footer START */	
#footer {
	position:relative;
	margin:5px 0 10px 0;	
	}
#footer p {
	float:left;
	position:relativ;
	white-space:nowrap;
	padding:4px;
	text-transform:uppercase;
	color:#454545;
	margin-left:5px;
	}
.subNav {
	float:right;
	position:relative;
	}
/* Footer END*/

/* Form START */
form {width:660px;}
label {
	float:left;
	padding-top:2px;
	width:105px;
	}
textarea, input {color:#000; width:577px;}
div.inputBox, div.textarea {
	float:left;
	background-color:#fff;
	border:1px solid #666;
	margin-bottom:5px;
	position:relative;
	}
div.inputBox div {
	padding:2px 0 1px 5px;
	border-top:1px solid #999;
	border-left:1px solid #999;
	}
div.inputBox.selected, div.textarea.selected {
	border:1px solid #00a6ca;
	}
/* Form END*/

/* btn START */
.btn {
	float:right;
	cursor:pointer;
}
.btn #sendMail, .btn #sendOrder{
	margin-top: 10px;
}
a.flexBtn {
	display: inline-block;			
	height: 25px;
	max-width: 300px;
	background: transparent url(../pics/btn_cap.png) no-repeat;
	white-space: nowrap; 			
	padding: 0 0 0 5px;				
	text-align: center;
	line-height: 25px;
	color: #fff;
	text-decoration: none;
}
a.flexBtn span {
	background: transparent url(../pics/btn_tail.png) no-repeat right top;
	display: block;
	height: 25px;
	margin: 0;	
	padding: 0 10px 0 5px;
}
a:hover.flexBtn {
	background: transparent url(../pics/btn_cap_ro2.png) no-repeat;
}
a:hover.flexBtn span {
	background: transparent url(../pics/btn_tail_ro2.png) no-repeat right top;
}
/* btn END */

/* table START */
table thead {
	background-color:#666;
	color:#FFF;
}
table th, table td {
	padding:8px 15px;
	white-space:nowrap;
}
table th.white, table td.white {
	padding:0;
	background-color:#fff;
}
td.picPrize, th.picPrize {text-align:right;}
td.picPrize.euro {padding-right:35px;}
/* table END */

.avh {margin-right:80px;}

#fineArtPrints {
	margin-right:70px;
	}
	
a.info {
	cursor:help;
	}

table.cv td {
	padding-left:0px !important;
	white-space:normal;
	}
table.cv {
	width:460px	
		}

.aqua {
	color:#00a6ca;
	text-transform:uppercase;
	}
.gray {
	color:#666;
	}
.kate {
	text-transform:uppercase;	
	}
	
/*basket*/

#basketContent {
	-moz-border-radius:12px 12px 12px 12px;
	-webkit-border-top-left-radius:12px;
	-webkit-border-top-right-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	-webkit-border-bottom-right-radius:12px;
	border-radius:12px 12px 12px 12px;
	background-color:#454545;
	padding:20px;
	color:#fff;
	}
#basketContent table {
	width:100%;
	border-collapse:collapse;
	}
#basketContent table th, #basketContent table td {
	padding:8px 15px 8px 0;
	text-align:left;
	}
#basket a.close {
	left:850px;
	position:relative;
	top:-33px;
	height:20px;
	}
#basketContent .total {
	border-top:1px solid #ccc;
	padding-top:15px;
	margin-top:7px;
	}
.note {
	font-style:italic;
	font-size:11px;
	}
.logos {
	margin:5px 0 10px 0;
	}
