/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----------------------------- font ----------------------------- */

@font-face {
    font-family: 'museo_sans300_italic';
    src: url('museosans_300_italic-webfont.eot');
    src: url('museosans_300_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('museosans_300_italic-webfont.woff') format('woff'),
         url('museosans_300_italic-webfont.ttf') format('truetype'),
         url('museosans_300_italic-webfont.svg#museo_sans300_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'museo_sans300';
    src: url('museosans_300-webfont.eot');
    src: url('museosans_300-webfont.eot?#iefix') format('embedded-opentype'),
         url('museosans_300-webfont.woff') format('woff'),
         url('museosans_300-webfont.ttf') format('truetype'),
         url('museosans_300-webfont.svg#museo_sans300') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'museo_sans700';
    src: url('museosans_700-webfont.eot');
    src: url('museosans_700-webfont.eot?#iefix') format('embedded-opentype'),
         url('museosans_700-webfont.woff') format('woff'),
         url('museosans_700-webfont.ttf') format('truetype'),
         url('museosans_700-webfont.svg#museo_sans700') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* ----------------------------- body ----------------------------- */

body {
	/*font:"Times New Roman", Times, serif;*/
	line-height:1.3em;
	letter-spacing:0.05em;
	font-size:18px;
	background: #fff;
	color: #333;
	padding: 0;
	margin: 0px;
	max-width: 1400px;

body a, a:visited {
	text-decoration: none;
	color:#969;
	}

body a:hover {
	text-decoration: none;
	color:#636;
	}	


}

/* ----------------------------- Bidler ----------------------------- */



#head {
	/*position: absolute;*/
	margin-top: 20px;
	width: 99%;
	height:auto;
	float: left;
}

.hund {
	width: 58%;
	height:auto;
	float: left;
	margin-left: 5%;
	margin-top: 5%;
}

.hund img {
	width: 100%;
	height:auto;
}

.logo {
	width: 10%;
	height:auto;
	float: left;
	margin-left: 20%;
}

.logo img {
	width: 100%;
	height:auto;
}


#content {
	float: none;
	width: 99%;	
}

.text {
	/*font-family: 'museo_sans300';*/
	width: 44%;
	height:auto;
	float: left;
	margin-left: 5%;
	margin-bottom: 30px;
	margin-top: 30px;
}

.fett {
	font-style:italic;
	font-size: 0.97em;
	font-weight: bold;
}


.titel {
	/*font-family: 'museo_sans700';*/
	font-size: 1.8em;
	line-height: 1.1em;
	margin-bottom: 30px;
	letter-spacing:0.07em;
}

.lead {
/*	font-family: 'museo_sans300_italic';*/
	font-size: 1em;
	/*margin-bottom: 30px;*/
	font-style: italic;
}


/* ----------------------------- MEDIA QUERY ----------------------------- */


@media only screen and (max-width : 1000px) {
	
	.hund {
		width: 60%;
		height:auto;
		float: left;
		margin-left: 5%;
	}
	
	.logo {
		width: 16%;
		height:auto;
		float: left;
		margin-left: 10%;
	}

}	


@media only screen and (max-width : 750px) {
	
	.hund {
		width: 60%;
		height:auto;
		float: left;
		margin-left: 5%;
	}
	
	.logo {
		width: 16%;
		height:auto;
		float: left;
		margin-left: 10%;
	}
	
	.text {
	width: 94%;
	height:auto;
	float: left;
	margin-left: 5%;
	margin-bottom: 30px;
	margin-top: 0px;
	}


}		