/* Florian Boo 17.02.09 */

/* Cailbration -------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-family: "Helvetica", Verdana, Arial;
	color: #000000;
}
p {
	margin-bottom: 26px;
	line-height: 20px;
	width: 300px;
	float: right;
}
a {
	color: #0000FF;
	text-decoration: none;
}
.red { color: #EB2E28; }
.blue { color: #0099da; }
img { border: none; }

/* Title styles ------------------------------*/
h1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 32px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #336600;
	line-height: 22px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 6px;
}

/* Body --------------------------------------*/
body {
	background-image: url(images/backgradient.jpg);
	background-repeat: repeat-x;
}

/* Head --------------------------------------*/
#topbanner {
	margin: -25px 0 0 -25px;
}
#alexportrait {
	float: left;
	padding-right: 15px;
}
#head {
	margin-bottom: 15px;
	padding: 60px 0 0 6px;
}

/* Images ------------------------------------*/
.images {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}

/* Wrapper -----------------------------------*/
#wrapper {
	position: relative;
	width: 550px;
	padding: 0 25px 25px 25px;
	margin: 0 auto 10px auto;
}
/* Inhalt ------------------------------------*/
#inhalt {
	position: relative;
}

#demovideopostit {
	position: absolute;
	width: 160px;
	height: 160px;
	background-image: url(images/EmptyPostIt.png);
	background-repeat: no-repeat;
	left: 530px;
	padding: 20px;
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
}
/* Table -------------------------------------*/
.infozelle {
	padding: 0 20px 0 6px;
}

/* Footer ------------------------------------*/
.footer {
	margin-top: 60px;
	border-top: 1px dotted #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}

