/* -------------------------------------------------- */
/*    GLOBAL STUFF                                    */
/* -------------------------------------------------- */


html, body, div, p, h1, h2, h3, h4, img, ul, ol, li, a, dl, dt, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

body {
	font-family: Trebuchet MS;
	text-align: left;
	font-size: 62.5%;  /* 1em = 10px , 1.4em = 14px */
	color:#999;
}


a {
	text-decoration: underline;
	color: #FFF;
}


a:visited {
	color: #FFF;
}


a:hover {
	color: #FFF;
}





/* -------------------------------------------------- */
/*    POSITIONING                                     */
/* -------------------------------------------------- */

body {
	background:url(site_bg.jpg) center top;
}

#bgimg {
	z-index:2;
	position:absolute;
	background:url(site_blur.jpg) center top no-repeat;
	height: 100%;
width: 100%;
}


#veil {
	background:#FFF;
	z-index:5;
	position:absolute;
	width: 100%;
	height: 100%;

}

#all {
	position:absolute;
	z-index:10;
	text-align:center;
width: 100%;
}



#logo {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:950px;
	padding-top: 10px;
}


#box {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:225px;
	padding-top: 50px;
}







h1 {
	font-size:18px;
	line-height: 30px;
	font-weight:normal;
	letter-spacing:1px;
	text-align:center;
	color: #FFF;
	background:url(box_nav_head.png) left top no-repeat;
	height:32px;
}


#cont {
	color: #FFF;
	background:url(box_nav_body.png) left top repeat-y;
	overflow:hidden;
}

.langcont {
	padding:10px;
}

.switch {
	cursor:pointer;
	text-align:right;
	padding-right: 10px;
}

.footer{
	height: 16px;
	background:url(box_nav_footer.png) left top no-repeat;
}


.inputfield {
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #999;
	background: #333;
	color: #999;
	width: 190px;
}

p, input {
	font-size: 11px;
}

.agb {
	color: #999;
}

