/* =========================================================
Das Kinderzimmer
Datei: kinderzimmer.css
Media: screen

Datum: 2. september 2006
Autor: Andreas M. Helge
Web: www.formspiel.de

Aufbau:
1. Allgemeines
2. Allgemeine Selektoren
3. alternativer Inhalt / Impressum
========================================================== */

/* ===============================
   1. Allgemeines
=============================== */

html, body {
	margin:0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#000;
}

#wrapper {
  position: absolute; 
  top: 50%;  
  left: 50%; 
  width: 804px; /*Inhalts Breite*/
  height: 612px; /*Inhalts Höhe*/
  margin-top: -310px; /*Höhe /2*/
  margin-left: -402px; /*Breite /2*/
}

#contact { padding-left: 204px;}

/* ===============================
   2. Allgemeine Selektoren
=============================== */

h1 {
	font-size:12px;
	text-align:left;
}
h2 {
	font-size:10px;
	text-align:left;
	margin:10px 0px 5px 0px;
}
p {
	text-align:left;
	margin:0px 0px 5px 0px;
}

a:link {
	color:#000;	
}
a:hover {color:#666;}

a:visited {
	color:#666;
	text-decoration:none;	
}

/* ===============================
   3. alternativer Inhalt / Impressum
=============================== */

#alternateContent, #impressum {
	background:url(bgr_logo.png) no-repeat;
	padding:125px 204px 0px 205px;
	height:487px;
}

.impressumLink:link {color:#ccc; text-decoration:none;}

.impressumLink:hover {color:#666;}

.impressumLink:visited {color:#ccc;	text-decoration:none;	
}


.vcard, .fn, .org, .adr, .street-address, .locality, .postal-code, .tel { display:none;}