@charset "iso-8859-1";
/* CSS Document */

body {
	color:#666;
	font-size:0.82em;
	
	font-family: Verdana, Arial, sans-serif;
	height:100%;
	padding:0;
	margin:0;
	line-height:1.6;
  
background: #e6e8e9 url(http://www.enmoto.at/mainpics/bg_enmoto2016.jpg)  ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

a {
	text-decoration: none;
	-webkit-transition: all 500 ease;
	-moz-transition: all 500 ease;
	-o-transition: all 500 ease;
	transition: all 500 ease;
	}
	
a:hover {
	-webkit-transition: all 500 ease;
	-moz-transition: all 500 ease;
	-o-transition: all 500 ease;
	transition: all 500 ease;
}

div#main {
	width:1240px; height: auto;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	top: 75px;
	height: auto;
	height: 1030px;
}


div.content {
	overflow: hidden;
	float: right;
	width: 930px;
	
	}
	
div.content p { width: 670px; }
	
div.content h1 {
	font-family: 'Dosis';
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 0 0 10px;
	}
	
div.content h2 {
	font-size: 1.1em;
	margin: 0 0 5px;
	font-family: 'Dosis';
	}
	
div.content p { margin: 0 0 15px; }

div.content i { font-style: italic; }
	
div.content .bild {
	float: left;
	margin: 0 5px 0 0;
	}
	
#bottom-row {
	margin-top: 353px;
	overflow: hidden;
	position: absolute;
}

#bottom-row2 {
	margin-top: 713px;
	overflow: hidden;
	position: absolute;
}
	
div.side {
	float: left; 
	width: 260px;
	padding: 0 0 0 30px;
	color: #585858;
	text-shadow: 1px 1px 0px #d6d6d6;
	font-size: .9em;
	}
	
div.side p {
	margin: 0 0 20px;
	}

div.side a {
	color: #666666;
	padding: 4px 8px;
	border-radius: 5px;
	}
	
div.side a:hover {
	padding: 4px 8px;
	background: #de0409;
	border-radius: 3px;
	color: #fff;
	text-shadow: 1px 1px 0px #222;
	-webkit-box-shadow: inset 1px 1px 3px #222;
	-moz-box-shadow: inset 1px 1px 3px #222;
	box-shadow: inset 1px 1px 3px #222; 
	}
	
	div.sidebar ul li {
	margin: 0 0 4px;
	}
	
#link {
	line-height:1.9;
}
	