/* 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. */

.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: 100px;
	height: 80px;
  
	/* 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. */
	color: white;
	/*do not change these */
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;  /*if you need padding, do so with an inner div */
	text-align: center;
	vertical-align: middle;
}

.kwicks li.selected{
	background-image: none;
	background-color: #444;
}

.kwicks li a{
  color: white !important;
  cursor:pointer;
  display:block;
  height:80px;
  overflow:hidden;
  padding-top:30px;
  width: 100px;
  font-weight: bold;
  font-size: 1.2em;
  text-transform: upper-case;
}

.kwicks li.selected a{
	background-image: none;
}


/* background images are entirely optional */
.kwick_Home, .kwick_Home_selected{background-image: url('../gfx/kwicks/home.gif') !important;}
.hosting .kwick_Home, .hosting .kwick_Home_selected{background-image: url('../gfx/kwicks/home_hosting.gif') !important;}
.developer .kwick_Home, .developer .kwick_Home_selected{background-image: url('../gfx/kwicks/home_developer.gif') !important;}

.kwick_Home_selected, .hosting .kwick_Home_selected, .devekioer .kwick_Home_selected{background-color: transparent !important;}



.kwick_Alnovi { 
	/*background-color: #ff5208;*/
	background-image: url('../gfx/kwicks/alnovi.gif');
}

.kwick_Profil {
	background-color: #ff8f5f;
	background-image: url('../gfx/kwicks/profil.gif');
}
.kwick_Referenzen {
	background-color: #ffaa86;
	background-image: url('../gfx/kwicks/referenzen.gif');
}

.kwick_Kontakt { 
	background-color: #ffaa86;
	background-image: url('../gfx/kwicks/kontakt.gif');
}



/* HOSTING */
.kwick_Downloads, .kwick_Pakete, .kwick_Phpmyadmin, .kwick_Webmail{
	background-color: #a9cc66;

}


.kwick_Hosting { 
	background-color: #a9cc66;
	background-image: url('../gfx/kwicks/hosting.gif');
}


/* Developer */
.kwick_Developer { 
	background-color: #66cccc;
	background-image: url('../gfx/kwicks/developer.gif');
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}


.kwick_Spielwiese, .kwick_Wiki, .kwick_Galerie {
	background-color: #66cccc;
}




