html { margin: 0; padding: 0; overflow: scroll; }

body  { margin: 0; padding: 0; background-color: #fff; color: #888; margin-left: 5px; margin-right: 5px; font-family: Arial; font-size: 14px; }

a img { border: none; }

a { color: #2020f8; text-decoration: none;  }

a:hover { text-decoration: underline; color: red; }

#menu {  height: 35px; background-repeat: no-repeat; margin-top: 15px; margin-left: 5px; }

#menu_entrys { margin-top: 15px; float: left; width: 200px; }
#langs { margin-top: 15px; float: right; width: 100px; text-align: right; }

#strip {  height: 1px; background-color: #ff1313; overflow: hidden; }
#content { height: 50%; width: 800px; margin-left: auto; margin-right: auto; margin-top: 20px; margin-bottom: 20px; }
#footer { text-align: center; }

ul {  }
li { margin: 10px; }

.error { text-align: center; color: #f00; font-size: 16px; font-weight: bold; }

/* formularz kontaktowy */

#contact_form input { width: 400px; border: solid thin #666; background-color: #eee; color: #666; }

#contact_form dt { margin-left: 30px; margin-bottom: 5px }

#contact_form dd { margin-bottom: 20px; }

#contact_form ul.errors { list-style: none; color: #f00; margin: 0px; display: inline; }
#contact_form ul.errors li { margin: 0px;  display: inline; }


#contact_form #message { width: 400px; height: 100px; border: solid thin #666;  background-color: #eee; color: #666;}

#contact_form #submit_form { width: 50px; }