* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #ffffff;
	font-family: Arial;
	font-size: 10pt;
}

#main {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color: #353535;
}

#main #header {
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	height: 230px;
}

#main #left {
	width: 190px;
	vertical-align: top;
	padding: 0 0 0 8px;
}
#main #left .top {
	background-image: url('../images/tuerkis-rep.jpg');
	height: 22px;
	line-height: 22px;
	margin-bottom: 10px
}

#main #content {
	padding: 0 10px 0 10px;
}

#main #content h1,
#main #content h2,
#main #content h3,
#main #content h4,
#main #content h5,
#main #content h6  {
	background-image: url('../images/rot-rep.jpg');
	height: 22px;
	line-height: 22px;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	padding: 0 0 0 2px;
	margin-bottom: 25px;
}

#main #content h2,
#main #content h3,
#main #content h4,
#main #content h5,
#main #content h6 {
	margin-top: 25px;	

}

#main #content p {
	margin: 10px 0 10px 0;
}

#main #content a {
	color: #0f84ad;
	font-weight: bold;
	text-decoration: underline;
}

#main #right {
	width: 190px;
	vertical-align: top;
	padding: 0 9px 0 0;
}
#main #right .top {
	background-image: url('../images/tuerkis-rep.jpg');
	height: 22px;
	line-height: 22px;
	margin-bottom: 10px
}

#main #right a {
	font-weight: bold;
	color: #c40b0d;
	text-decoration: underline;
	line-height: 22px;
	margin: 0 0 0 10px;

}

#footer {
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 165px;
}
