* {
	padding: 0;
	margin: 0;
}

body,p,td,th,div,label {
	font-family: Arial, sans-serif;
	text-align: left;
	line-height: 1.2em;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: center;
	color: #000;
	font-size: 13px;
}

p {
	margin: 6px 0 12px 0;
	/*line-height: 1.2em;*/
}

.p {
	margin: 6px 0 12px 0;
}

.small {
	font-size: 11px;
}

.small2 {
	font-size: 12px;
	color: black;
}

.small3 {
	font-size: 13px;
}

form {
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #036;
	text-decoration: none;
}

a:hover, a:active {
	color: #036;
	text-decoration: underline;
}

a.underline:link, a.underline:visited, a.underline:hover, a.underline:active {
	text-decoration: underline;
}

label[for] {
	cursor: pointer;
	cursor: hand;
}

strong {
	font-weight: bold;
}

ul li {
	list-style: outside disc;
	margin-left: 20px;
}


/* flying elements */

div.overlay {
	position: absolute;
	z-index: 95;
	background-color: #fff;
	border: 2px solid #069;
	text-align: left;
	vertical-align: middle;
	padding: 20px;
	/*background-image: url(../_images/close.gif);
	background-position: 99% 1%;
	background-repeat: no-repeat;*/
}

div.overlay div.close_button {
	position: absolute;
	z-index: 96;
	width: 36px;
	height: 36px;
	margin: -36px 0 0 -36px;
	background: url(../_images/close.gif) no-repeat 100% 50%;
	cursor: pointer;
	cursor: hand;
}

div.overlay div.content {
	position: relative;
	top: -5px;
	overflow: hidden;
}

div#info_message_light,
div#info_message {
	position: absolute;
	top: 250px;
	z-index: 101;
	min-width: 280px;
	max-width: 365px;
	vertical-align: middle;
}

div#info_message_light_content p,
div#info_message_content p {
	font-size: 12px;
}

div#terms,
div#impressum {
	width: 600px;
}

div#terms div.content p,
div#impressum div.content p {
	font-size: 12px;
}
/*
div#tellafriend {
	width: 420px;
}
*/
div#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
