/*
Omschrijving: algemene stijlregels
Naam: styles.css
Versie: 1.1
*/

html, body {
	height: 100%;
}

body {
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: url(../images/teleblik_back.jpg) repeat-x 0 0;
	}

* html div#wrap-1, 
* html div#wrap-2 { /* rule applies to IE4-6 */
	height: 100%;
}

a
{
	color:  white ;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

div#wrap-1 {
	min-height: 100%;
	width: 776px;
	position: relative; 
	padding-left:  100px;
}

#header
{
	padding-top: 8px ;
	padding-bottom: 15px;
	
}
#content {
	width: 670px;
	float: left;
	padding: 15px;
	color: white;
	background: #005aa8;
}

#footer {
	width: 670px;
	float: left;
	margin-top: 15px;
	padding: 2px;
	padding-left: 15px;
	padding-right: 15px;
	color: white;
	background: #005aa8;
	vertical-align: middle ;
}

#footer p
{
	padding-top: 8px;
}

h1
{
	font-size: 18px;
	margin:  0 ;
	margin-bottom: 1em;
}

h2
{
	font-size: 14px;
	color:  #2ea1e5;
	margin:  0 ;
}

p
{
	 margin: 0;
	 margin-bottom: 1em;
}


