/* CSS definition file containing sitestyle stylesheets */

a:link, a:visited {
	color: #663300;
	font-family: "Comic Sans MS", Arial, Courier, 'Times New Roman';
	font-size: 11pt;
	text-decoration: underline;
}

a:hover {
	color: Navy;
	font-size: 11pt;
	font-family: "Comic Sans MS",Arial, Courier, 'Times New Roman';
	text-decoration: underline;
}

b {
	color: #000066;
	font-family: "Comic Sans MS",Arial, Courier, 'Times New Roman';
	font-size: 11pt;
	font: bold;
}

body {
	background-color: #EFFFE1;
	color: #000000;
	font-family: "Comic Sans MS",Arial, Courier, 'Times New Roman';
	font-size: 11pt;
	height: 100%;
	width: 100%;
	margin: 0px;
	overflow: auto;
	padding: 0px;
	scrollbar-3d-light-color: #DAA520;
	scrollbar-arrow-color: #000099;
	scrollbar-base-color: #EFFFE1;
	scrollbar-dark-shadow-color: #000000;
	scrollbar-face-color: #EFFFE1;
	scrollbar-highlight-color: #00FF99;
	scrollbar-shadow-color: #CCCC99;
	scrollbar-track-color: #EFFFE1;
	
}

.1_td {
	font-family: "Comic Sans MS",Arial, Courier, 'Times New Roman', "Century Gothic";
	font-size: 11pt;
	text-align: center;
	vertical-align: middle;
}

.2_td {
	font-family: "Comic Sans MS",Arial, Courier, 'Times New Roman';
	font-size: 11pt;
	text-align: center;
}

.ueberschrift {
	color: Navy;
	font: bold;
	font-family: "Comic Sans MS",Arial, Courier, 'Times New Roman';
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: 2px;	
	}

h3 {
	color: Navy;
	font-family: "Comic Sans MS", Arial, Courier, 'Times New Roman';
	font-size: 12pt;
	
}	

.anmerkung {
	color: #000000;
	font-family: "Comic Sans MS",Arial, Courier, 'Times New Roman';
	font-size: 9pt;
}
.datum {
	font-family: "Century Gothic", "MS Sans Serif","Comic Sans MS", Arial, Courier, "Times New Roman";
	font-size: 13pt;
	color: #006666;
	cursor: crosshair;
	text-align: right;
	font: bold;
	vertical-align: top;
	font-weight: bold;
	}

.zeitung {text-align: justify; 
font-family: 'Comic Sans MS', Arial, Courier, 'Times New Roman';
	font-size: 11pt;}
	
	
a:link.men, a:visited.men {
	width : 140px;
	background-color : darkblue;
	font-family: 'Comic Sans MS', Arial, Courier, 'Times New Roman';
	text-decoration : none;
	color : white;
	font-weight : normal;
	margin-right : 4px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 10px;
	padding-right : 4px;
	border : 2px groove #0082FF;
	font-size: 14px;
	font-weight: bold;
	display: block;
	}


a:hover.men {
	width : 140px;
	background-color : darkblue;
	font-family: 'Comic Sans MS', Arial, Courier, 'Times New Roman';
	color : yellow;
	margin-right : 4px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 10px;
	padding-right : 4px;
	border : 2px inset brown;
	font-size: 14px;
	font-weight: bold;
	display: block;
		}

		
a:active.men {
	width : 140px;
	background-color : darkblue;
	font-family: 'Comic Sans MS', Arial, Courier, 'Times New Roman';
	text-decoration : none;
	color : #F0E68C;
	margin-right : 4px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 10px;
	padding-right : 4px;
	border : 2px inset brown;
	font-size: 14px;
	font-weight: bolder;
	display: block;
		}
		
