@charset "utf-8";

*{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

html {
	background: #222222 url(../images/bg.jpg) repeat-x;
}

/* Ueberschriften
******************************************************/
h2 {
	font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 160%;
	margin-bottom: 1em;
	color: #ff6c00;
}

h4 {
	background: #BCD048;
	font-size: 95%;
	font-weight: 600;
	color: #fff;
	padding-left: 1em;
}

div div.textboxNowrapRight div.textboxImage {
	width: 200px;
	padding: 0.5em;
}
div div.textboxNowrapRight {
	padding: 0;
}

.letter {
	margin-left: 125px;
} 