
html, body {
	margin: 0;
	padding: 0;
	color: #fff;
}

html.popup {
	background: #213320 url('http://www.wm-2010-netzwerk.de/img/bg-html-popup-green.png') scroll no-repeat 0 0;
}

body {
	background: transparent url('http://www.wm-2010-netzwerk.de/img/bg-foot2.png') scroll no-repeat -430px bottom;
}

h1 {
	margin: 10px 0;
}

h2 {
	margin: 9px 0;
}

p {
	margin: 11px 0;
}

ul {
	margin: 12px 0 0 0;
	padding: 0;
}

ul li {
	list-style-image: none;
	list-style-type: none;
	background: transparent url('http://www.wm-2010-netzwerk.de/img/list.png') scroll no-repeat left top;
	padding: 0 0 0 9px;
	line-height: 14px;
}

#main {
	width: 476px;
	margin: 146px 20px 20px 57px;
	position: relative;
	z-index: 2;
}

#logo {
	position: absolute;
	left: 20px;
	top: 40px;
}

.box {
	background: transparent url('http://www.wm-2010-netzwerk.de/img/box/left.png') scroll repeat-y 0 0;
	width: 473px;
	margin: 12px 0 34px 0;
}

.box .top {
	background: transparent url('http://www.wm-2010-netzwerk.de/img/box/top.png') scroll no-repeat 0 0;
	height: 12px;
	position: absolute;
	top: -12px;
	left: -12px;
	width: 100%;
}

.box .top .top-right {
	background: transparent url('http://www.wm-2010-netzwerk.de/img/box/top-right.png') scroll no-repeat 0 0;
	float: right;
	display: inline;
	position: relative;
	left: 12px;
	top: 0;
	width: 12px;
	height: 12px;
}

.box .bottom {
	background: transparent url('http://www.wm-2010-netzwerk.de/img/box/bottom.png') scroll no-repeat 0 0;
	height: 12px;
	position: absolute;
	bottom: -12px;
	left: -12px;
	width: 100%;
}

.box .bottom .bottom-right {
	background: transparent url('http://www.wm-2010-netzwerk.de/img/box/bottom-right.png') scroll no-repeat 0 0;
	float: right;
	display: inline;
	position: relative;
	left: 12px;
	top: 0;
	width: 12px;
	height: 12px;
}

.box .content {
	background: transparent url('http://www.wm-2010-netzwerk.de/img/box/right.png') scroll repeat-y right top;
	position: relative;
	left: 12px;
	padding-right: 10px;
	height: 100%;
}

.box .content > *:first-child,
#flex__1_contentwrapper > *:first-child {
	margin-top: 0;
}

.box .content > *:last-child {
	margin-bottom: 0;
}

h1, h2, .note {
	color: #FFE600;
}

a {
	color: #fff !important;
	text-decoration: none;
}

