/*
	 v2
*/

* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}

h1{
	font: 19px/14px "trebuchet ms", Serif;;
	color:#030;
	font-weight:bold;
	text-align:left;
}

p{
	font: 13px/13px "trebuchet ms", Serif;
	color:#030;
	font-weight:normal;
}


#bg div {
	height:200%;
	left:-50%;
	position:absolute;
	top:-50%;
	width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
	position:absolute;
	top:0;
	left:0;
	overflow:auto;
	z-index:1;
}

.box {
	margin-top:77px;
	width: 400px;
	padding: 20px;
	background: white;
	margin-bottom:730px;
	font: 18px/22px "trebuchet ms", Serif;
	border:1px solid #999;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 5px 4px 5px #000;
	-moz-box-shadow: 5px 4px 5px #000;
	box-shadow: 5px 4px 5px #000;
	text-align:center;



}

#video {
	position:relative;
	float:right;
	top:0px;
	border:0px;
}

#video a{
	border: 0px solid #060;
}
a:active {
	border: 0px solid #060;
}	

#cont .box p {
	text-align: justify;
}

.pics img {
	border: 1px solid #060;
	padding: 3px;
	margin-right:5px;
	margin-bottom:5px;
}

.plan img {
	border: 0px solid #060;
	margin-right:5px;
}

.small {
	font: 11px/12px "Trebuchet MS", Serif;
	color:#333;
	text-align: center;
}

hr {
	border:0px solid grey;
	background-image:url(../images/trenner.jpg);
	background-repeat:no-repeat;
	margin-bottom:13px;
}

