@charset "utf-8";
/**
  * CSS-Document belonging to http://www.unserhausev.de
  * Written by Sascha w3ksel Schulz <s.schulz (at) weksel-online (dot) de> 
  */
body{
	margin: 2em 15%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.old{
	text-decoration: line-through;
}
.warning{
	font-weight: bold;
	color: #990000;
}
div{
	width: 50em;	
}
h1{
	font-size: 1.4em;
	margin-top: 1.5em;
}
h2{
	font-size: 1.2em;
	margin: 2em 0 1em;
}
p.author{
	text-align: right;
	font-style: oblique;
	font-size: 0.9em;
}
p.tail{
	text-align: center;
	margin-top: 2em;
	padding-top: 1em;
	border-top: 0.01em solid #ccc;
}

/**
  * List of menu items, fixed padding left 
  * to avoid overflow of anchors and background image
  */
ul.menu {
	list-style-type: none;
	padding: 2.5em 0 0.2em 425px;
	margin: 0 0 1.5em -1.5em;
	background: #fff url(../img/zeichnung-unser-haus.jpg) no-repeat left center;
	min-height: 240px;
	color: #2b3a88;
}
*ul.menu{
	height: 268px;
}
ul.menu li{
	color: #ccc;
}
ul.menu li:first-child{
	border-bottom: 0.01em solid #ccc;
	padding-left: 0;
	background: none;
	margin-bottom: 0.2em;
}

ul.menu a{
	display: block;
	padding: 0.1em 0 0.1em 1em;
	background: #fff url(../img/list-image.gif) no-repeat 0.25em 0.7em;
}

div div{
	padding: 0 2em;
	margin: 2em 0;
	border: 0.1em solid #ccc;
	margin: 0.75em 0;
	width: auto;
}
div div ul{
	width: auto;
	list-style-type: disc;
	border: none;
	text-align: left;
	padding: 0 2em;
}
div div ul li{
	color: #000;
	display: block;
}
a{
	color: #2b3a88;
	text-decoration: none;
	outline: none;
}
a:hover{
	color: #a81d32;
	text-decoration: underline;
}
