@charset "UTF-8";

h2#ArticleInformation {
 width: auto;
 padding: 2px 0.5em;
 color: white;
 background: #06acff url(../../titlegrad.png) repeat-y top left;
}

h2.menu {
 text-indent: 0;
 height: auto;
 border: 3px double #3f6;
 background: #8fd;
 text-align: center;
}

h2#menu {
 text-indent: -9999px;
 height: 0;
}

ul#menu {
 width: 400px;
 margin: 0 auto;
}

ul#menu li {
 list-style-type: none;
}

a img {
 border: none;
}

li#apartment {
 width: 320px;
 padding: 4px 0.5em;
 border: 2px solid #fda;
 background: #fec;
}

ol {
 text-align: left;
}

strong.Advantage {
 margin: 4px;
 padding: 0 4px;
 font-size: 200%;
 border: 3px double red;
 color: red;
 background: pink;
}

p.Advantage {
 line-height: 3em;
}

