/* CSS Document */

/* Basics */

body { 
	color: black; 
	background-color: #E8F0F2;
}
#block {
	color: #333333;
	font-size: 9px;
	font-family: Arial;
	text-align: justify;
	background-color: #CEE2E3;
	background-image: url(../Bilder/bbg.jpg);
}
#agenda{
	color: #F00;
}
.Estilo1 {
	color: #000000;
	font-weight: bold;

}
.menu {
	color:#333;
	background-color:#FFF;
	font-family:Courier New;
	font-size:12px;
}
.navi{
	color:#000;
}
#titel_navi {
	color: #a2aca3;
	font-size: 9px;
	font-family: Arial;
	background-color: #FFF;
	background-position: center top;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight:bold;
	
}
#titel_main {
	color: #a2aca3;
	font-size: 9px;
	font-family: "Courier New", Courier, monospace;
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: CENTER;
	letter-spacing: 3px;
}
#logo{
	background-color:#CEE2E3;
}
#titel_nav{
	background-color:#FFF;
	letter-spacing: 3px;
	color:#a2aca3;
}
#titel_navi {
	color: #a2aca3;
	font-size: 9px;
	font-family: "Arial";
	background-color: #FFF;
	background-position: center top;
	text-align: CENTER;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight:bold
}
#tabelle {
	padding: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* Links */

a:link {
	color: #a2aca3;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
}
a:visited {
	color: #8b8b8b;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	line-height: 10px;
	text-decoration: none;
	letter-spacing: 3px;
}
a:hover {
	color: #333;
	font-size: 9px;
	font-family: "Courier New", Courier, monospace;
	line-height: 10px;
	text-decoration: none;
	letter-spacing: 3px;
}
a:active {
	color: #FFF;
	font-size: 9px;
	font-family: "Courier New", Courier, monospace;
	line-height: normal;
	text-align: center;
}
A.navi:link { color: #999999; font-size: 9px; font-family: "Courier New", Courier, monospace; background-color: #CEE2E3; text-decoration: none; text-align: center; border-color: #e3e3e3 #fffbdb #e9ddec #fde8f4; border-style: dotted; border-width: 1px; display: block; }
A.navi:visited { color: #b5b5b5; font-size: 9px; font-family: "Courier New", Courier, monospace; background-color: #CEE2E3; text-decoration: none; text-align: center; border-color: #e3e3e3 #fffbdb #e9ddec #fde8f4; border-style: dotted; border-width: 1px; display: block; }
A.navi:hover { color: #979797; font-size: 9px; font-family: "Courier New", Courier, monospace; background-image: url(../Bilder/navihover.jpg); background-repeat: no-repeat; text-decoration: none; text-transform: lowercase; text-align: center; border-right: 1px dotted #e7e7e7; border-bottom: 1px dotted #c1c1c1; border-left: 1px dotted #e7e7e7; border-top-style: dotted; border-top-width: 1px; display: block; }
A.navi:active {
	color: #b5b5b5;
	font-size: 9px;
	font-family: Arial;
	background-color: #f8f8f8;
	text-align: center;
	border-color: #e3e3e3 #fffbdb #e9ddec #fde8f4;
	border-style: dotted;
	border-width: 1px;
	display: block;
}

/* Effekte */

b { color: #dbdbdb; font-size: 9px; font-family: "Courier New", Courier, monospace; font-weight: bold; line-height: 5px; border-bottom: 2px solid #f8d0e7; }
strong {
	color: #333333;
	font-size: 9px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 5px;
}
i { color: #e8d1ec; font-size: 9px; font-family: "Courier New", Courier, monospace; font-style: italic; }
em { color: #e8d1ec; font-size: 9px; font-family: "Courier New", Courier, monospace; font-style: italic; }
s { color: #c6c6c6; font-size: 9px; font-family: "Courier New", Courier, monospace; background-color: #f8f8f8; text-decoration: line-through; }
u { color: #d7d7d7; font-size: 9px; font-family: "Courier New", Courier, monospace; text-decoration: none; border-bottom: 1px dotted #b5b5b5; }

/* Formular */

input, select, textarea {
	font-size:9px;
	color:#b1b1b1;
	border: dotted 1px #d7d7d7;
}
