body, p, h1, h2, h3, h4, h5, h6, img {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font: .9em "Trebuchet MS", sans-serif;
	color: #2B3738;
	padding: 0 2em 0;
	background: #CBECEF;
}
h2 {
	font-size: 1.5em;
	color: #FFF;
	letter-spacing: .05em;
	font-variant: small-caps;
	line-height: 2em;
	height: 2.6em;
	padding-left: 1em;
	border-radius: 0px .6em 0px 0px;
	-moz-border-radius: 0px .6em 0px 0px;
	-webkit-border-top-right-radius: .6em;
	background: url(img/vintage.png) bottom repeat-x #757EAC;
}
h3 {
	color: #606;
	margin-bottom: 1em;
}
p {
	text-align: justify;
	letter-spacing: .1em;
	line-height: 1.2em;
	margin-bottom: 1em;
}
a {
	color: #606;
	text-decoration: none;
	text-shadow: #58B 1px 1px 1px;
}
a:focus, a:hover {
	text-shadow: #47A 2px 2px 1px;
}
a:active {
	color: #FFF;
	text-shadow: #47A 2px 2px 1px;
}
header {
	width: 62em;
	height: 300px;
	background: url(img/header.png) center no-repeat;
}
main {
	display:block; /* für IE */
	float: left;
	width: auto;
	min-width: 21em;
	max-width: 40em;
	margin: 0 0 5em;
}
aside {
	float: left;
	width: 320px;
	margin-top: 6em;
}
article {
	min-height: 620px;
	margin-top: -.9em;
	padding: 1.6em;
	border-radius: 0px 1em 0px 0px;
	-moz-border-radius: 0px 1em 0px 0px;
	-webkit-border-top-right-radius: 1em;
	background: url(img/pattern.png) left bottom repeat-x #95D1F5;
}
#imageContainer {
	position: relative;
	width: 320px;
	margin: -.9em 0 3em;
	padding: 1em 0 1.4em;
	border-radius: 0px 1em 0px 0px;
	-moz-border-radius: 0px 1em 0px 0px;
	-webkit-border-top-right-radius: 1em;
	background: url(img/pattern.png) left bottom repeat-x #A4BFC2;
}
#links {
	text-align: center;
	margin: -.9em 0 5em;
	padding: 1em 0 1.4em;
	border-radius: 0px 1em 0px 0px;
	-moz-border-radius: 0px 1em 0px 0px;
	-webkit-border-top-right-radius: 1em;
	background: url(img/pattern.png) left bottom repeat-x #A4BFC2;
}
#links img {
 vertical-align: middle;
 margin: .4em;
}
.bgturquoise {
	background: url(img/vintage.png) bottom repeat-x #319FAA;
}
.bgblue {
	background: url(img/vintage.png) bottom repeat-x #237ECC;
}
.aligncenter {
	text-align: center;
}