/*
	Bildschirm-CSS
	Appenzeller Medienhaus - www.appenzellermedienhaus.ch
	
	Internet Tagblatt Medien - www.tagblattmedien.ch
	Oliver Andermatt
*/

/* GLOBAL
*******************************************************************************************************/
html, body, div, h1, p, a, ul {
	font: 10px verdana, arial, helvetica, sans-serif;
	text-align: left;
	color: #969597;
	background: #fff;
	margin: 0;
	padding: 0;
	border: 0;
}
img {
	border: 0;
}
a {
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover, a:active {
	color: #9a141b;
}
/* LAYOUT
*******************************************************************************************************/
body {
	text-align: center; /* zentriert die gesamte Site unter Microsoft Internet Explorer 6 für Windows */
}
#rahmen {
	width: 756px;
	margin: 78px auto 0 auto; /* zentriert die gesamte Site */
}
#fuss-links {
	float: left;
	margin: 29px 0 0 0;
}
#fuss-rechts {
	float: right;
	width: 209px;
	margin: 26px 0 0 0;
}
/* INHALT
*******************************************************************************************************/
h1 {
	font-weight: bold;
	color: #9a141b;
}
ul {
	list-style: none;
}
