﻿body 
	{
	background-color: #666666;
	background: #FFFFFF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:black;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
body.prog 
	{
	background-color: #FFFFFF;
	background: #FCFCD8;
	background-image: url('images/html.jpg'); 
	background-repeat:no-repeat;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:black;
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 20px;
}

/* Tabelle für Klingelbrett */
table {
	border-spacing: 0;
	border-collapse: collapse;
}
table.klingel 
	{
	width: 220px;
	margin-top: 30px;
	margin-left: 40px;
}
table.klingel tr 
	{
	padding: 0px;
	vertical-align: top;
}
table.klingel td 
	{
  padding: 0px; 
  overflow: hidden; 
  text-align: left;
  vertical-align: top;
  height: 60px;
	}
table.klingel td.topdown 
	{
	background: url("images/klio.png");
	padding: 0px;
	overflow: hidden;
	TEXT-ALIGN: left;
	LINE-HEIGHT: 8px;
	font-size: 8px;
	VERTICAL-ALIGN: top;
	HEIGHT: 10px;
}

table.klingel a
	{
	background-image: url("images/kling.jpg");
	background: #cccccc url("images/klio.png");
	border: 0px;
	text-decoration: none;
	display: block;
	margin: 0px;
	width: 185px;
	height: 50px;
	padding: 10px 10px 0px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	line-height: 18px;
}

table.klingel a:link
	{
	color : #333333;
	cursor: pointer;
	background-image: url("images/kling.jpg");

	}
table.klingel a:visited
	{
	color : #333333;
	cursor: pointer;
	background-image: url("images/kling.jpg");
	}
table.klingel a:hover
	{
	color : #333333;
	cursor: pointer;
	background-image: url("images/kling_hov.jpg");
	}
table.klingel a:active
	{
	color : #333333;
	cursor: pointer;
	background-image: url("images/kling_act.jpg");
	}
td.Dachkante {
	height: 27px;
	background-image: url("images/Kante.jpg");
}
td.himmel {
	background-color: #0C4596;
	background-repeat: repeat-x;
	background: #68A7DE url("images/Himmel.jpg") no-repeat;
	height: 80px;
}
td.ziegel {
	background-image: url('images/ziegel.gif');
	height: 497px;
}
table.haus {
	width: 100%
}
td.haus_oben {
	height: 50px;
}
td.haus_rechts {
	width: 350px;
	vertical-align: top;
	height: 522px;
	padding-left: 20px;
	padding-right: 20px;
}
img.fenster {
	width: 240px;
	height: 293px;
	margin-top: 0px;
	vertical-align: top;
	text-align: center;
}
td.hauseingang {
	width: 400px;
	height: 522px;
	vertical-align: bottom;
	min-width: 350px;
	text-align: center;
}
td.haus_mitte {
	height: 50px;
	width: 350px;
	vertical-align: bottom;
}
td.haus_Menue {
	width: 300px;
	vertical-align: top;
	height: 522px;
	min-width: 300px;
	text-align: center;
}
td.baum {
	border-left: thick solid #808080;
	background: #68A7DE url('images/Baum.jpg') no-repeat;
	height: 600px;
	text-align: left;
	vertical-align: bottom;
	width: 30%;
}
