* {
  margin:0;
  padding:0;
}

html,body                   {
                              background-image: url(/static/awg/bg_page.jpg);
                              background-position:top left;
                              background-repeat:repeat-x;
                              background-color:#568DB3;
                              width:100%;
                              font-family:arial,verdana,trebuchet ms;
                              color:#333;
                              font-size:12pt;
                            }
/* html                        { overflow-y:scroll; } */

a:focus                     { outline:none; }
a                           { color:#316793; }
a:link                      { text-decoration:none; }
a:visited                   { text-decoration:none; }
a:active                    { text-decoration:none; }
a:hover                     { color:#316793; text-decoration:none; }

#wrap                       { margin:0 auto; width:1000px;

                            }

#head                       {
                              height:113px;
                            }
#head_right                 {
                              float:right;
                              width: 260px;
                            }
#logo                       {
                              float:left;
                              padding-top:14px;
                              padding-left:11px;
                            }
#search                     {
                              float:right;
                              margin-top:33px;
                              width:232px; height:36px;
                              background-image: url(/static/awg/bg_search.png);
                              background-position:top left;
                              background-repeat:no-repeat;
                            }
#search input               { 
                              width:190px;
                              font-family:arial;
                              font-size:12pt;
                              color:#939393;
                              margin-top:8px;
                              margin-left:9px;
                              border:none;
                              float:left;
                            }
#search_button              { float:left;
                              width:21px; height:22px;
                              margin-top:6px;
                              margin-left:1px;
                              display:block;
                            }                            

#nav                       {
                              background-image: url(/static/awg/bg_navi.png);
                              background-position:top left;
                              background-repeat:no-repeat;
                              height:30px;
                            }

#nav a                      { color:#fff; }
#nav a:link                 { text-decoration:none; }
#nav a:visited              { text-decoration:none; }
#nav a:active               { text-decoration:none; }
#nav a:hover                { color:#fff; text-decoration:none; }

#nav ul                     { padding-left:4px; list-style:none; }
#nav li                     { height:30px; float:left;
                              padding-top:4px; padding-right:5px;
                              background-image: url(/static/awg/navi_separator.png);
                              background-position:right top;
                              background-repeat:no-repeat;
}

#impress                    { float:right; padding-top:7px; font-size:10pt; }
.navpoint                   { padding-right:17px; padding-left:14px; }

#inhaltstart                { 
                              background-position:left top;
                              background-repeat:no-repeat;
                            }
#startplaceholder           { height:380px; width:1000px; background-image:url(/static/awg/startbild-layer-top.png); background-repeat:repeat-x; background-position:left top; }

#boxen                      { z-index:5; background-image:url(/static/awg/startbild-layer-bottom.png); background-repeat:repeat-x; background-position:left top; }
#boxen img                  { 
                              border-width:1px;
                              border-style:solid;
                              border-color:#565656;
                            }
.boxlire_title              { width:263px; height:30px;
                              background-image: url(/static/awg/box_head_tiny.png);
                              background-position:left top;
                              background-repeat:no-repeat;
                              text-align:center;
                              color:#fff;
                              padding-top:8px;
                            }
.boxlire_inhalt             { margin-left:7px; width:223px;
                              background-color:#C5C6C5;
                              background-image: url(/static/awg/bg_boxen.jpg);
                              background-position:top left;
                              background-repeat:repeat-x;
                              border-width:1px;
                              border-style:solid;
                              border-color:#1B3892;
                              border-top:none;
                              padding:3px 12px 12px 12px;
                              min-height: 186px;
                            }
.boxmi_title                { width:376px; height:30px;
                              background-image: url(/static/awg/box_head_big.png);
                              background-position:left top;
                              background-repeat:no-repeat;
                              text-align:center;
                              color:#fff;
                              padding-top:8px;
                            }
.boxmi_inhalt               { margin-left:7px; width:336px;
                              background-color:#C5C6C5;
                              background-image: url(/static/awg/bg_boxen.jpg);
                              background-position:top left;
                              background-repeat:repeat-x;
                              border-width:1px;
                              border-style:solid;
                              border-color:#1B3892;
                              border-top:none;
                              padding:3px 12px 12px 12px;
                              min-height: 186px;
                            }                            
                            
.boxli                      { float:left; }
.boxmi                      { float:left; padding-left:47px; }
.boxre                      { float:right; }
.boxen_text                 { padding-top:12px; font-size:10pt; text-align:center; }

#designbody                 { background:none; font-size:9pt; }
#designbody p               { padding-bottom:17px; }
#designbody ul              { padding-left:17px; }
