@charset "utf-8";
/* CSS Document */

* {
	font-family: Cambria, "Times New Roman", Serif;
}

body {
	background-color: #ffffff;
	text-align: center;
}

table, form, div, td, tr {
	margin: 0;
	padding: 0;
}

img, table{
	border: 0;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

h1 {
	text-align: center;
	font-weight: bold;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #800000;
	margin: 20px 0 20px 0;
}

hr {
	 width: 75%;
	 height: 1px;
	 color: #800000;
	 background-color: #800000; 
	 margin: 0 auto 0 auto;
	 display: none;
}	

.switcher {
	text-align: center;
}

.gallery {
	margin: 5px 0 10px 0;
	border-bottom: 1px solid #800000;
	clear: both;
}

.gallery a {
	text-decoration: none;
}

.cb {
	clear: both;
}

.headline {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
	text-align: center;
	text-decoration: underline;
}

.date {
	display: block;
	font-style: italic;
	font-size: 12px;
	text-align: right;
	margin-bottom: 5px;
}

#maincnt {
	margin: 0 30px 0 25px;
	text-align: left;
}

.maintable {
	 width: 770px;
	 margin: 0 auto 0 auto;
	 padding: 0;
}

.maintable td {
	border: 0px solid green;
}

.gimg {
	width: 250px;
	float: left;
	margin: 0 15px 15px 0;
}

.clicken {
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	color: #999999;
}