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

* {
	margin: 0px;
	padding: 0px;
	}
	
body {
	background: #fef5e5;
	font-family: Verdana, Geneva, sans-serif;
	}
	
/* TYPOGRAFIE */

h1, h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #96191c;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 10px;
	}

h2 {
	font-size: 15px;
	text-transform: none;
	}

p {
	font-size: 14px;
	line-height: 150%;
	color: #575756;
	padding-bottom: 8px;
	}
	
p a {color: #96191c;
	text-decoration: underline;

 }
	
strong {
	font-weight: normal;
	color: #000;
	}
	
.img-content {
	border: 1px solid #96191c;
	padding: 2px;
	margin: 10px 0px 0px 0px;
	}


/* LAYOUT */

#wrapper {
	margin: auto 0;
	width: 100%;
	background: url(../layout/background-image.jpg) repeat-y center 5px;
	}
	
	
#container {
	margin: auto;
	width: 869px;
	background: #fff;
	}
	
	
#header {
	height: 478px;
	background: url(../layout/header-image.jpg) no-repeat;
	}
	
#navigation {
	height: 75px;
	background: ;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#navigation ul {
	margin-left: 12px;
	}
	
#navigation ul li {
	list-style: none;
	float: left;
	
	
	}
			
#navigation ul li a {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	padding: 20px 32px 20px 32px;
	margin-left: 12px;
	text-decoration: none;
	color: #fff;
	background: #96191c;
	}
	
#navigation ul li a:hover, #navigation ul li a.active  {
	padding: 35px 32px 20px 32px;
	color: #fccb95;
}
	
#main {
	position: relative;
	min-height: 500px;
	background: url(../layout/background-content.png) repeat-y;
	}
	
	
#content {
	position: relative;
	padding: 10px 50px 10px 50px;
	width: 490px;
	background: ;
	}
	
	
#columnright {
	position: absolute;
	top: 0px;
	left: 596px;
	padding: 10px 25px 10px 25px;
	width: 222px;
	min-height: 500px;
	background: ;
}


#footer {
	position: relative;
	height: 175px;
	background: url(../layout/background-footer.png) no-repeat;
}

#footer span {
	position: absolute;
	top: 140px;
	left: 50px;
	color: #fff;
	}