/*
	*** Illustratoren Organisation Berlin ***
	Styles for www.illustratorenberlin.de
	(c) Mareike Hybsier - http://www.die-programmiererin.de
*/


/* Colors: light blue #9cb7d4, light brown #E3AA36, dark brown #9A4A12 */

body { width: 336px; margin: 0; padding-left: 8px; background-color: white; font-family: Arial, Helvetica, Verdana, sans-serif; color: #E3AA36; text-align: left; font-size: 14px; font-weight: bold; }
h1 { margin: 20px 0px 25px 0px; font-size: 60px; }
h2, span.h1_small { font-size: 18px; color: #9a4a23; }
p { text-align: justify; }
p.no_top_margin { margin-top: -14px; }
p.bottom_margin { margin-bottom: 28px; }
a { color: #E3AA36; text-decoration: none; }
a:hover { color: #9A4A12; }
a.active { color: #9cb7d4; font-size: 16px; }
ul { margin-bottom: 40px; }
li { list-style: none; margin-left: 60px; }
li.active { color: #9A4A12; }
div#link_to_top { width: 100%; text-align: center; }
form { width: 100%; text-align: center; }
form input.button { color: #9CB7D4; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 16px; font-weight: bold; border: 0px solid white; background-color: white; cursor: pointer; }