/* gravino.de */

.red {
	color: #cc3333;
}

a:link, a:visited, a:active {
	color: #8f3b1a;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	font-size: 14px;
	margin-top: 5px;
}

h1 {
	/*padding: 0 2px 3px 2px;
	color: #384654;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
	border-bottom: 1px solid #d6dfe2;*/
	font: 20px Georgia, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
}

h2 {
	padding: 4px 0;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 0;
	border: 1px solid #999;
	border-left: none;
	border-right: none;
	text-align: center;
}

h3 {
	font-size: 12px;
	margin-bottom: 0;
}

img {
	border: 0;
}

input[type="button"], input[type="submit"], input[type="reset"] {
	width: 100px;
	padding: 2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input[type="submit"] {
	font-weight: bold;
}

input[type="text"].small {
	width: 40px;
}

blockquote {
	background: url(../img/quotes/quotationmark.gif) top left no-repeat;
	padding: 5px 0 0 30px;
	min-height: 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #737373;
	line-height: 1.5;
	letter-spacing: 0.5px;
}

blockquote cite {
	display: block;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #384654;
}

table, li {
	font-size: 12px;
}

table.invisible, table.invisible thead, table.invisible tbody, table.invisible th, table.invisible td {
	background: none;
	border: none;
}

table {
	border-collapse: collapse;
}

thead {
	color: #000;
	font-weight: bold;
	background: #bfa583;
}

td {padding: 2px 5px;}

thead td, thead th {
	padding: 5px;
	text-align: center;
}

ul {
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
}

ul li {
	background: url(../img/list/listimage.gif) no-repeat;
	line-height: 1.5;
	margin-bottom: 10px;
	padding-left: 25px;
}

ol li {
	text-align: justify;
}

table {
	margin: 0 0 15px 0;
}

form {
	margin: 0 0 0 10px;
}

form table {
	font-size: 11px;
}

/*
.mceContentBody {
	background: #fffaec;
}*/

form#kontakt_form {
	width: 300px;
	float: left;
}

#kontakt_form textarea {
	height: 200px;
	width: 300px;
}

#kontakt_log {
	width: 350px;
	height: 32px;
	float: left;
	margin: 25px 0 0 0;
	text-align: center;
	font-weight: bold;
}

/* gravino.de - AJAX-Loader */

.ajax-loading {
	background: url(../img/ajax/loader.gif) no-repeat center;
}

/* gravino.de - Termine */

.small_container {
	width: 250px;
	font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
	margin: 5px;
}

.small_termine a {
	display: block;
	padding: 7px 5px;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	color: #000;
}

.small_termine a.cancelled {
	background: #ffe8e8;
}

.small_termine a:hover {
	text-decoration: none;
	background: #fdfdfd;
}

h3 .cancelled {
	color: #f00;
}

.center {
	text-align: center;
}

ol.haftung {
	font: 14px Tahoma,Verdana,Geneva,sans-serif;
	line-height: 1.3;
}

a img, .lightbox-gallery img {
	border: 1px solid #ccc;
	padding: 2px;
}

.lightbox-gallery a {
	margin: 2px;
}

.fleft {float: left; margin-right: 20px;}
