@charset "utf-8";

/*==================================================================*/
/*=================== CSS RESET (by Eric Meyer) ====================*/
/*==================================================================*/
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*==================================================================*/
/*============================ GLOBAL ==============================*/
/*==================================================================*/
.clear { clear: both; }
.hidden { display: none; }

body, table {
	color: #231f20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a { color: #231f20; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }
/*==================================================================*/
/*========================== CONTAINERS ============================*/
/*==================================================================*/
body {
	background: #fff url('./body_bg.png') repeat-x top center;
	text-align: center;
}
.container {
	background: url('./top_bg.png') no-repeat top center;
	min-height: 600px;
}
.container2 {
	margin: auto;
	width: 960px;
	padding-top: 320px;
}
/*==================================================================*/
/*============================= LINKS ==============================*/
/*==================================================================*/

.links .wiltz {
	background: #fff url('./wiltz_bg.png') repeat-x top center;
	height: 360px;
	width: 480px;
	float: left;
}
.links a {
	font-size: 24px;
	font-weight: bold;
	display: block;
	height: 50px;
	width: 400px;
	padding-top: 290px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
	line-height: 50px;
}
.links .wiltz a {
	text-align: right;
}
.links .ettelbruck a {
	text-align: left;
}
.links .ettelbruck {
	background: #fff url('./ettelbruck_bg.png') repeat-x top center;
	height: 360px;
	width: 480px;
	float: left;
}