/* style sheets for www.kjg-feudenheim.de */

/* reset the default styles */
* { margin:0px; padding:0px; }

/* common styles */
body { background-color:#FFFFFF; margin-bottom:5px; background-repeat:no-repeat;
       background-image:url(../img/background/background.jpg); }

/* standard links */
a:link { text-decoration:none; color:#000000; }
a:visited { text-decoration:none; color:#000000; }
a:active { text-decoration:none; color:#000000; }
a:hover { text-decoration:underline; color:#000000; }

/* menu styles */
div.menu_bar { clear:both; margin-left:350px; font-family:Calibri; font-size:20px; }
div.menu_bar span.spacer { padding-left:8px; padding-right:8px; color:#008000; }
div.menu_bar a { color:#008000; }
div.left_bar { float:left; margin:300px 0px 0px 20px; }
p.left_menu { font-family:Calibri; font-size:20px; }
p.left_menu a { color:#008000; }
p.supersamstag { color:#1F497D; font-family:Calibri; font-size:14px; font-weight:bold; margin-top:15px; }
div.supersamstag { background-image:url(../img/background/paper.png); height:200px; }

/* content styles */
div.content_box { margin:20px 20px 20px 230px; background-color:#FFFFFF; }
div.outer_content { border:1px solid; border-color:#1F497D; padding:2px; }
div.content { border:2px solid; border-color:#1F497D; font-family:Arial; font-size:12px;
              padding:15px; min-height:400px; }
div.content p { padding-bottom:10px; }

/* footer styles */
div.footer { font-family:Calibri; font-size:12px; margin-top:10px; }
div.footer p { color:#008000; }
div.footer p.links { float:right; }
div.footer a { color:#008000; }
div.footer span.spacer { padding-left:4px; padding-right:4px; }

/* styles for the content pages */
div.content { font-family:Arial; }
h1.page { font-weight:bold; font-size:24px; margin-bottom:10px; letter-spacing:1px; }
h2.text { font-weight:bold; font-size:16px; padding-bottom:2px; padding-top:14px; }
p.text { margin-bottom:6px; font-size:10pt; line-height:1.3em; }
img.image_right { float:right; margin-left:20px; }
img.image_left { float:left; margin-right:20px; }
ul.ul { margin-left:20px; margin-bottom:6px; }
li.li { font-size:10pt; padding-bottom:2px; }

