/* CSS DOCUMENT

   @title         | spectral.tv - film + fernsehproduktion
                  | Interetpräsentation

   @author        | Tobias Scholz
                  | http://www.tobsen.com

   @created       | 09.08.2009
                  | mail@tobsen.com

/* --- BASICS ------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	border: 0;
	color: #a0a0a0;
}



html, body {
	height:	100%;
}

body {
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background: #222 url(../images/bg_sptv.jpg) /*fixed; */ top left no-repeat;
}



h1, h2 {
	display: none;
}

h3 {
	font-size: 1.25em;
	font-weight: 300;
}

h4 {
	margin: 0 0 0.5em 0;
	font-size: 1em;
	font-weight: 300;
}

h5, h6 {
}



p {
	margin: 0 0 1em 0;
	font-size: 0.625em;
	letter-spacing: 0.03em;
	line-height: 1.375em;
}



a {
	font-weight: bold;
}

a:link, a:active, a.active {
	text-decoration: none;
}

a:focus, a:hover, a.hover {
	text-decoration: underline;
}



img {
	margin: 0;
	padding: 0;
	border: 0;
}



object,
embed {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}



ul, ol {
}

li {
}


hr {
	display: none;
}

/* - END --- */