@charset "UTF-8";
/*  body und schrift definitionen */


html {
	padding:0px;
	margin:0px;
	font-family: Helvetica, sans-serif, arial;
	font-size: 10px;
	line-height: 11px;
}

h1 { font-size : 1.8em; }
body {
	background-color: #333;
	margin-top: 0px;
	margin-left: 0px;
	background-attachment: fixed;
	background-image: url(../img/bg/gradient1px.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
h3 { font-size : 1.3em; }
a:link {
	color: #000;
}
a:visited {
	color: #333;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #CCC;
}
h2 {
	font-size: 12px;
}
h5 {
	font-size: 35px;
}
h1,h2,h3,h4,h6 {
	font-family: Helvetica, sans-serif, arial;
	letter-spacing: 1px;
	font-size: 12px;
}

