@charset "utf-8";

/* General styles*/
/*Define your own styles in this stylesheet*/

#home_titel{
	padding-top:0px;
	margin-top:0px;
	width: 100%
	}


h1, h2, h3, h4, h5, h6{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #fd8a04;
	font-style: normal;
	font-weight: 200;
}


p{
	font-size: 13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-style: normal;
	font-weight: 100;
	color: rgba(146,146,146,1.00);
	line-height: 1.6;
}


/* Header & HERO styles*/
.logo {
	float:left;
	vertical-align:middle;
}
/* Gallery styles */
.gallery{
    padding-top:0px;
	background-image:url(../images/bg-content-repeat.png);
}

a{
	color:#fd8a04;
	text-decoration:none;
}

li:hover a {
	color:#fd8a04;
	
}

li:hover ul a {
	color: #fd8a04;
	height: 30px;
	line-height: 30px;
}
