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

body {
    font-family:  Verdana, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}

td {
    vertical-align: top;
    text-align: left;
}

h1 {
    font-size: 12px;
	font-weight: bold;
	color: #31A239;
}

h2 {
    font-size: 12px;
    font-weight: normal;
	color: #31A239;
}

ul {
    list-style-type: square;
}

a {
	text-decoration:none;
	color:#31A239;	
}

a:hover {
	text-decoration:underline;
	color:#31A239;
}

.maintable {
    width: 800px;
    border-width: 0px;
    margin: 0 auto; 
}

.left {
  width: 200px;
	text-align: left;
	vertical-align: top;
	border-style: none;
	padding: 10px;
	line-height: 1.5;
}

.content {
    width: 600px;
	color: #000000;
	text-align: left;
	text-indent: 0px;
	vertical-align: top;
	padding: 10px;
}

.menutitle {
    margin-top:1px;
	background-color:#B0EBB4;
}

.menutitleselected {
    margin-top:1px;
	background-color:#31A239;
	border-color:#31A239;
	border-style:solid;
	border-width:2px;
}

.menutitlelink {
	color: #000000;
}

.menutitlelink:hover {
	text-decoration: none;
	color:#ffffff;
}

.menutitlelinkselected {
	color: #ffffff;
}

.menutitlelinkselected:hover {
	text-decoration: none;
	color:#EC1D24;
}

.menuitem {
    margin-left: 10px;
	background-color:#ffffff;
}

.menuitemlink {
	line-height: 1.5;
	color:#000000;	
}

.menuitemlink:hover {
	text-decoration:none;
	color:#EC1D24;		
}

.menubox {
    border-top-style:none;
    border-left-style:solid;
    border-right-style:solid;
    border-bottom-style:solid;
	border-width:2px;
	border-color:#e0e0e0;
}

.right {
    line-height: 1.5;
    width: 200px;
    min-height: 350px;
    margin-left: 10px;
    float: right;
}

.thumb {
    width: 200px;
    margin-bottom: 10px;
}

.thumbgallery {
    width: 120px;
    margin-bottom: 10px;
}

.trauer {
  width: 300px;
  padding: 20px;
  border: solid;
  border-width: 8px;
  border-color: #000;
}
