@charset "utf-8";
/* CSS Document */

body {
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #787878;
}

#container {
	width: 902px;
	padding: 0;
	margin: 30px auto;
	text-align: left;
}

#header {
	height: 140px;
	background: url(assets/header.jpg) no-repeat top center;	
	position: relative;
}
#adres {
	position: absolute;
	width: 252px;
	text-align: center;
	color: #fff;
	top: 10px;
	right: 25px;
}
#adres a {
	color: #fff;	
}

#datacontainer {
	border: 0;
	background: #FBFBFB url(assets/bg.gif) repeat-y center;
	padding: 0 18px;
}
#menu {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}
#menuhead {
	background:url(assets/menuhead.gif) no-repeat center top;
	margin: 0;
	padding:0;
	height: 21px;
}
#menufoot {
	background:url(assets/menufoot.gif) no-repeat center top;
	margin: 0;
	padding:0;
	height: 19px;	
}
#menu ul, #menu li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#menu ul {
	background: url(assets/menubg.jpg) repeat-y center;
	margin: 0 8px;
}
#menu a {
	display: block;
	height: 21px;
	color: #666;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border: 0;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	padding-top: 5px;
}
#menu a:hover {
	background: #e1e1e1;
	color: #ff6600
}

#content {
	width: 620px;
	float: right;
	padding: 0 20px;
}

#footer {
	height: 51px;
	background: url(assets/footer.gif) no-repeat top center;
}


/* globale style */
.reset {
	clear: both;
	line-height: 1;
	height: 1px;
	font-size: 1px;
}

.rightImage {
	float: right; 
	margin: 10px; 
	margin-right: 0;	
}

p {
	padding: 10px;
	margin: 0;
}

h1 {
	margin: 0;
	padding: 0;
	color: #f60;
	text-align: right;
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: normal;

}
h2 {
	font-family: "Century Gothic";
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	color: #000;
	text-align: right;
	padding-bottom: 10px;
}


img {
	border: 0;
}
a {
	color: 	#787878;
}
