/*
	CSS Document: css_style.css
	Version: 1.0 | Date: 2006-07-03
	Project: www.panoramarestaurant.at
	Author: websLINE, 2006
	-------
*/

/* FORMATIERUNG */

body, body a {
	font-family: Verdana, san-serif;
	font-size: 11px;
	color: #5A5A5A;
	}

h1, h2, h3, h4, h5, h6 {
	color: #8F1821;
	}
h1 {
	font-size: 18px;
	}
h2 {
	font-size: 16px;
	}
h3 {
	font-size: 14px;
	}
h4 {
	font-size: 13px;
	}
h4 {
	font-size: 12px;
	}
h5 {
	font-size: 11px;
	}
h6 {	
	font-size: 11px;
	color: #999;
	}


/* LINK FORMATIERUNG */

a:hover {
	font-weight: bold;
	}

#close a {
	text-decoration: none
	}

#breadcrumbs a {
	color: #AFB0B1;
	text-decoration: none;
	}

#footer a {
	text-decoration: none;
	color: #fff;
	}

a#websline {
	font-size: 10px;
	color: #B2B7BF;
	text-decoration: none;
	}
a#websline:hover {
	text-decoration: underline;
	}  