/* 2014-03-30 22:00 */

body {
    background-color: #F8F8F8;
    padding: 0;
    /*background-image: url("../images/back-2.jpg");*/
    background-image: url("../img/layout/back-rose-ganz.png");
	background-size: 300px 400px; 
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    font-size: 18px;
    font-family: Georgia, serif;
}

h1 {
	font-size: 36px;
	color: #00764F;
}

a {
    color: #284F76;
}

a:hover {
    color: #4D9C9A;
    text-decoration: underline;
}

p {
    margin: 12px 0;
}

.container {
	width: 100%;
}

.rechts {
	float: right;
}

.header h1 	{
	padding-left: 1em;	
	text-align: left;
	font-size: 36px;
	font-style: italic;
	letter-spacing: 1em;
}

#content {
	margin: 0;
	padding: 1em;
}

record_image img {
	width: 200px;
}

.menu {
	float: right;
	padding-top: 1em;
}

.menu_item {
	font-size: 24px;
	height: 3.2em;
	width: 230px;
	overflow: hidden;
	border: 5px solid transparent;
	border-radius: 20px;
}

.menu_item:hover {
	border-color: #F2D5E0;
	background-color: #F3DCE3;
}

.menu_item a {
	text-decoration: none;
	font-size: 24px;
}

.menu_item a img {
	height: 100%;
	max-width: none;
}

.imageholder {
	width: 33%;
	float:left;
}
.imageholder img {
	width: 90%;
}

.imagelist_comment {
	font-size: 12px;
	font-style: italic;
	padding-bottom: 5px;
}

/* foundation */
.row {
	width: 100%;
}
table {
	background-color: inherit;
	border: 0;
}
table tbody tr:nth-child(2n) {
	background-color: inherit;
}

table tbody tr td, table tr td {
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    padding: 3px 0px 3px 5px;
}

table tbody tr th, table tr th {
    font-size: 16px;
    line-height: 16px;
	font-weight: bold;
	text-align: right;
    padding: 3px 5px 3px 0px;
}

/* "bolt_widget" is the default container for widgets in Bolt. */
.bolt_widget {
  background: #f2f2f2;
  border: solid 1px #e6e6e6;
  margin-bottom: 8px;
  padding: 6px;
}
