/***********************************************/
/* style.css                                   */
/* http://www.kluenter.com	/                  */
/***********************************************/

body {
background-color: #DAE9D7;
text-align: center;
margin: 0 auto;
min-width: 16em;
max-width: 40em;
}

ul {
display: inline-block;
}

li {
list-style-image:url("arrow.png");
text-align: left;
}

.h1 {
font-size: 80px;
font-weight: bold;
}

.h2 {
font-size: 30px;
font-weight: bold;
}

img {
padding-right: 50px;
}

.clear {
clear:both;
}

a[href^="tel"]:link, a[href^="tel"]:visited, a[href^="tel"]:hover {
text-decoration: none;
color: #000;
}

@media (min-width: 32em)  {	/* zweispaltiges Layout für breitere Viewports */ 
.left {
float: left;
width: 20em;
}

.right {
margin-left: 10em;
}
}
/***********************************************/
/* Ende                                        */
/***********************************************/