/*    Blogs                                 */
/* ======================================== */
#blogs-flaeche {
	position: absolute;
	left: 190px;
	top: 53px; /* Höhe von ganz oben */
	width: 590px;
	height: 390px;
	background-color: #99CCFF;
}

#blogs-bild-eins {
	position: absolute;
	top: 60px; /* Höhe von ganz oben */
	left: 199px;
}

#blogs-text-eins {
	position: absolute;
	left: 373px;
	top: 60px; /* Höhe von ganz oben */
	width: 380px;
	font-size: 13px;
	padding: 0;
	text-decoration: none;
}


#blogs1-logo {
	position: absolute;
	top: 243px; /* Höhe von ganz oben */
	left: 372px;
	width: 50px;
	border: 2px solid #000066; /* Rahmenfarbe = weiss */
	height: 50px;
}

#blogs1-text {
	position: absolute;
	left: 426px;
	top: 243px; /* Höhe von ganz oben */
	width: 170px;
	height: 54px;
	background-color: #000066;
}
#blogs1-text A {
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #ffffff; /* Schriftfarbe des Buttons = weiss */
	padding: 0;
	margin: 18px 0 0 10px;      /* Bestimmt Lage Gesamtbutton o r u l   */
	text-decoration: none;
}
#blogs1-text A:link {
   background-color: #000066;   /* Farbe des Buttons im Ruhezustand = Dkl-blau */
}
#blogs1-text A:hover {
   background-color: #993333;   /* Farbe des Buttons beim Draufdeuten = Bordeaux */
	text-decoration:underline;
}


#blogs2-logo {
	position: absolute;
	top: 308px; /* Höhe von ganz oben */
	left: 372px;
	width: 50px;
	border: 2px solid #000066; /* Rahmenfarbe = weiss */
	height: 50px;
}

#blogs2-text {
	position: absolute;
	left: 426px;
	top: 308px; /* Höhe von ganz oben */
	width: 170px;
	height: 54px;
	background-color: #000066;
}
#blogs2-text A {
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #ffffff; /* Schriftfarbe des Buttons = weiss */
	padding: 0;
	margin: 18px 0 0 10px;      /* Bestimmt Lage Gesamtbutton o r u l   */
	text-decoration: none;
}
#blogs2-text A:link {
   background-color: #000066;   /* Farbe des Buttons im Ruhezustand = Dkl-blau */
}
#blogs2-text A:hover {
   background-color: #993333;   /* Farbe des Buttons beim Draufdeuten = Bordeaux */
	text-decoration:underline;
}


#blogs3-logo {
	position: absolute;
	top: 373px; /* Höhe von ganz oben */
	left: 372px;
	width: 50px;
	border: 2px solid #000066; /* Rahmenfarbe = weiss */
	height: 50px;
}

#blogs3-text {
	position: absolute;
	left: 426px;
	top: 373px; /* Höhe von ganz oben */
	width: 170px;
	height: 54px;
	background-color: #000066;
}
#blogs3-text A {
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #ffffff; /* Schriftfarbe des Buttons = weiss */
	padding: 0;
	margin: 18px 0 0 10px;      /* Bestimmt Lage Gesamtbutton o r u l   */
	text-decoration: none;
}
#blogs3-text A:link {
   background-color: #000066;   /* Farbe des Buttons im Ruhezustand = Dkl-blau */
}
#blogs3-text A:hover {
   background-color: #993333;   /* Farbe des Buttons beim Draufdeuten = Bordeaux */
	text-decoration:underline;
}





