@font-face{
	font-family: "VetoLTPro";
	src: url('/files/xool/layout/fonts/VetoLTPro-Regular.otf.ttf') format("truetype"),
		 url('/files/xool/layout/fonts/VetoLTPro-Regular.otf.eot'),
    	 url('/files/xool/layout/fonts/VetoLTPro-Regular.otf.eot') format("eot"),
    	 url("/files/xool/layout/fonts/VetoLTPro-Regular.otf.woff") format("woff"),
    	 url("/files/xool/layout/fonts/VetoLTPro-Regular.otf.svg") format("svg"); 
    font-weight:normal;
    font-style:normal;
}
@font-face{
	font-family: "VetoLTProMedium";
	src: url('/files/xool/layout/fonts/VetoLTPro-Medium.otf.ttf') format("truetype"),
		 url('/files/xool/layout/fonts/VetoLTPro-Medium.otf.eot'),
    	 url('/files/xool/layout/fonts/VetoLTPro-Medium.otf.eot') format("eot"),
    	 url("/files/xool/layout/fonts/VetoLTPro-Medium.otf.woff") format("woff"),
    	 url("/files/xool/layout/fonts/VetoLTPro-Medium.otf.svg") format("svg"); 
    font-weight:bold;
    font-style:normal;
}
*{
	margin: 0;
	padding: 0;
}
body{
	background: url('images/bg.png');
	font-family: "VetoLTProMedium",sans-serif;
	font-size: 15px;
	letter-spacing: 0.7px;
}
#wrapper{
	background: #ffffff;
}

#header{
	background: url('images/header_bg.png') top left no-repeat #ffffff;
	text-align: center;
	padding-top: 56px;
}
h1{
	color: #ffffff;
	font-family: "VetoLTPro",sans-serif;
	font-size: 44px;
	text-transform: uppercase;
	letter-spacing: 2.2px;
	margin-bottom: 22px;
}
h2{
	color: #ed7802;
	text-transform: uppercase;
	font-size: 19px;
	letter-spacing: 2.5px;
	font-family: "VetoLTPro",sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #bcbcbc;
	padding:0 0 0 25px;
	margin-bottom: 15px;
}
h3{
	padding: 0 0 0 25px;
	margin-bottom: 10px;
}
p{
	margin-top: 10px;
}
li{
	float: left;
	list-style-type: none;
}
#header .logo{
	background: url('images/xool_logo.png');
	width: 381px;
	height: 135px;
	margin: 0 auto;
}
#container{
	background-image: linear-gradient(top, rgb(255,255,255) 26%, rgb(255,185,128) 64%, rgb(255,161,74) 84%);
	background-image: -o-linear-gradient(top, rgb(255,255,255) 26%, rgb(255,185,128) 64%, rgb(255,161,74) 84%);
	background-image: -moz-linear-gradient(top, rgb(255,255,255) 26%, rgb(255,185,128) 64%, rgb(255,161,74) 84%);
	background-image: -webkit-linear-gradient(top, rgb(255,255,255) 26%, rgb(255,185,128) 64%, rgb(255,161,74) 84%);
	background-image: -ms-linear-gradient(top, rgb(255,255,255) 26%, rgb(255,185,128) 64%, rgb(255,161,74) 84%);
	 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffa14a)";
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffa14a',GradientType=0 ); /* IE6-8 */	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.26, rgb(255,255,255)),
		color-stop(0.64, rgb(255,185,128)),
		color-stop(0.84, rgb(255,161,74))
	);
	padding: 0 0 30px 0;
}
#navbar{
background-image: linear-gradient(top, rgb(255,255,255) 3%, rgb(255,185,128) 57%, rgb(255,161,74) 84%);
background-image: -o-linear-gradient(top, rgb(255,255,255) 3%, rgb(255,185,128) 57%, rgb(255,161,74) 84%);
background-image: -moz-linear-gradient(top, rgb(255,255,255) 3%, rgb(255,185,128) 57%, rgb(255,161,74) 84%);
background-image: -webkit-linear-gradient(top, rgb(255,255,255) 3%, rgb(255,185,128) 57%, rgb(255,161,74) 84%);
background-image: -ms-linear-gradient(top, rgb(255,255,255) 3%, rgb(255,185,128) 57%, rgb(255,161,74) 84%);
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffa14a)";
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffa14a',GradientType=0 ); /* IE6-8 */	

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.03, rgb(255,255,255)),
	color-stop(0.57, rgb(255,185,128)),
	color-stop(0.84, rgb(255,161,74))
);
	border: 1px solid #cfc8bc;
	border-radius: 5px;
	width: 664px;
	height: 28px;
	margin: 9px auto 0 auto;
	padding: 0 0 0 10px;
}
#navbar ul{
	float: left;
}
#navbar ul li{
	float: left;
	list-style-type: none;
	color: #6d6d6d;
	text-transform: uppercase;
	font-family: "VetoLTProMedium",sans-serif;
	font-weight: normal;
	font-size: 13px;
	padding-top: 9px;
	margin-right: 30px;
	text-shadow: 0 1px 0 #FFFFFF;
	letter-spacing: 0.7px;
}
#searchfield{
	float: right;
	padding-top: 2px;
}
.ie8 #searchfield{
	padding-top: 0;
}
#searchfield input[type=text]{
	background: url("images/search_bg.png") no-repeat;
    height: 25px;
    right: 11px;
    width: 65px;
    border: none;
    padding: 0 30px 0 30px;
    color: #969595;
    font-size: 11px;
}
.mod_article .box{
	width: 668px;
	margin: 0 auto;
	padding: 11px 3px 25px 3px;
	color: #015dfb;
	border: 1px solid #a1a1a1;
	border-radius: 5px;
	background: -moz-linear-gradient(top, #ffeed7 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffeed7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffeed7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffeed7 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffeed7 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffeed7 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeed7', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}
.home .mod_article .box{
	width: 440px;
}
.mod_article .box p{
	padding: 0 25px;
}
#footer{
	background: #ffa14a;
	padding-left: 25px;
}
#footer .mod_customnav li{
	padding-right: 6px;
	margin-right: 3px;
	background: url("images/meta_trenner.png") center right no-repeat;
}
#footer .mod_customnav li a, #footer .mod_customnav li span{
	color: #ffffff;
	font-size: 10px;
	font-family: "VetoLTPro",sans-serif;
	text-decoration: none;
}
#footer .mod_customnav li.last{
	background: none;
}