
/*
	CSS Document: css_style.css
	Version: 1.0 | Date: 2007-02-02
	Project: www.hotel-hechten.com
	Author: websLINE, 2007
	-------
*/

/* FORMATIERUNG */

body, a, td, input, select, textarea {
	font-family: Verdana, san-serif;
	}
body, a, td {
	font-size: 12px;
	color: #585754;
	}
h1 {
	font-size: 14px;
	color: #64001C;
	margin: 0 0 -13px 0; padding: 0 0 8px 0;
	}
h2 {
	font-size: 13px;
	color: #060502;
	margin: 0 0 10px 0; padding: 0 0 3px 0;
	}
#site #content h2 {
	margin: 0 0 40px 0;
	}
h3 {
	font-size: 13px;
	color: #64001C;
	}
h4 {
	font-size: 13px;
	}
h5 {
	font-size: 12px;
	}
h6 {
	font-size: 11px;
	}

#footer * {
	color: #fff;
	}
#main-left * {
	font-size: 11px;
	}
#inquirymask *, #inquirymask-start * {
	font-size: 10px;
	}

#content img {
	display: inline;
	}



/* LINK FORMATIERUNG */

#headlinks a, #footerlinks a, #breadcrumbs a, #content-functions a, #footer a, #breadcrumbs, #content-functions, #footer, #websline, #teaser-start a {
	font-size: 10px;
	}
#headlinks a, #footerlinks a {
	text-transform: uppercase;
	margin: 0 3px;
	}
#headlinks a, #websline, #teaser-start a {
	text-decoration: none;
	}
#headlinks a:hover, #footerlinks a:hover {
	font-weight: bold;
	}
#teaser-start a:hover {
	text-decoration: underline;
	}


/* SUBNAVIGATION */

#teaser-list a.active {
	font-weight: bold;
	}
#teaser-list a.active li a {
	padding: 0 0 0 15px;
	border: 1px dashed orange;
	}  