/**
 * Gasthof Hotel Post
 * wysiwyg stylsheet
 *
 * (c) EZdesign.de
 *
 * Author:   Timo Besenreuther
 * Created:  2009-04-28
 * Modified: 2009-07-28
 */


/**
 * standards
 */

* {
	margin: 0;
	padding: 0;
}

ul {
	margin-left: 20px;
}

a {
	color: #870000;
	text-decoration: underline;
}
a:hover {
	color: black;
}

a img {
	border: 0;
}


/**
 * general rules
 */

body {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	line-height: 140%;
	/* overridden in style_main */
	text-align: left;
	padding: 7px 10px;
	background: white;
}

td {
	font-size: 12px;
}


/**
 * wysiwyg classes
 */

#left ul,
#right ul,
.tick {
	list-style: none;
	margin: 0;
	padding: 0;
}

#left ul li,
#right ul li,
.tick li {
	background: url(../images/tick.png) no-repeat;
	background-position: 0 2px;
	padding: 0 0 5px 15px;
}

.serif {
	display: inline;
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	font-style: italic;
}

.serifbig {
	display: inline;
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
	color: #870000
}