
/*
	CSS Document: css_style.css
	Version: 1.0 | Date: 2006-11-16
	Project: www.hotel-schachner.at
	Author: websLINE, 2006
	-------
*/

/* FORMATIERUNG */

body, a, td {
	font-family: Verdana, san-serif;
	font-size: 12px;
	color: #666455;
	}
input, textarea {
	font-family: Verdana, san-serif;
	font-size: 11px;
	}
h1 {
	font-size: 17px;
	margin: 0 0 30px 0;
	}
h2, .title {
	font-size: 13px;
	font-weight: bold;
	color: #A73B35;
	}
h3 {
	font-size: 13px;
	}
h4 {
	font-size: 13px;
	color: #579100;
	}



/* LINK FORMATIERUNG */

a {
	text-decoration: none;
	}
a:hover {
	font-weight: bold;
	}
	
#headlinks a, #breadcrumbs a, #breadcrumbs, #footer a, #footer, #websline {
	font-size: 10px;
	}
#headlinks a {
	color: #585754;
	text-transform: uppercase;
	text-decoration: none;
	background: url(img_arrow-grey.gif) no-repeat;
	padding: 12px 6px 0 0;
	margin: 0 0 0 6px;
	}
#headlinks a:hover {
	background: url(img_arrow-red.gif) no-repeat 0px 15px;
	padding: 12px 6px 0 12px;
	margin: 0 0 0 6px;
	color: #A73B35;
	}

#content a {
	text-decoration: underline;
	}
#breadcrumbs a, #breadcrumbs {
	color: #A73B35;
	}
	
#footer a, #footer, #websline {
	color: #918F8F;
	}    