/* Stylesheet für Tourist-Wertheim - Haus Mainblick */

body 
{
	margin: 0;
	padding: 0px;
	color: #000;
	font-family: "Trebuchet MS", Helvetica, Arial, "sans serif";
	font-size: 12px;
	background-color: #FFF;
	background-image: url(bg.gif);
	text-align: center;
}

a:link
{
	color: #336699;
	text-decoration: none;
}

a:visited
{
	color: #336699;
	text-decoration : none;
}

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

a:active
{
	color: #CC0033;
	text-decoration : underline;
}

a:focus
{ 
	color: #CC0033; 
	text-decoration:underline 
}

#outside 
{
	width: 700px;
	\width: 820px;
	w\idth: 700px;
	border: 1px solid gray;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 0;
	text-align: left;
	background-color: #FFF;
}

#header
{
	margin-bottom: 30px;
}

#leftcontent
{
	float: left;
	width: 260px;
	\width: 270px;
	w\idth: 260px;
	margin: 0;
	margin-right: 5px;
	padding: 0 0 0 5px;
}

#rightcontent
{
	padding: 0 25px 10px 5px;
	margin-left: 260px;
}

#footer
{
	clear: both;
	padding: 5px;
	margin-top: 25px;
	border-top: 1px solid gray;
	text-align: center;
}

div.img
{
	padding: 5px;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 232px;
	margin-bottom: 15px;
}

div.img-inline
{
	padding: 5px;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 150px;
	margin-bottom: 15px;
	margin-top: 10px;
	float: right;
}

h2
{
	margin: 20px 0 0 0;
	padding: 0;
	color: #336699;
	font-size: 14px;
	border-bottom: 1px solid #336699;
	font-variant: small-caps;
	letter-spacing: 2px;
	/*font-family: Georgia, "Times New Roman", serif;*/
}

p
{
	line-height: 18px;
}

.img-text
{
	font-style: italic;
	text-align: center;
}

.red
{
	color: #C03;
	font-weight: bold;
}
