/* CSS copyright by websteil. 2011 */
/*
=====
Allgemeine Formatierungen
=====
*/
* { margin:0; padding:0; }
html { height:100%; overflow: auto; }
body {
	padding: 0;
	text-align:center;
	height:100%;	
	color:#333;
	font: normal 62%/1.0 Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #e23632;
	/* */
	background: #000 url(../images/rauten.jpg) repeat scroll 0 center;
}
img, object, embed, form   { margin: 0; padding:0; border: 0px;}


a, a:visited, a:active  {color: #333; text-decoration: none; font: bold 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;}
a:hover {color: #666; text-decoration: none;}
a:focus { outline: none; }

h1, h2, h3 {
	font: bold 1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0px;
	padding: 0px;
	color:#fff;
}
p, td, td p  {
	font: normal 1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin:0px;
}
p {margin: 4px 0;}
b, strong {}
hr {margin: 2px 2px 2px 2px; height: 0px; background: transparent; border: 1px solid #666;  }
/* HR */ 
div.hr { height:1px; background:url(../images/hr.gif) repeat-x scroll left; margin:6px 2px 10px 2px; width: auto; }
div.hr hr { display:none; }

.clearer {clear: both;}
/* -- DIVs -- */

img.bg {
	min-height: 100%;        /*  bg fuellen  */
	min-width: 1024px;
	width: 100%;             /*  bg Skalierung */
	height: auto;
	position: fixed;         /*  bg Positionierung  */
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
}


@media screen and (max-width: 1024px) {
	img.bg {
	left: 50%;
	margin-left: -512px;
	}
}

* html img.bg { 
	width: 100%;
	height:99.99%; /* IE6 Hack */
	position: absolute;	
}


.fullbox { background: #000;}


.overlay {
	width: 100%;
	height:100%;
	top: 0px;
	left: 0px;
	margin: 0;
	position: fixed;
	background: transparent url(../images/grid.png) repeat scroll 0 0;
	border: 0px solid #000;
	z-index: 2;	
}
* html .overlay {position:absolute;}

/* ///////////////////////// DIVs //////////////////////////////////////// */

#distance { 
    width:1px;
    height:50%;
    margin-bottom:-295px; /* half of container's height */	
	float:left;
}
/* ///////////////////////// DIVs //////////////////////////////////////// */

#wrapper {
	clear: both;
	position:relative;
	width: 100%;
	height:590px;
	background: transparent;
	z-index: 2;
}

#v_card {
	position: relative;
	width: 600px;
	min-height:380px;
	height: auto;
	margin: 0px auto 50px 15%;
	padding: 10px 30px;
	text-align: center;
	border: 1px solid #e23632;
	
	background: #FFF;
	background: transparent url(../images/bg_v_card.png) repeat scroll 0 0;

	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	border-radius:4px 4px 4px 4px;
	/**/
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	
}
.logo {
	margin: -10px 0px 60px 0px;

}


p a, p a:visited, p a:active  {padding: 0 6px; color: #fff; background: #3b5998;}
p a:hover {color: #3b5998; background: #fff;}



