/*
	CSS Document: css_style.css
	Version: 1.0 | Date: 2006-03-29
	Project: www.hotel-st-oswald.at
	Author: websLINE, 2006
	-------
	Last Updates: 
	1.1 - 2006-07-05 by emil
*/

/* FORMATIERUNG */

p, h1, h2, h3, h4, h5, h6, div, td, input, select, textarea, a, li {
	font-family: Verdana, san-serif;
	font-size: 12px;
	color: #300;
	}
p, h1, h2, h3, h4, h5, h6 {
	margin: 15px 0px;
	}
h1 {
	margin-top: 30px;
	font-size: 14px;
	color: #BE1525;
	padding-bottom: 8px;
	}
h2 {
	font-size: 13px;
	}
h3 {
	font-size: 12px;
	}

#site td p {
	margin: 0;
	padding: 0;
	}

#listbox p {
	font-size: 11px;
	}
#footer {
	font-size: 11px;
	font-family: Arial, san-serif;
	}




/* LINK FORMATIERUNG */

a {
	text-decoration: none;
	}
a:hover {
	font-weight: bold;
	}
#content a, #content-breit a {
	text-decoration: underline;
	}
#shortnav a {
	text-decoration: none;
	}

#footer a {
	text-decoration: underline;
	}
#footer a:hover {
	font-weight: normal;
	text-decoration: none;
	}
#footer a {
	font-size: 11px;
	font-family: Arial, san-serif;
	}
#websline {
	color: #ccc;
	font-size: 9px;
	}    