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

.tablediv {
    float: center;
    border: 0;
    position:relative;
    width:690px;
}
.collumndiv {
    float: left;
    border: thin solid #999;
    position:relative;
    width:225px;
}

.pirx {
	float: center;
	font-size: 500;
	font: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"
	
	
}

html{
	background:url("img/IMG_0156.JPG");
	background-position: center center;
		-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
		background-size: cover;
		background-position: fixed;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

#hintergrund {
width: 100%;
height: 100%;
position: relative;
z-index: 1;
}

#content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
overflow: auto;
}

body {
	
}

