/* Stylesheet for YoshaFashion
author: Dirk Zaal
Digizaal webdev Amsterdam 
*/
/* =0 Reset */

@import url('/share/styles/reset.css');    
/* =1 Global */

body{
	background-color: #000000;
	background-image: url('/images/galaxy1.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	color: #e3e3e3;
	font: 11px "Trebuchet MS",arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
a img{
	border: none;
}

a.button,
a.button:visited{
	background: #686868;
	border: 1px solid white;
	color: #f8f8f8 !important;
	display: inline-block;
	font: bold  normal 0.9em arial,sans-serif !important;
	padding: 1px;
	text-decoration: none;
	white-space: nowrap !important;
}

a.header span{
	background: #bfbfbf url(/images/roundcornerright25.gif) no-repeat right;
	display: inline-block;
	height: 24px;
	padding-right: 4px;
}

a.header,
a.header:visited{
	background: #bfbfbf url(/images/roundcornerleft25.gif) no-repeat left;
	color: white;
	cursor: pointer;
	display: inline-block;
	font: bold 8pt/24px arial,sans-serif;
	height: 24px;
	padding-left: 4px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

a.header:hover{
	color: white;
}

a.info{
	background: transparent;
	color: #f6f6f6; /*
Special mouse over popup
*/
	font: normal 9pt arial,sans-serif;
	position: relative; /*this is the key*/
	text-decoration: none;
	z-index: 24;
}

a.info:hover{
	background: gray;
	color: #f6f6f6;
	cursor: help;
	text-decoration: none;
	z-index: 25;
}

a.info:hover img{
	border: 0px;
}

a.info:hover span{
	background: #d9d9d9;
	border: 1px solid #686868;
	color: #f6f6f6;
	display: block; /*the span will display just on:hover state*/
	left: 0;
	padding: 2px;
	position: absolute;
	text-align: left;
	top: 0;
	z-index: 25;
}

a.minibutton:active,a.minibuttonactive{
	background: transparent !important;
	color: white !important;
	font: bold 14px arial,sans-serif;
	padding: 4px;
	text-align: center;
	text-decoration: none;
}

a[rel="external"] {
	background: transparent url(/share/images/icons/icon_blank.gif) no-repeat scroll right center;
	padding-right: 12px;
}



div#username,div#password{
	float: right;
	margin-right: 3px;
	position: relative;
}

div.box .bottom{
	background: transparent url('/images/box.png') bottom center;
	height: 4px;
}

div.box .content{
	background: #a2a2a2;
	margin: 0;
	padding-bottom: 5px;
	padding-left: 4px;
}

div.box .rechts{
	background: right;
	float: right;
	width: 4px;
}

div.box .top{
	background: transparent url('/images/box.png') top center;
	height: 4px;
}

div.box li a{
	color: white;
	font-family: arial,sans-serif;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
}

div.box li a.current,a:active{
	color: white;
	text-decoration: none;
}

div.box p,div.rondbox p{
	margin: 8px;
}

div.box ul,div.rondbox ul{
	list-style-type: disc;
	margin: 2px 0 0 12px;
	padding-left: 2px;
}

div.box ul.nobullets,div.rondbox ul.nobullets{
	list-style-type: none;
	margin: 2px 0 0 1px;
	padding-left: 2px;
}

div.form_entry {
	margin: 3px 0;
}

div.home{
	background: transparent url(/images/subnav.png) no-repeat;
}

div.inlogblok{
	text-align: right;
	width: 100%;
}

div.inlogblok div{
	float: right;
	text-align: right;
}

div.pagewidth{
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	width: 970px;
	clear: left;
}

div.plakrechts{
	clear: right;
	float: right;
	margin: 2px;
	padding: 2px;
	text-align: left;
	width: 100px;
	position: relative;
	z-index: 18;
}

div.rondbox{
	background: #686868 url(/images/blue_bg.jpg) repeat-x left -320px;
	padding: 0 !important;
}

div.rondbox .bottom{
	background: transparent url('/images/inversecorners.png') bottom center;
	height: 5px;
}

div.rondbox .content{
	background: transparent;
	font-size: 120% !important;
	margin: 0;
	padding-bottom: 5px;
	padding-left: 4px;
}

div.rondbox .rechts{
	background: transparent url(/images/inversecorners.png) right;
	float: right;
	height: 5px;
	width: 5px;
}

div.rondbox h3{
	color: white;
	font-size: 120% !important;
	margin-bottom: 0.5em;
}

div.rondbox h4{
	font-size: 110% !important;
}

div.rondbox li a{
	color: #efefef;
	font-family: arial,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-transform: capitalize;
}

div.rondbox li a.current,a:active{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

div.rondbox li a:hover{
	color: gray;
}

div.sublist{
	background: transparent url(/images/bottom.png) no-repeat; /* url(/images/sublist.png) no-repeat;*/
	height: 29px;
	margin-bottom: 4px;
	overflow: hidden;
}

form  input.text {
	border: 2px solid #a2a2a2;
	width: 20em;
}

form label {
	float: left;
	margin-right: 1em;
	text-align: right;
	width: 13em;
}

form#login{
	padding: 6px;
	position: relative;
}

h1{
	color: #f6f6f6;
	font: bold 20px "Trebuchet MS",arial,sans-serif;
	margin-bottom: 0.6em;
}

h1.header{
	border-bottom: 3px solid black;
	color: #f6f6f6;
}

h2{
	color: #f6f6f6;
	font: bold 10pt "Trebuchet MS",arial,sans-serif;
}

h3{
	font: normal bold 9.5pt "Trebuchet MS",arial,sans-serif;
}

h4{
	font: normal bold 9pt "Trebuchet MS",arial,sans-serif;
}

h5{
	font: normal bold 10px arial,sans-serif;
}

h6{
	font: normal bold 8px arial,sans-serif;
}

html,body{
	height: 100%;
}

img.right{
	border: none;
	margin-left: 5px;
}

input#username-field,input#password-field{
	width: 10em;
}

input,option{
	background: white;
	color: black;
	font: 10px Arial,sans-serif;
}


label.overlabel{
	color: #a2a2a2;
}

label.overlabel-apply{
	color: #a2a2a2;
	position: absolute;
	right: 5px;
	top: 3px;
	z-index: 1;
}

select{
	font-family: sans-serif;
	width: 100px;
}

sup{
	font-size: 6px;
	vertical-align: super;
}

table,td{
	background: transparent;
	border: 0px;
	font-size: 11px;
	vertical-align: top;
}

td.colorpic,img.colorpic{
	background: black no-repeat 50% 50%;
	border: 0;
	cursor: pointer;
}

textarea.text {
	border: 2px solid #a2a2a2;
	color: black;
	font: normal 10px arial,sans-serif,Helvetica;
	overflow: auto;
}

th {
	padding: 0 0.6em;
	border-left: thin;
	font-variant: small-caps;
	text-align: center;
}

thead {
	border: 1px solid #d9d9d9;
}

ul.menulist {
	margin-left: 2px !important;
	margin-top: 48px;
}

ul.menulist .sub a:hover {
	text-decoration: underline;
}

ul.menulist li {
	list-style: none;
	padding: 0;
	margin: 2px 4px 6px 0;
}

ul.menulist li a {
	text-decoration: none;
	font: normal 9pt arial,sans-serif;
}

ul.menulist li h4 a{
	font: bold 11pt arial,sans-serif;
	color: white;
}
ul.menulist li.current h4 a{
	text-decoration: underline;
}
ul.menulist li h4 a:hover{
	color: #a1dbdc;
}

ul.menulist .current li.subcat a {
	font: normal 9pt arial,sans-serif;
	list-style: disc;
	margin: 2px 0 5px 0;
	text-transform: none;
	color: white;
	text-decoration: none;
}
ul.menulist .current li.current a {
	color: white;
	text-decoration: underline;
}

ul.menulist ul{
	margin-left: 0.7em;
}

ul.subnavlist{
	background: black;
	margin-top: 4px;
}

ul.subnavlist a{
	color: #e1e1e1;
	font: bold small-caps 9.5pt/160% "Trebuchet MS",arial,sans-serif;
	padding-left: 1em;
	padding-right: .7em;
	text-decoration: none;
	text-transform: capitalize;
}

ul.subnavlist a.current{
	color: #e1e1e1;
	font-weight: bold;
	text-decoration: underline;
}

ul.subnavlist a:hover,.contentcenter a:hover,div.box li a:hover, #footer a {
	color: white;
}

ul.subnavlist li{
	border: none;
	display: inline;
}

.abstract{
	font-size: 110%;
	font-weight: bolder;
	margin-bottom: 1em;
}

.alert{
	background: transparent;
	color: #f6f6f6;
	font-weight: 900;
	text-decoration: blink;
}

.article{
	background: transparent;
	border: none;
	color: white;
	overflow: hidden;
}

.article div.bottom{
	background: url(/images/article.png) no-repeat bottom;
	font-size: 0;
	height: 5px;
}

.article div.rondbox div.top{
	background: transparent url('/images/inversecorners200.png') top center;
	height: 5px;
}

.article div.top{
	background: url(/images/article.png) no-repeat top;
	font-size: 0;
	height: 5px;
}

.background{
	background: black;
}

.banner,#banner{
	background: transparent no-repeat bottom right;
	margin: 0;
	height:27px;
	overflow: hidden;
 
}

.column{
	margin: 0 1em;
	overflow: hidden;
	width: 312px;
}

.content{
	color: #f6f6f6;
	font: 9pt "Trebuchet MS",arial,sans-serif;
	text-align: left;
}

.content a,a.content{
	color: #f8f8f8;
	font-style: italic;
	font-weight: bold;
}

.content a:hover,a.content:hover{
	font-weight: bold;
}

.content p{
	margin: 2px 0 6px 0;
}

.content ul{
	list-style: disc;
	margin-left: 10px;
	padding-left: 10px;
}

.content ul ul{
	margin-left: 0.3em;
	padding-left: 0;
}

.content ul ul li{
	list-style: none;
}

.contentcenter{
	font-size: 10pt;
	min-height: 515px;
}

.contentcenter ol{
	counter-reset: item;
}




.darker {
	background-color: #686868;
}

.footer{
	background: transparent url(/images/bottom.png) no-repeat;
	clear: both;
	color: #bfbfbf;
	font: bold 9pt arial,sans-serif;
	height: 29px;
	margin-bottom: 2em;
	margin-top: 4px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 2px;
	padding-left:140px
}

.footer .navlist{
	border: none;
	color: white;
	display: block;
	margin: 0 auto;
	padding-top: 1px;
	white-space: nowrap;
}

.footer .navlist a{
	background: transparent none;
	color: white;
	float: none;
	font: bold 9.5pt arial,sans-serif;
}

.footer .navlist li{
	display: inline;
	float: none;
	font: normal 9pt arial,sans-serif;
	height: auto;
	margin-left: 9px;
	padding: 0 0.1em;
	text-transform: capitalize;
	white-space: nowrap;
}

.formal {
	color: #a2a2a2;
	font-style: italic;
	text-align: center;
}

.fullpage{
	background: transparent url(/images/opaque75.png);
	margin: 0;
	overflow: hidden;
	padding: 10px 10px 10px 2px;
	height: 515px;
}

.grijsvlak{
	background: #d9d9d9;
}

.kolomlinks{
	background: black;
	float: left;
	height: 508px;
	overflow: hidden;
	width: 180px;
}

.kolomlinks img{
	margin-left: 2em;
}

.kolomlinks ul{
	font-size: 0;
	list-style: none;
	list-style-position: outside;
	margin: 0 2px;
	min-height: 200px;
	overflow: hidden;
	padding: 0;
}

.kolomlinks ul li{
	background: url(/images/blue_bg.jpg) fixed left -200px;
	clear: both;
	list-style: none;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: left;
	width: 166px;
}

.kolomlinks ul li a,
.kolomlinks ul li a:visited{
	background: transparent url('/images/inversecorners24.png') no-repeat left top;
	color: #ffffcc;
	display: block;
	font: 9pt/24px Arial,sans-serif;
	padding-left: 0.5em;
	text-decoration: none;
	text-transform: capitalize;
	white-space: nowrap;
}

.kolomlinks ul li a.current{
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.kolomlinks ul li a:hover{
	color: #ffff66;
	text-decoration: underline;
}

.kolomlinks ul li div,
div.nieuwsfoto{
	background: no-repeat top center;
	cursor: pointer;
	float: right;
	height: 115px;
	margin: 0 5px; /*
plaatje bij de nieuws berichten op home page
*/
	width: 120px;
}

.lanselect{
	float: right;
	margin-top: 5px;
	padding: 0 5px;
	text-align: right;
	white-space: nowrap;
}

.lanselect a{
	margin: 0 1px;
	padding: 0;
	text-decoration: none;
}

.lanselect a img{
	border: 1px solid white;
	opacity: .45;
}

.lanselect a.current img{
	opacity: 1;
}

.lanselect a:hover{
	border: 1px solid #686868;
}

.lanselect form,.lanselect fieldset{
	display: inline;
}

.lanselect img{
	padding: 0;
	vertical-align: middle;
}

.lanselect select, option{
	color: black;
}

.left{
	float: left;
}

.left img, img.left {
	margin-right: 5px;
}

.light{
	background-color: #d9d9d9;
}

.lighter {
	background-color: #f8f8f8;
}

.list {
	list-style-type: none !important;
	margin-left: 0 !important;
	padding-left: 0.5em;
}

.margerechts10{
	margin-right: 10px;
}

.moveup{
	position: relative;
	top: -32px;
}

.navlist{
	font: 900 13pt "Trebuchet MS",arial,sans-serif !important;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	vertical-align: top;
	white-space: nowrap;
	width: 101%;
}

.navlist li{
	float: left;
	list-style: none;
	vertical-align: baseline;
	white-space: nowrap;
}

.navlist li a{
	background: url(/images/normal_tab_transparent_left.png) no-repeat -2px top;
	border: none; /*margin-left:3px;*/
	display: block;
	float: left;
	height: 39px;
	line-height: 36px;
	padding: 0 0 0 5px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
}

.navlist li a span{
	background: url(/images/normal_tab_transparent_right.png) no-repeat right top;
	display: inline-block;
	height: 39px;
	padding-right: 8px;
}

.navlist li a:link,.navlist li a:visited{
	color: #e1e1e1;
}

.navlist li b{
	background: transparent url(/images/middle_tab_transparent.png) repeat-x;
	cursor: pointer;
	display: block;
	float: left;
	padding: 0 5px 0 5px;
	width: 141.5px;
}

.navlist li ul, a.info span {
	display: none;
}

.navlist li.current a span,
.navlist li.current a:visited span{
	background: url(/images/active_tab_right.png) no-repeat right top;
	cursor: pointer;
}

.navlist li.current a,
.navlist li.current a:visited{
	background: transparent url(/images/active_tab_left.png) no-repeat -2px top;
	color: #e1e1e1 !important; /*height:39px;*/
	line-height: 39px;
}

.navlist li.current b{
	width: 157px;
}

.navlist li.current b{
	background: black;
}

.news-item{
	color: #f6f6f6;
	float: left;
	height: 115px;
	margin-bottom: 10px;
	margin-right: 10px;
	overflow: hidden;
	width: 645px;
}

.news-item a{
	color: white; /*de lees meer link */
	text-decoration: underline;
}

.news-item h2{
	color: #f6f6f6;
	font-size: 11pt;
	letter-spacing: normal;
	margin-top: 0;
}

.nieuwsblok{
	float: left;
	height: 295px;
	margin: 0 4px 4px 0;
	width: 336px;
}

.nieuwsblok  .content ul{
	font: 10pt/140% arial,sans-serif;
	list-style: disc;
	list-style-position: outside;
	margin-bottom: 0.4em;
	margin-left: 0;
	overflow: hidden;
	padding-left: 10px;
}

.nieuwsblok  .fullpage{
	height: 280px;
	padding: 6px 5px 0 5px;
	width: auto;
}

.nieuwsblok  ul li{
	margin-left: 10px;
}

.nieuwsblok .abstract {
	margin-bottom: 0;
}

.nieuwsblok .bottom{
	background: url(/images/nieuwsblok.png) no-repeat bottom;
	font-size: 0;
	height: 5px;
}

.nieuwsblok .content{
	color: #f6f6f6;
	margin-left: 1em;
	overflow: hidden;
}

.nieuwsblok .content a{
	color: #f6f6f6;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
}

.nieuwsblok .top{
	background: url(/images/nieuwsblok.png) no-repeat top;
	font-size: 0;
	height: 5px;
}

.nieuwsblok >h2,.nieuwsblok>h3,.nieuwsblok>h4{
	margin: 0 8px;
}

.nieuwsblok h3{
	font-size: 12pt;
	text-transform: none;
}

.nieuwsblok img{
	border: 0;
	clear: left;
	float: right;
	margin-bottom: 5px;
	margin-right: 5px;
}

.pager {
	text-align: center;
}

.picholder{
	border: 1px solid black;
	float: left;
	margin: 5px 5px 0 0;
	padding: 3px;
}

.projectengallery{
	float: right; /*
houder van de gallery pics
*/
	margin-left: 1em;
	overflow: hidden;
	width: 260px;
}

.projectengallery .thumb{
	float: left;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	width: 128.5px;
}

.projectengallery .thumb img{
	border: none;
	border: 1px solid white;
	margin: 4px;
	text-align: center;
	vertical-align: middle;
}

.projectengallery ul{
	margin-left: 0.5em !important;
}

.projectengallery ul li{
	list-style-type: none;
}

.right{
	float: right;
}

.scrollable{
	overflow: auto;
	
}

.tablelabel{
	background: transparent;
	color: #f6f6f6;
	font: 800 14px  Arial,sans-serif;
	vertical-align: top;
}

.twinkle {
	height: 36px;
	width: 36px;
	background: transparent url(/images/star-anim.gif);
	display: inline-block;
	position: absolute;
	left: 350px;
	display:none;
	top: 60px;
	z-index: 0
	
}

#browser{
	background: transparent;
	border: none;
	clear: both;
	color: white;
	font: normal normal 12px arial,sans-serif;
	margin: 0;
}

#browser a{
	text-decoration: none;
}

#browser a.minibutton{
	background: transparent;
	color: #e1e1e1 !important;
	font: bold 14px arial,sans-serif;
	padding: 4px;
	text-align: center;
	text-decoration: underline;
}

#browser img{
	border: none;
	padding: 1px;
	vertical-align: text-bottom;
}

#browser li{
	display: inline;
	padding: 0 4px;
}

#browser td,#browser li{
	text-align: center;
	vertical-align: middle;
}

#distance{
	height: 50%;
	margin-bottom: -300px;	
	clear:left;
}

#faq .news-item {
	border: 1px solid  #d9d9d9;
	height: auto;
	margin-bottom: 10px;
	padding: 5px;
	width: 600px;
}

#faq .news-item .content{
	border-top: 1px solid #a2a2a2;
	height: 100px;
	margin: 5px 2px;
	overflow: auto;
}

#flashcontent {
	background-color: transparent;
	overflow: hidden;
}

#footer{
	color: #4c4c4c;
	font-size: .8em;
	margin: 0px auto;
	padding: 10px 0;
}

#footer_contain{
text-align: center
}

#footer_left{
	float: left;
	padding-right: 1%;
	width: 48%;
}

#footer_right{
	float: left;
	padding-left: 1%;
}

#header {
	margin: 0.5em 0.5em 0 0; 
	height:auto;
	/*
	flash banner met logo
	*/
	text-align: right;
}

#navcontainer{
	float: left;
	overflow: hidden;
	width: 140px;
	height: 463px;
	white-space: nowrap;
	margin-top:20px;
}


#news .news-item {
	height: auto;
}

#news .news-item .content {
	overflow: hidden;
	padding-right: 5px;
	text-align: left;
}


