@charset "UTF-8";
/* CSS Document */

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body {
	margin: 0px;
	background-color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	color:#333;
	font-size:16px;
	line-height:1.3em;
	background-image: url("bilder/bg-austria-guide-10.png");
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-position: center; 
	}
	
.name {
	font-size:32px;
	line-height:1.3em;
	}

#container {
	position:absolute;
	width: 450px;
	height: 700px;
	margin-left: -225px;
	margin-top: -350px;
	left: 50%;
	top: 50%;
	}
	

#vk {
	position:relative;
	/*top:100px;*/
	text-align: center;
	width:450px;
	}
	
a {
	color:#995320;
	background-color:#FFF;
	text-decoration:none;
	}

a:hover {
	color:#FFF;
	background-color:#995320;
	text-decoration:none;
	}
	
