body {
	background:#f0f3f6 url('images/background.png') repeat-x;
	font-family: arial, verdana;
	font-size:12px;
}

h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight:normal;
}

.containerMain {
	margin: 20px auto auto auto;
	width: 400px;
	min-height:450px;
	background:#FFFFFF url('images/img-footer.png') no-repeat bottom left;
	padding:10px 0px 30px 0px;
}

.header {
	background-color:#3682cc;
	width:380px;
	height:50px;
	margin:0px auto auto 10px;
}

.header.custompage {
	margin-top:0px;
}

.title {
	font-size:38px;
	color:#FFFFFF;
	top: 5px;
	left: 5px;
	position:relative;
}

.title-pm {
	font-size:25px;
	color:#FFFFFF;
	left: 5px;
	top: 8px;
	position:relative;
}

.subtitle {
	font-size:18px;
	color:#FFFFFF;
	top: -10px;
	left: 15px;
	position:relative;
}

.content {
	margin:20px 0px 60px 10px;
	width:390px;
}

ul {
	list-style:none;
}

li {
	background: url(images/list.png) 0px 5px no-repeat;
	padding: 0 0 0 10px;
	margin-left:-35px;
}

.bold {
	font-weight:bold;
}

.orange {
	color:#ff3300;
}

.engels {
	text-decoration:italic;
}

li a {
	color:#ff3300;
	text-decoration:none;
}