/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */
body {
	background-color: #1d1e21;
	padding: 50px;
	font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
}
#slidemenu_content{
        clear:both;
}

#slidemenu_content a {
	color:#000000;
}
#slidemenu_content a:hover {
	background: none;
}

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 196px;
	height: 280px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

#kwick_1 { 
	background: #FD7E60 url(../images/slidemenu_faq.png) 0 0 no-repeat;
}
#kwick_2 {
	background: #EFFF79 url(../images/slidemenu_studerende.png) 0 0 no-repeat;
}
#kwick_3 {
	background: #91CF88 url(../images/slidemenu_virksomheder.png) 0 0 no-repeat;
}
#kwick_4 { 
	background: #838480 url(../images/slidemenu_efteruddannelse.png) 0 0 no-repeat;
}
.kwicks.horizontal #kwick_4 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_4 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}

/*--------------- SUBMENU ---------------------*/
.kwicks-wrap { position:relative; width: 196px;	height: 280px;}
ul.kwicks-submenu { position:absolute; top:112px; left:245px; padding:0; margin:0;}
ul.kwicks-submenu li { height:16px; width:350px; color: #FFFFFF;}
ul.kwicks-submenu a, ul.kwicks-submenu a.black { color:#2E1F0C; text-decoration:none; font-size:11px;}
ul.kwicks-submenu a.white { color:#fff;}
div.css-horizontal-text,
div.css-vertical-text { position:absolute; color:red; font-size:14px; font-weight:normal; white-space:nowrap;}
div.css-horizontal-text { top:84px; left:13px;}
div.css-vertical-text {	border:0; writing-mode:tb-rl; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -o-transform: rotate(90deg); white-space:nowrap;	display:block; bottom:0; top:6px; left:13px; width:20px; height:20px; }


.kwicks.horizontal  li.act a{
	color: #FFFFFF;
}
.kwicks.vertical   li.act a{
	color: #FFFFFF;
}



