@import url("responsivemobilemenu.css");
body  {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.navven {
	color: #990000;
	width: 100%;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
}
.mindrestil {
	font-size: smaller;
}
#h1 {
	text-align:left;
}
img {
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	margin: 0px;
}
#header {
	clear: both;
	width: 100%;
	color: #F00;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
}
.headerp {
	color: #8a8b4f;
	text-align: left;
	float: none;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
.normal {
	font-weight: normal;
	color: #aaa;
	}
	
}
