@charset "utf-8";
/* CSS Document */

a {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

body { font-family: Arial, Helvetica, sans-serif; }

h1 { font-size: 24px; }

#datenschutz
{
	width: 80%;
	margin: auto;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	vertical-align: middle;
}

.bericht {
	padding: 20px;
	text-align: justify;
}

.bericht table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.bericht td { width: 50%; }

.bild_mitte {
	text-align: center;
	vertical-align: middle;
	padding: 20px;
}



.kopf {
	padding-right: 20px;
	padding-left: 20px;
}

.kopf table { width: 100%; }
.kopf  td  {
	text-align: center;
	vertical-align: middle;
	width: 33%;
	padding: 10px;
}
.links {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.links table {
	border: thin solid #CCCCCC;
	width: 80%;
}

.links td {
	border: thin solid #CCCCCC;
	width: 50%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#weih_deko_1
{
	text-align: center; 
	margin: auto;
}

#weih_deko_1 table
{ 
	margin: auto;
	width: 90%;
}

#weih_deko_1 td
{
	width: 25%;
	border: solid 0px;
}

#weih_deko_1 .td1 { text-align:left; }
#weih_deko_1 .td2 { text-align:center; }
#weih_deko_1 .td3 { text-align:center; }
#weih_deko_1 .td4 { text-align:right; }
