/**
*	CSS Stylesheet for appel-ei-design
*/

/* MISC */
.nowrap
{
	white-space:		nowrap;
}

.mini, small
{
	font-size:			10px;
}

.error
{
	color:				#AA0000;
}

.ok
{
	color:				#00AA00;
}

.left
{
	float:				left;
	margin-left:		0px;
	margin-right:		5px;
	margin-bottom:		5px;
	margin-top:			5px;
}

.right
{
	float:				right;
	margin-right:		0px;
	margin-left:		5px;
	margin-bottom:		5px;
	margin-top:			5px;
}

div.spacer
{
	clear:				both;
}


img
{
	border:				0px;
}

div.img
{
	padding:			2px;
	font-size:			10px;
	background-color:	#915C12;
	color:				#FFFBF0;
	text-align:			center;
	font-family:		Arial;
}

img.icon
{
	border:				0px;
	width:				16px;
	height:				16px;
}

img.icon_l
{
	border:				0px;
	width:				16px;
	height:				16px;
	margin-left:		5px;
}

img.icon_r
{
	border:				0px;
	width:				16px;
	height:				16px;
	margin-right:		5px;
}

img.icon_margin
{
	width:				16px;
	height:				16px;
	margin:				3px;
}

object, embed
{
	margin:				0px;
	padding:			0px;
}

/* GENERAL PAGE LAYOUT */

html, table
{
	font-size:			15px;
	font-family:		times new roman, georgia, lucida, arial, helvetica, sans-serif;
	color:				#61514A;
	line-height:		1.5;
}

body
{
	background-color:	#FFFFFF;
	background-position:bottom right;
	background-repeat:	no-repeat;
	background-attachment:fixed;
	color:				#61514A;
	font-size:			15px;
	font-family:		times new roman, georgia, lucida, arial, helvetica, sans-serif;
	text-align: 		center;
	margin:				0px;
	padding:			0px;
}

#navi
{
	position:			absolute;
	top:				0px;
	left:				0px;
	background-position:bottom right;
	background-repeat:	no-repeat;
	background-image:	url(../img/navi.jpg);
	width:				400px;
	height:				490px;
}

#navi div.vermietung
{
	position:			absolute;
	top:				5px;
	left:				78px;
	width:				131px;
	height:				45px;
}

#navi div.empfehlung
{
	position:			absolute;
	top:				50px;
	left:				48px;
	width:				131px;
	height:				45px;
}


#navi div.anfahrt
{
	position:			absolute;
	top:				95px;
	left:				28px;
	width:				131px;
	height:				45px;
}

#navi div.impressum
{
	position:			absolute;
	top:				140px;
	left:				8px;
	width:				131px;
	height:				45px;
}

#content
{
	position:			absolute;
	top:				50px;
	left:				200px;
	padding-right:		200px;
	zv-index:			100;
	text-align:			left;
	font-weight:		bold;
}

/* TYPOGRAPHY */
a:link, a:visited, a:active
{
	color:				#61514A;
	text-decoration:	underline;
}

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


.initial
{
	font-size:			23px;
	font-style:			bold;
}


b, strong, table caption
{
	letter-spacing:		3px;
}

table tr th
{
	letter-spacing:		1px;
}

hr
{
	color:				#61514A;
	margin-bottom:		10px;
	margin-top:			40px;
}

small
{
	font-weight:		normal;
	font-size:			10px;
}

h1
{
	text-align:			center;
	font-style:			italic;
	font-size:			26px;
	font-weight:		bold;
	margin-bottom:		0px;
	margin-top:			0px;
}

h2
{
	text-align:			center;
	font-style:			italic;
	font-size:			18px;
	font-weight:		bold;
	margin-bottom:		80px;
	margin-top:			0px;
}

h3
{
	text-align:			left;
	font-size:			17px;
	font-weight:		bold;
	margin-bottom:		30px;
	margin-top:			20px;
	text-decoration:	underline;
}