
ul, ol, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}

body {
	margin-bottom : 0px;
	margin-left : 200px;
	margin-right : 0px;
	margin-top : 0px;
	background-color : #FFFFFF;
/*	background-image:url(fb_bg.gif); */
	background-repeat: no-repeat;
	background-position: 200px 200px;
	background-attachment: fixed;
}
body, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

/* Fuer lngere Inhalte (z.B. Buchbeschreibungen) */
.content {
	line-height: 17px;
}

/* ausschlieszlich Seitenueberschrift */
/*
.headline {
	font-size: 18px;
	color: ; /* Farbvarianten (dunkel), #003A91*/
}
*/
/*
.header {
	font-size: 18px;
	color: ; /* Farbvarianten (dunkel), #003A91*/
}
*/
/* Fliesztextlinks */


a {
	color: #003A91; /* Farbvarianten (dunkel) s.o.*/
	text-decoration: none;
}
a:hover {
	color: #003A91; /* Farbvarianten (dunkel) s.o. */
	text-decoration: underline;
}


/* kleine Schrift fuer z.B. Anmkerungen */
.textsmall {
	font-size: 11px;
}

/* Ueberschrift fuer z.B. Buchtitel, aber auch fuer andere Ueberschriften */
.buchtitel {
	font-size: 13px;
	font-weight: bold;
/*	color: ;*/ /* Farbvarianten (dunkel) s.o. #003A91*/ 
}

/* Schrift fuer Zusatzinformationen wie ISBN oder Autor */
.autor {
	font-size: 11px;
	color: #808080;
}

/* Aufzhlungszeichen */
li {
/*	list-style : outside url(../img//list.gif);*/ /* Farbmutation durch Ordnerangabe */
}

/* dunkler Hintergrund (z.B. f¸r Linien, nicht vollflchig im Content!) */
.bg {
/*	background-color: ;*/ /* Farbvarianten (dunkel) s.o. #003A91*/
	color: #FFFFFF;
}

.bgor {
/*	background-color: ;*/ /* Farbvarianten (dunkel) s.o. #FF6600*/
	color: #FFFFFF;
}

/* Hervorhebung durch Platzierung auf Hintergrund */
.box {
/*	background-color: ;*/ /* Farbvarianten (hell) s.o. #CCD8E9*/
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	line-height : 17px;
}

/* Stern im Hintergrund */
.stern {
	background-image: url(../img/content_bg.gif);
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
}

/* Abschlieŝender Bogen */
.bottom {
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 5px;
	background-image: url(../img/bottom_bg.gif);
	background-repeat: no-repeat;
}
/* Abschlieŝender Bogen Schullreitung*/
.bottom_sl {
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 5px;
	background-image: url(../img/bottom_bg_sl.gif);
	background-repeat: no-repeat;
}
.bottom .text {
	font-size: 11px;
	color: #FFFFFF;
}
.bottom a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.bottom a:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}


/* Formulare */
.form {
	background-color : #FFEFE5;
}
.form .text  {
	font-size: 11px;
	text-align: right;
}
.form .error {
	font-size: 11px;
	text-align: right;
	color: #003A91;
}
.form .feedback {
	font-size: 11px;
	text-align: right;
	color: #bb0000;
}

.form a {
	font-size: 11px;
	color: #003A91;
	text-decoration: none;
}
.form a:hover {
	color: #003A91;
	text-decoration: underline;
}

.button {
	font-size: 11px;
	color: #003A91;
	background-color: #FFFFFF;
	border-left: 1px solid #003A91;
	border-top: 1px solid #003A91;
	border-right: 1px solid #003A91;
	border-bottom: 1px solid #003A91;
	padding: 0px;
}

input, select, textarea {
	font-size: 11px;
	color: #000000;
	border: 1px solid #000000; //#FF6600;
	margin-top:0px;
}
.checkbox {
	border: 0px;
}

.feedback {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bb0000;
}

.SUBSUBHEADER {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica
}
