/* Boxes CSS Document */
/*Kloster Waldsassen*/

div.box_haupmenu{
	margin-top:10px;
	margin-left:0px;
	background-color:#FFFFFF;
	color:#000099;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	padding:2px;
}
div.box_site {
	background-image:url(Background/box1.png);
	background-repeat:no-repeat;
	margin-left:3px;
	/*margin-top:100px;*/
	color:#CCCCCC;
	height:35px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	padding:4px;
	}
div.box_News {
	background-image:url(Background/newsbachground.png);
	background-repeat:no-repeat;
	margin-left:0px;
	margin-top:0px;
	color:#CCCCCC;
	height:35px;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	padding:4px;
	}
div.box_title1 {
	margin-top:16px;
	margin-left:8px;
	margin-right:10px;
	background-color:#000066;
	width:auto;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	padding:2px;
	}
div.box_content {
	margin-left:8px;
	margin-right:10px;
	margin-bottom:8px;
	background-color:#FFFFFF;
	border: 1px solid black;
	font-family: "Century School book" ,serif;
	font-size:80%;
	font-weight:normal;
	padding:3px;
	}
