@charset "utf-8";
/* ---------------------------------------------------
Title: HOTEL HOCHKÖNIG - Main Style Sheet
Author: Pierpaolo Federici - IDEENWERKSTATT TINTIFAX
Last Updated: 15.0§.2013
------------------------------------------------------

------------------- Color Palette --------------------

	red akupunktum		-		rgb(192,0,28);
		
------------------------------------------------------*/

@import "navigation.css";
@import url(http://fonts.googleapis.com/css?family=Muli:300,400,300italic,400italic);



/* ---------------- General Styles --------------- */
/* EM Calculator font-size: ... line-height: ... */

html, body {margin:0; padding:0; font-size: 100%; font-family: 'Muli', sans-serif; }

h1,h2,h3,h4,h5,h6	{}

.bold 	{font-weight: bold;}
.red 	{color: rgb(192,0,28);}

.topmargin {margin-top:100px;}
.topmargin_logo {margin-top:120px;}

@media only screen and (max-width: 768px) {
	#content h4 	{font-size: 1.1125em;}
	#content h5 	{font-size: 1em;}
	#quicklinks h5 	{font-size: 1em;}
}


/* ---------------- quicklinks --------------- */

/* ---------------- FOOTER ---------------- */

@media only screen and (max-width: 768px) {

	.topmargin {margin-top:10px;}
	.topmargin_logo {margin-top:10px;}

}