/*
RANTEK-2013-WEBSITE-BASIS-STYLES
*/

#rantekbg-logo {
	background-image: url(../bilder/startseite_v03.png);
	background-repeat: no-repeat;
	background-position: center;
/*	background-attachment:fixed; */
	background-size: cover;
/*
	-o-background-size: auto 70%, auto;
	-moz-background-size: auto 70%, auto;
	-webkit-background-size: auto 70%, auto;
	background-size: auto 70%, auto;
*/
}

* {
	overflow: hidden;
	vertical-align: middle;
}	

body, table, tr, td {
	vertical-align: middle;
/*	border: solid black 1px; */
	margin: 0;
	padding: 0;
	font-size: 2em;
}

html, body {
	height: 100%;
	width: 100%;
}

table {
	table-layout: fixed;
	width: 100%;
}

div {
/*	border: solid blue 1px; */
}

#rahmen {
	background-image: url(../bilder/startseite_v03.png);
	background-repeat: no-repeat;
	background-position: center;
/*	background-attachment:fixed; */
	background-size: auto 130%!important;
	position:fixed;
	width:100%;
	height:100%;
	min-width: 800px !important;
	min-height: 600px !important;
	z-index:1;
}

#innenrahmen {
	overflow: visible;
	position:absolute;
	top:0;
	height:100%;
	min-width: 800px !important;
	min-height: 600px !important;
	z-index:1;
}

#homelink {
	position:absolute;
	top:1%;
	left:1%;
	width:99%;
	height:99%;
	z-index:2;
}

#link_01 {
	position:absolute;
	top:64%;
	left:6%;
	width:13%;
	height:12%;
	z-index:3;
}

#link_02 {
	position:absolute;
	top:70%;
	left:31%;
	width:14%;
	height:14%;
	z-index:4;
}

#link_03 {
	position:absolute;
	top:56%;
	left:47%;
	width:12%;
	height:14%;
	z-index:5;
}

#link_04 {
	position:absolute;
	top:82%;
	left:61%;
	width:17%;
	height:10%;
	z-index:6;
}

#link_05 {
	position:absolute;
	top:64%;
	left:73%;
	width:13%;
	height:12%;
	z-index:7;
}

div.linkbox {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:8;
}

#kontaktbox {
	background-color: rgba(200,200,200,0.9);
	border-radius: 0.2em;
	font-family: sans-serif;
	font-size: 4.5vh;
	position:absolute;
	top:20%;
	left:20%;
	width:60%;
	height:50%;
	z-index:70;
}

#email-link {
	position:absolute;
	top:58%;
	left:37%;
	width:27%;
	height:4%;
	z-index:71;
}