/*  
Theme Name: dark rainbow
Theme URI: http://www.kriesi.at
Description: Dark Rainbow
Version: 1.0
Author: Christian "Kriesi" Budschedl
Author URI: http://www.kriesi.at
*/

/*Debug CSS

* { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }
*/
body,h1,h2,h3,h4,h5,h6,form,ul,ol,p,dl{
margin:0;
padding:0;
     }

	 
body{

	background-repeat: no-repeat;
	background-position: left bottom;
font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#dedede;
background-color:#ffffff;
}

#header {
	background-color: black;
	width: 100%;
	height: 100px;
	float: left;
}

#footer {
	background-color: black;
	width: 100%;
	height: 100px;
	margin-top: 500px;
	float: left;	
}
#cool {
	background-repeat: no-repeat;
	background-position: left top;
	height: 435px;
	float: left;
	width: 100%;
	padding-top: 10px;
}
#text {
	padding: 0px 100px 0 100px;
	font-size: 14px;
	float: left;
	text-align: center;
}
/*-------------------------KWICKS--------------------*/
.kwickswrap{
padding:25px 30px 0px 0px;
float: right;
}
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	width:840px;
	height:50px;
	z-index:2;
}
.kwicks li{
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	width: 120px;
	height: 50px;
	z-index:2;
	cursor:pointer;

}

.kwicks li a{
	height: 50px;
	text-indent:-9999px;
	outline:none;
	display:block;
	background-image:url(../images/mainmenu.png);
	background-repeat:no-repeat;
	z-index:2;
	cursor:pointer;

}

#kwick1 a{
background-position:0px 0px;
}
#kwick1 a:hover, #kwick1 #aktiv{
background-position:0px -50px !important;
}

#kwick2 a{
	background-position:-190px 0px;
}
#kwick2 a:hover, #kwick2 #aktiv{
	background-position:-190px -50px!important;
}


#kwick3 a{
	background-position:-380px 0px;
}
#kwick3 a:hover, #kwick3 #aktiv{
	background-position:-380px -50px!important;
}


#kwick4 a{
background-position:-570px 0px;
}
#kwick4 a:hover, #kwick4 #aktiv{
background-position:-570px -50px!important;
}

#kwick5 a{
background-position:-760px 0px;
} 
#kwick5 a:hover, #kwick5 #aktiv{
background-position:-760px -50px!important;
} 
  
#kwick6 a{ 
background-position:-950px 0px;
}
#kwick6 a:hover, #kwick6 #aktiv{ 
background-position:-950px -50px!important;
}