html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
 margin:0;
 padding:0;
 border:0;
 outline:0;
 vertical-align:baseline;
 background:transparent;
}
h1, h2, h3, h4, h5 {margin:5px 0px;}
@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=latin-ext';
html, body {
	margin:0;
	padding:0;
	font-family: 'Roboto Condensed', sans-serif;
	background-color:#F5F5F5;
	font-size:14px; color:#454545;
}
.warper {
	max-width:1000px;
	min-width:600px;
	margin:0 auto;
	background-color:#FFF;
	border-right:1px solid #F2F2F2;
	border-left:1px solid #F2F2F2;
	padding-bottom:30px;
}
.headerbg {
	width:100%;
	height:250px;
}
.baslikblok {margin:0px 30px; padding:10px 30px; z-index:99; top:-38px; position:relative; color:#FFF; font-size:24px; font-weight:400;}
.baslikblok span{font-weight:300;}
.content {margin:0px 30px;}