@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFF;
	margin: 0px;
}
.BG_left {
	background-attachment: scroll;
	background-image: url(../Bilder/Layout/BG/BG_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.BG_right {
	background-attachment: scroll;
	background-image: url(../Bilder/Layout/BG/BG_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.BG_head {
	background-attachment: scroll;
	background-image: url(../Bilder/Layout/BG/BG_head.gif);
	background-repeat: repeat-y;
}
.BG_Menu_BG {
	background-attachment: scroll;
	background-image: url(../Bilder/Layout/BG/BG_Menu_BG.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.BG_Agenda_BG {
	background-attachment: scroll;
	background-image: url(../Bilder/Layout/BG/BG_Agenda_BG.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.BG_Inhalt {
	background-attachment: scroll;
	background-image: url(../Bilder/Layout/BG/BG_Inhalt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #EFEFEF;
}
.BG_Menu {
	background-attachment: scroll;
	background-image: url(../Bilder/Layout/BG/BG_Menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.BG_Agenda {
	background-attachment: scroll;
	background-image: url(../Bilder/Layout/BG/BG_Agenda.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0062AC;
	text-decoration: none;
}
.Text_Agenda_hell {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.Text_Agenda_dunkel {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.Text_blau {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0062AC;
}
.Text_schwarz {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
.Bildrahmen_weiss {
	border: 1px solid #FFF;
}

