/* #####################
  ---- Startpage  -----
 ##################### */

#startpage {
	padding: 2px 5px 30px 5px;
}

#startpage h2 {
	margin-bottom: 0px;
	font-size:18px;
	margin-bottom: 6px;
	border-bottom: 2px solid black;
	display:table;
}

.right {
	text-align:right;
	float:right;
	border:0px;
}


/* #####################
  ---  Appointments  ---
##################### */

#startpageAppointments {
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	margin-bottom: 0px;
}

#startpageAppointments h3 {
	color: #998877;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-bottom: 8px;
	border-bottom: 2px solid #D70000;
	display:table;
}

#startpageAppointments ul {
	margin-top: 0px;
	list-style-type: square;
}

#startpageAppointments li, a {
	color: #000000;
}

/* #####################
  ---  announcement   ---
 ##################### */
 
.startpageAnnouncement h3 {
	color: #998877;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 8px;
	border-bottom: 2px solid #D70000;
	display:table;
}

.startpageAnnouncement img {
	border: 1px solid #000000;
	text-align:right;
}

/* #####################
  ---  Bladdnbardi   ---
 ##################### */

#bladdnbardi {
	height: 830px;
	background-color:#D70000;
	color:#FFFFFF;
	padding: 12px;
	margin: auto;
	width:600px;
	text-align: center;
	border-radius: 15px;
	box-shadow: 5px 5px 5px #888;
}

#bladdnbardi h3{
	font-weight:bold;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 8px;
	border-bottom: 2px solid #A9A9A9;
	display:table;
}

#bladdnbardi img{
	border: 1px solid #888;
}

/* #####################
  ---   Presale    ---
 ##################### */

#presale {
	background-color:#D70000;
	color:#FFFFFF;
	padding: 12px;
	margin-left: 70px;
	margin-right: 75px;
	text-align: center;
	border-radius: 15px;
	box-shadow: 5px 5px 5px #888;
}
 
#presale h3{
	font-weight:bold;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 8px;
	border-bottom: 2px solid #A9A9A9;
	display:table;
}

#presale img{
	margin-top: 10px;
	border: 2px solid #000000;
	margin-bottom: 20px;
}

/* #####################
  --- Advertisement  ---
 ##################### */

#advertisement {
	width: 430px;
	background-color: #fff;
	margin: 20px 165px;
	text-align: center;
	border: 1px solid #000;
	}
#advertisement img {
	height: 40px;
	margin: 7px;
	border: none;
	}
