/*
	CSS Document: css_style.css
	Version: 1.0 | Date: 2006-08-17
	Project: www.vita-alpina.de
	Author: websLINE, 2006
	-------
*/

/* FORMATIERUNG */

* {
	font-family: Verdana, san-serif;
	color: #707070;
	}
body {
	font-size: 11px;
	}

h1 {
	font-size: 14px;
	padding-bottom: 5px;
	}

h2 {
	font-size: 12px;
	}
h3 {
	font-size: 11px;
	}
h5 {	
	font-size: 9px;
	font-weight: normal;
	}

#site #footer, #site #breadcrumbs {
	font-size: 10px;
	}
#websline b {
	color: #ECF1F7;
	font-weight: bold;
	}


/* LINK's  */

#site #footer a, #site #breadcrumbs a {
	font-size: 10px;
	text-decoration: none;
	}
#site #footer a:hover, #site #breadcrumbs a:hover {
	text-decoration: underline;
	}
div.headlinks a:hover {
	text-decoration: none;
	}
#site #websline a {
	text-decoration: none;
	color: #ECF1F7;
	}
#site #websline a:hover {
	text-decoration: underline;
	}