/* General Style */

.kat {
	font-size: 20px;
	font-family:Helvetica;
	font-weight: 100;
	color: #336699;
}

ul {
	margin:0px;
	padding:0px;
}

li {
	list-style:none;
	font-family:Helvetica;
	color:#2F2D2C;
	line-height:1.25em;
	margin:0em;
	padding:0em;
	margin:0.313em 0em 0.313em 0em;
}


a {
	text-decoration: none;
	font-family:Helvetica;
	color:#2F2D2C;
}

/* Navigation */
.nav {
	overflow: hidden;
	float: left;
	width: 15%;
	height:auto;
	margin-bottom: 10%;

}

.nav ul {
	display:block;
}
.nav ul li {
	margin:0em 0.188em 0em 0.188em;
}
.nav ul li a {
	color:#336699;
	font-size: 1.0em;
	line-height:2.3em;
	padding:0.563em 0.938em 0.375em 0.983em;
	transition:background 0.2s;
	webkit-transition:background 0.2s;
}

.nav ul li a:hover {
	background:#EEEEF8;
	border-bottom: 0.188em solid #336699;
}

	.text-field{
		float:left;
		width: 70%;
		height: auto;
		border-style: dotted;
		border-color: red;
		margin:auto;
	}
	
	.rabat-text{
		color: red;
		font-size: 45px;
		margin:auto;
		text-align: center;
	}

/* Mobile Style */

@media screen and (max-width:550px) {
	body {
		font-size:86%;
	}
	
	.nav {
		display:none;
		height:auto;
	}
	.nav ul li {
		display:block;
		margin:0.3em 0em 0.3em 0em;
	}
	
		.text-field{
		width: 100%;
	}
	
	.rabat-text{
		font-size: 20px;
	}
}

@media only screen and (max-width: 980px){
	.nav ul li a {

	font-size: 14px;

}
}

@media only screen and (min-width: 1280px) and (max-width:1280px){
    
    .navHeader{
        height: 25%;
    }
    
}