/*
* file: basic.css 
* version: 1.0 09/2011
* desc: html - basics
* author: Sylke Renger | sylke@pocolico.de 
* pocolico multimedia berlin | www.pocolico.de
*
*/
/*
bggrey: #919191
red:	#B81542
*/

*, html, body, span, div,
h1, h2, h3, h4, h5, h6, p,
em, img, strong,
ol, ul, li,
table, tr, th, td,
form {
	padding: 0;
  	margin:0;
	border: 0;
	outline: 0;
  	font-size: 100%;
	color: #FFF;
}

input, button{
  overflow: visible;
}
html {
  overflow: auto;
  margin: 0 auto; /*layout zentrieren*/

}
html, body {
  height: 100%;
  min-height: 100%;
  background-color:#919191;

}
body {
	font-family: "Courier New", "Times", serif;
	font-size: 1.1em;
	/*letter-spacing:0.1em
	font-weight: normal;
	line-height: 1.2;*/
	
	
}
p {
	margin-bottom: 6px;

}

a {
  text-decoration: none;
  color: #B81542;
}
a:hover {
  text-decoration: underline;
  color: #FFF;
}

h2{
	font-size: 1.1em;
	color: #333;
	font-variant:small-caps;
	padding-bottom: 10px;
}

h3{
	font-size: 1.0em;
	padding-bottom: 6px;
	padding-top: 6px;
	color: #B81542;
}


