/* Layout */

* {padding: 0; margin: 0}
body {font-family: 100.1% Arial,Verdana, Helvetica, sans-serif; background: #730033;}

p {margin-bottom: 25px;}
.justify {margin-bottom: 25px; text-align: justify;}
a {color:#730033; text-decoration: underline;}
a:hover {color:#730033; text-decoration: underline;}

#wrapper {width: 959px; margin: 0 auto; font-family: Arial sans-serif;}
#container {background: url(images/site_bg.png) repeat-y 0 0; width: 959px;}

#logo {padding-left: 70px; padding-top: 20px;}
#logo a{background: url(images/bellgart-taucha-logo.png) no-repeat 0 0; display: block; width: 295px; height: 109px; border: 0;}

#menu {float: right; width: 214px}

#menu ul {list-style: none; margin-top: 130px;}
#menu a {background:url(images/btn.png) no-repeat 0 0; width: 188px; height: 50px; display: block; padding-left: 15px; padding-top:10px; text-decoration: none; color: #f3dee7; font-size: 21px; }

#menu a.active{background: url(images/btn_hover.png) no-repeat 0 0; width: 188px; height: 62px; display: block; padding-left: 15px; padding-top:29px; text-decoration: none; color: #000; font-size: 21px;}

#content {margin-left: 80px; width: 630px;}
#content table {margin-bottom: 20px;}
#content .pink {background: #730033; color: #fff}
#content .grey {background: #ddd;}
#content td {padding: 5px;}
#content ul {margin-bottom: 10px; list-style: none;}
#content ul li {padding-bottom: 4px; background: url(images/li_bg.gif) 0 5px repeat-y; padding-left: 17px;}

#footer {background: url(images/footer.png) no-repeat 0 0;color: #be8792; width: 765px; height: 72px; display: block; font-size: .8em; padding: 42px 0 0 45px;}

#footer a {text-decoration: none;color: #be8792;}
.footl {float: right; padding-right: 75px;}

h1 {font-size: 1.1em; margin-bottom: 10px;}

.alignright {margin-left: 30px; float: right;}

#content ul {margin-left: 30px;}
