/*------------------------------------*\
	Zurucksetzen
\*------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ 
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{ 
	border:0;
}
address,caption,cite,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
ol,ul{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}
/*------------------------------------*\
	Allgemein
\*------------------------------------*/
html{
	font-size:100%;
	height:100%;
}
body{
	color:#333;
	background:#cccccc;
	font: normal 14px Arial, Helvetica, sans-serif;
	line-height: 15px;
	margin: 0 auto;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}
a, a:link, a:active{
	color:#333;
	border-color:#000;
	text-decoration:none;
	font-style:italic;
}
a:hover, a:visited{
	text-decoration:none;
}
a:hover{
	color: #fff;
}
ul{
	list-style:url("i.png");
	padding-left: 16px;
}
/*------------------------------------*\
	Spezielles
\*------------------------------------*/
#head{
	position: fixed;
	left: 50%;
	top: 0;
	z-index: 1000;
	width: 50px;
}
#info{
	text-align: center;
	font-size: 23px;
	letter-spacing:1px;
	margin: 20px 10px 10px -35px;
	opacity: 0.9;
	cursor: pointer;
}
#adressblock{
	visibility: hidden;
	position:fixed;
	text-align: left;
	font-size: 23px;
	line-height:25px;
	letter-spacing:1px;
	left:50%;
	top:50%;
	width:500px;
	margin-left:-35px;
	height:200px;
	margin-top:-100px;
	z-index:18;
	-moz-user-select: text;
	-webkit-user-select: text;
	-o-user-select: text;
	user-select: text;
}
#adressblock div{
	position:relative;
	display: table-cell;
}
.pool{
	position: relative;
	margin: 0 auto;
	padding: 56px 28px;
	text-align: center;
}
.brick{
	position:relative;
	display: inline-block;
	margin: 0px 28px 28px 28px;
	vertical-align: middle;
}
.bild{
	display:none;
	border: solid 1px #000;
	margin: 0 auto;
	vertical-align: middle;
}

/*------------------------------------*\
	IPHONE
\*------------------------------------*/
@media (max-width: 480px){
}
