@import "../fonts/roboto/fonts.css";

	html {
		overflow-y: scroll;
	}

	.hypenation {
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
	
	html, body {
		height: 100%;
		width: 100%;
		/* font-family:  'Univers Next W01 Light', "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; */
		font-family:  'Roboto', sans-serif;
		font-weight: 300;
		font-size: 13px;
		line-height: 16px;
		font-weight: 300;
		margin: 0;
	}
	
	#site {
		position: relative;
		min-height: 100%;
		height: 100%;
		margin-left: 80px;
		margin-right: 80px;
	}

	#head {
		z-index: 1100;
		position: relative;
		margin-top: 90px;
		float: left;	
	}

	#head > a {
		position: relative;
		float: left;
		display: block;
		padding-bottom: 30px;
		padding-right: 30px;
		margin-right: 30px;
		height: 30px;
		width: 301px;
	}
	
	#nav  {
		display: block;
		z-index: 800;
		float: left;
		position: relative!important;	
		height: 30px;
		width: auto;
		clear: right;
	}
	
	#nav ul {
		text-transform: uppercase;
		letter-spacing: 1pt;
	}
	
	#nav li {
		display: inline-block;
		float: left;
		font-size: 13px;
		line-height: 14px;
		padding-top: 12px;
		font-weight: 300;
		margin-left: 20px;
	}
	
	#nav li:first-child {
		margin-left: 0;
	}
	
	#nav a {
		color: black;
		letter-spacing: 1px;
		/* font-family: 'DIN Next W01 Bold', "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; */
		font-family:  'Roboto', sans-serif;
		font-weight: 700;
		padding-right: 5px;
		display: block;
		font-size: 14px;
		letter-spacing: 1px;
	}
	
	#nav a.active, #nav .main a:hover {
		color: rgb(139, 139, 139);
/* 		color: rgb(238,190,0);  */
	}
		
	
	#nav a:hover {
		color: rgb(0, 0, 0);
	}

	#nav li.abstand {
		margin-top: 1.5em;
	}

	#footer {
		position: absolute;
		padding-top: 40px;
		height: 50px;
		position: fixed;
		z-index: 700;
		background-position: center 4px;
		background-repeat: repeat-x;
		background-image: url(../images/basic/footer2.png);                   		                   
		width: 100%;
		bottom: 0px;		
		display: -webkit-box;
	}

	#footer ul {
		right: 80px;
		bottom: 0px;
		margin-left: -300px;
		text-align: center;
		top: 41px;
		position: absolute;
	}

	#footer ul li {
		margin-right: 2px;
		margin-left: 2px;
		line-height: 50px;
		float: left;
		display: inline-block;
		position: relative;
	}

	#footer a {
		padding-left: 80px;
		padding-right: 5px;
		display: block;
		font-size: 14px;
		line-height: 50px;
	}
	
	#content {
		position: relative;
		float: left;
		height: auto;
		width: 100%;
		margin-top: 50px;
		padding-bottom: 40px;
		z-index: 100;
	}

	#content .footerbox {
		width: 745px;
		height: auto;
		margin-bottom: 15px;
		float: left;
		position: relative;
	}

	#content .footerbox .col {
		margin-right: 10px;
		height: auto;
		width: 225px;
		margin-left: 10px;
		margin-bottom: 10px;
		margin-top: 10px;
		float: left;
		position: relative;
	}

	.footerbox h1 {
		margin-bottom: 2em;
		letter-spacing: 0.15em;
		text-align: left;
		line-height: 13px;
		font-size: 9px;
		text-transform: uppercase;
	}

	#content .footerbox {
		line-height: 18px;
	}
	
	#content p.einzug, .footerbox p.einzug {
		text-indent: 1.1em; 
	}
	
	#content .footerbox p {
		margin-bottom: 1em;
	}
	
	.mobilefooter .facebook {
		padding-left: 2px;
		background-position: left top;
		padding-top: 0px;
	}
	
	.mobilefooter {
		margin-top: -10px;
	}
 
	html.mti-repaint i,	
	html.mti-repaint em {
		font-style: normal;
		}
		
 /* Very Very Small Desktops and laptops ----------- */
@media only screen 
and (min-width : 320px) and (max-width : 865px) {

	#site {
		margin-left: 30px;
		margin-right: 30px;
	}
	
	#head {
		margin-top: 30px;
		float: left;	
	}
	nav li.notmobile {
		display: none;
	}
}

/* Very Very Small Desktops and laptops ----------- */
@media only screen 
and (max-width : 460px) {

	#nav li.notmobile {
		display: none;
	}
		
}