/* =========================================================
Basic-Stylesheet Projectname: formspiel interim

Media: screen
Date: 24. Juli 2009
Author: Andreas M. Helge
Web: www.formspiel.de
========================================================== */

@media all {
/* ===== reset ===== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr,acronym {border:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q { quotes: "" "" "" ""; }
q:before,q:after {content:'';}
}
 
@media screen, projection {

/* ===== non-showable ===== */
a.accessible, #printHeader {display: none;}

/* ===== general ===== */
body {margin-top: 27px; font-family: Georgia, Times, "Times New Roman", serif; font-size: 12px; line-height: 18px; color: #666; /*background: #fff url(grid_1.gif);*/}
* html body {font-size:175%;}
h1 {font-size: 18px; font-weight: bold; margin-bottom: 9px; /*background-color: silver;*/}
h2 {font-weight: bold; margin-top: 18px;}
h3 {}
p {}

acronym {}
em {}

hr {}

a:link, a:visited {color:#333; text-decoration: none;}
a:hover, a:active {color:#004f92; text-decoration: underline;}

.left {float: left;}
.right {float: right;}
.clear {clear: both;}

table {margin: 10px 0;}
table, td, th {border: 1px solid #aaa9b0;}
tfoot tr td {font-size: 11px; font-style: italic;}
tbody td:hover {background-color: white;}
td, th {padding: 1px 5px;}
th {background-color: #f9fadb;}

ul {}
ul li {padding-left: 10px; background: url(images/li_bullet.gif) 0 6px no-repeat; }

fieldset {/* border: 1px solid silver; */ background-color: #f6f6f6; padding: 9px;}
legend {display: none;}

/* ===== layout ===== */
#wrapper {width: 560px; margin: 0px auto; background-color: #f6f6f6; padding: 9px 10px 10px;}

#header {}

/* ===== navigation ===== */
ul#mainNavi {}
ul#mainNavi li {}
ul#mainNavi li:hover {}

/* ===== content ===== */
dl.fsp-interim-references dt {}


}
