@charset "utf-8";
/* CSS Document */

* {
        margin: 0;
        padding: 0;
}


body {
	color: #999999;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 84%;
	background-color: #FFFFFF;
}
img {
	border: 0px;
}
p, li, a {
	font-size: 0.8em;
	color: #FFFFFF;
}

p {
	line-height: 147%;
}
li {
	color: #FFFFFF;
}
p, a, ul, li {
	font-size: 100%;
}

h1 {
	font-size: 1.3em;
	margin-bottom: 25px;
	text-align: left;
	margin-top: 0px;
	font-weight: normal;

}
#container h1 {
	display: none;
}



h2 {
	font-size: 1em;
	font-weight: bold;
	color: #FAF9F8;
	margin-bottom: 4px;
	text-align: left;
	margin-top: 2px;

}



h3 {
	font-size: 0.8em;
	font-weight: bold;
	color: #6F5628;
	text-align: left;
	margin-bottom: 0 0 10px 0;
}
h4 {
        font-size: 1.0em;
        font-weight: lighter;
        margin-bottom: 0 0 10 0;
}

h5 {
        ffont-size: 10.8em;
        font-weight: bold;
        margin-bottom: 0 0 10 0;
}
h6 {
        font-size: 0.6em;
        font-weight: bold;
        margin-bottom: 0 0 10 0;
}
.img {
        margin-bottom: 40px;
        margin-left: 0px;
}


a:link {
	color: #666666;
	text-decoration: none;
}


a:hover {
	color: #02BBF4;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #666666;

}


a:visited {
	text-decoration: none;
	color: #666666;
}




#container {
	text-align: left;
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 550px;
	margin-top: 25px;
	background-image: url(../images-main/logo.jpg);
	background-repeat: no-repeat;
	background-position: center 75px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
#footer {
	height: 30px;
	text-align: center;
	color: #6F6D43;
	padding-top: 15px;
	font-size: 95%;
	clear: both;
	width: 100%;
	margin-bottom: 1250px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	margin-top: 100px;
}

#column-left {
	float: left;
	height: 500px;
	margin-top: 30px;
	width: 225px;
}
#header {
	width: 175px;
	margin-top: 0px;
	margin-left: 250px;
}
#navmenue-v {
	width: 225px;
	margin-top: 25px;
	margin-left: 0px;
}
#navmenue-h {
	width: 900px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}


#main {
	margin-left: 280px;
	width: 580px;
	padding: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: right;
}
