
/*
 *
 * @version 1.0
 * @author Reiner Keller @ anumo
 * @copyright (C) 2008-03-11
 *
 */

html {
	overflow: hidden;
}

body {
	overflow: hidden;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

body,
a,
input,
select,
textarea {
	font-family: Verdana, Arial, sans-serif;
	text-shadow: 0 0 0 #FFFFFF;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

form,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

.clearer {
    clear: left;
    height: 0;
    width: 100%;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

div.container {
	position: absolute;
	width: 800px;
	height: 700px;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -350px;
	/*
	border-style: solid;
	border-width: 2px;
	border-color: #CBD0D2;
	*/

}

div.noshow {
	position: absolute;
	display: none;
	width: 200px;
	top: -5000px;
}
