/* Folgeseiten Öffentliche Seminare               */
/* ============================================== */

#oef-rahmen1 {
	position: absolute;
	left: 190px;
	top: 53px; /* Höhe von ganz oben */
	width: 588px;
	height: 250px;
	border: 1px solid #FFFFFF;   /* Rahmenfarbe = weiss */
	text-align: center;
	font-size: 13px;
}

#oeffeins-logo {
	position: absolute;
	top: 133px; /* Höhe von ganz oben */
	left: 385px;
	width: 50px;
	border: 1px solid #99CCFF; /* Rahmenfarbe = weiss */
	height: 50px;
}

#oeffeins-text {
	position: absolute;
	left: 435px;
	top: 134px; /* Höhe von ganz oben */
	width: 150px;
	height: 50px;
	background-color: #404FAA;
}
#oeffeins-text A {
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #ffffff; /* Schriftfarbe des Buttons = weiss */
	padding: 0;
	margin: 2px 0 0 10px;      /* Bestimmt Lage Gesamtbutton o r u l   */
	text-decoration: none;
}
#oeffeins-text A:link {
   background-color: #404FAA;   /* Farbe des Buttons im Ruhezustand = Dkl-blau */
}
#oeffeins-text A:hover {
   background-color: #993333;   /* Farbe des Buttons beim Draufdeuten = Bordeaux */
	text-decoration:underline;
}
#oeffeins-datum {
	position: absolute;
	left: 445px;
	top: 168px; /* Höhe von ganz oben */
	color: #ffffff; /* Schriftfarbe des Buttons = weiss */
	font-size: 11px;
}


#oeffzwei-logo {
	position: absolute;
	top: 208px; /* Höhe von ganz oben */
	left: 385px;
	width: 50px;
	border: 1px solid #99CCFF; /* Rahmenfarbe = weiss */
	height: 50px;
}
#oeffzwei-text {
	position: absolute;
	left: 435px;
	top: 209px; /* Höhe von ganz oben */
	width: 150px;
	height: 50px;
	background-color: #404FAA;
}
#oeffzwei-text A {
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #ffffff; /* Schriftfarbe des Buttons = weiss */
	padding: 0;
	margin: 2px 0 0 10px;      /* Bestimmt Lage Gesamtbutton o r u l   */
	text-decoration: none;
}
#oeffzwei-text A:link {
   background-color: #404FAA;   /* Farbe des Buttons im Ruhezustand = Dkl-blau */
}
#oeffzwei-text A:hover {
   background-color: #993333;   /* Farbe des Buttons beim Draufdeuten = Bordeaux */
	text-decoration:underline;
}
#oeffzwei-datum {
	position: absolute;
	left: 445px;
	top: 243px; /* Höhe von ganz oben */
	color: #ffffff; /* Schriftfarbe des Buttons = weiss */
	font-size: 11px;
}


#oef-rahmen2 {
	position: absolute;
	left: 190px;
	top: 310px; /* Höhe von ganz oben */
	width: 588px;
	height: 50px;
	border: 1px solid #FFFFFF;   /* Rahmenfarbe = weiss */
	text-align: center;
	font-size: 13px;
}


#ihk-text {
	position: absolute;
	left: 190px;
	top: 340px; /* Höhe von ganz oben */
	width: 588px;
	height: 50px;
}
#ihk-text A {
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 0;
	text-decoration: none;
}
#ihk-text A:link {
	background-color: transparent;
}
#ihk-text A:hover {
	background-color: #993333; /* Farbe des Buttons beim Draufdeuten = Bordeaux */
	text-decoration: underline;
	color: white;
}


