@charset "utf-8";
/*  =========================================================
www.house-nanny.de
Datei: reset.css
Media: screen 

Autor: Dennis Laudenbach
Web:   http://www.daniz.de
========================================================== */


/* ===============================

   =1. ALLGEMEINE SELEKTOREN 

=============================== */
* {
	padding: 0;
	margin: 0;
}

/* Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
html { height: 100% }

html, body {
	border: 0;
}
 
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	color: #225e8f;
	background-color:#c8c8c8;	
}

/* ===============================
   =Block-Elemente 
=============================== */
h1,h2,h3,h4,h5,h6 { 
	margin: 0px;
	padding: 0px 0px 2px 0px;
	margin: 0px
}

h1 { font-size: 20px; margin-bottom: 10px;}
h2 { font-size: 16px; text-align: right;}
h3 { font-size: 12px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; } 

p { margin: 0 0 10px 0; line-height: 17px; }

img { 
	border: 1px solid #000; 
	padding: 3px;
	margin-bottom: 3px;
}

ul, ol { margin: 0 0 10px 10px }
li { margin-left: 15px; font-weight:bold;}

dl { margin: 0; padding: 0; }
dt { font-weight: bold; line-height: 0; margin: 0; padding: 0; }
dd { margin: 0 0 10px 20px; margin: 0; padding: 0; }

blockquote, cite { margin: 0 0 10px 15px; font-size: 10px; width: auto;}

/* ===============================
   =Inline-Elemente 
=============================== */
small {
	font-size: 9px;
}

strong, b 	{ font-weight: bold }
em, i 			{ font-style:italic }

pre, code  	{ font-family: monospace; font-size: 11px; }

acronym, abbr {
	letter-spacing: 7px;
	border-bottom: 1px dashed #c00;
	cursor: help;
}

hr { /* display: none; */ }

a 				{ color:#000; text-decoration: none; outline: none; }
a:visited 		{ text-decoration: none; }
a:hover			{ color:#000; text-decoration: underline; }
a:active 		{  }

/* ===============================
   =Clearfix After Floats 
=============================== */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}-
/* End hide from IE-mac */

/* ===============================
   =Forms 
=============================== */
form {
	display: inline;
}

input, select, textarea {
	font: 10px Helvetica, Arial, Verdana, sans-serif;
}

textarea {
	line-height: 12px;
}
 
label {
}

/* ===============================
   =Tables 
=============================== */

table {
	border:0;
	margin:0;
}
 
  table tr td,
	thead th {
		padding:5px 0;
		margin:0;
		vertical-align: top;
  }