/* @override
	http://localhost:8888/css/layout.css
	http://test.ikoon.biz/taxcon/css/layout.css
*/

html, body{
	margin: 0px;
	padding: 0px;
}

html {
	position: relative;
	min-height: 100vh;
}

body{
	background-color: #000;
	color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header{
	width: 100%;
}

#logo {
	width: 100%;
	border-bottom: 2px solid #BE1E2D;
	padding-top: 80px;
	padding-bottom: 10px;
}

ul li,
ul{
	list-style: none;
	padding: 0px;
}

#menu{
	width: 100%;
	text-align: right;
}

#menu ul{
	position: relative;
	margin-top: 16px;
	height: 21px;
	margin-bottom: 45px;
}

#menu ul li{
	display: inline;
}

li.home a{
	position: absolute;
	background-image: url(../menu/home.png);
	width: 51px !important;
	height: 21px !important;
	right: 385px;
	text-indent: 9999px;
	overflow: hidden;
}
li.home a:hover,
li.home a.current{
	background-image: url(../menu/home_over.png);
}
li.diensten a{
	position: absolute;
	background-image: url(../menu/diensten.png);
	width: 90px !important;
	height: 21px !important;
	right: 275px;
	text-indent: 9999px;
	overflow: hidden;
}
li.diensten a:hover,
li.diensten a.current{
	background-image: url(../menu/diensten_over.png);
}
li.links a{
	position: absolute;
	background-image: url(../menu/links.png);
	width: 140px !important;
	height: 21px !important;
	right: 115px;
	text-indent: 9999px;
	overflow: hidden;
}
li.links a:hover,
li.links a.current{
	background-image: url(../menu/links_over.png);
}
li.contact a{
	position: absolute;
	background-image: url(../menu/contact.png);
	width: 95px !important;
	height: 21px !important;
	right: 0px;
	text-indent: 9999px;
	overflow: hidden;
}
li.contact a:hover,
li.contact a.current{
	background-image: url(../menu/contact_over.png);
}

#content{
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}

#content #foto{
	width: 415px;
	height: 325px;
	float: left;
}

#content #blok1{
	width: 435px;
	text-align: justify;
	float: right;
}

#blok1 p{
	font: 13px sans-serif;
	font-weight: lighter;
}

#blok1 p span,
#blok1 p a:hover{
	color: #fff;
}

#blok1 p a{
	color: #BE1E2D;
	text-decoration: none;
}

.links #blok1 p a{
	color: #BE1E2D;
	text-decoration: underline;
}

.links #blok1 p a:hover{
	color: #fff;
	text-decoration: underline;
}

/* My Comment */

#logo_ikoon{
	position: fixed;
	left: 20px;
	bottom: 10px;
}

#logo_ikoon img{
	width: 20px;
}

a{
	cursor: pointer;
	outline: none;
	border: none !important;

}

body a img,
body a{
	border:none;
	outline:none;
	text-decoration:none;
}

.privacy {
	position: absolute;
	bottom: 20px; right: 20px;
}
.privacy a {
	color: white;
	font: 13px sans-serif;
}
.privacy a:hover, .privacy a:focus {
	color: #BE1E2D;
}
