/* KaJo Plastic - Layout // 2005 nanographics.de */

body {
margin: 0px;
padding: 0px;
text-align:center;
font-family: Geneva, Arial, Helvetica, sans-serif;
background-image:url(../_img/bg_lines.gif);
background-repeat:repeat;

}

a {
color: #e52525;
text-decoration: none;
}

a:hover {
color: #e52525;
text-decoration: underline;
}

h1 {
padding: 0;
margin: 0px 0px 14px 0px;
font-family:"Times New Roman", Times, serif;
font-size: 20px;
color: #e52525;
}

h2 {
padding: 0;
margin: 0px 0px 0px 0px;
font-size: 12px;
color: #e52525;
}

h3 {
padding: 0;
margin: 0px 0px 0px 0px;
font-size: 12px;
color: #e52525;
}

h4 {
padding: 0;
margin: 0px 0px 0px 0px;
font-size: 12px;
color: #e52525;
}

h5 {
padding: 0;
margin: 0px 0px 0px 0px;
font-size: 12px;
color: #e52525;
}

h6 {
padding: 0;
margin: 0px 0px 0px 0px;
font-size: 12px;
color: #e52525;
}

ul {
margin: 0px 0px 4px 0px;
list-style-position:inside;
list-style-type:square;
}

#wrap {
margin: auto;
width: 960px;
height: 590px;
border: 1px solid #000000;
}

#nav {
width: 960px;
height: 20px;
background-color: #ffffff;
text-align: right;
}

#navXtra {
width:960px;
padding-top:20px;
height:40px;
text-align:right;
}

#head {
width: 960px;
height: 140px;
background-image:url(../_img/lg.gif);
background-repeat:no-repeat;
text-align: left;
}

#content {
width: 960px;
height: 380px;
background-image:url(../_img/bg_content.gif);
background-repeat: no-repeat;
text-align: left;
font-size: 12px;
line-height: 1.5em;
}

#spcleft {
float: left;
width: 50px;
height: 335px;
margin-top: 20px;
margin-bottom: -20px;
}

#left {
float: left;
width: 400px;
height: 230px;
margin-top: 20px;
margin-bottom: -20px;
}

#spcright {
float: left;
width: 50px;
height: 230px;
margin-top: 20px;
margin-bottom: -20px;

}
#right {
margin-top: 20px;
margin-bottom: -20px;
float: left;
width: 400px;
height: 230px; /*335*/
}

/*boerse*/
#full {
float:left;
width:850px;
height:335px;
margin-top:20px;
margin-bottom:-20px;
}

.boerse{
border:1px solid #dddddd;
margin:0;
padding:0;
width:850px;
background-color:#dddddd;
}

.boerseSingle{
border:1px solid #dddddd;
margin:0;
padding:0;
width:850px;
}

.rex{
background-color:#dddddd;
background-image:url(/_img/datatable.jpg);
background-repeat:repeat-x;
color:#666666;
}

th{border-bottom:1px solid #dddddd;
text-align:left;}

.bright{border-right:1px solid #dddddd;}

.odd{background-color:#ffffff;}
.odd:hover, .oddhover{background-color:#dddddd;color:#000000;}
.even{background-color:#eeeeee;}
.even:hover, .evenhover{background-color:#dddddd;color:#000000;}

/*ie hover*/
 .odd {
background-color: expression(
this.onmouseover = new Function("this.className += ' oddhover';"),
this.onmouseout = new Function("this.className = this.className.replace('oddhover', '');")
);
}
 .even {
background-color: expression(
this.onmouseover = new Function("this.className += ' evenhover';"),
this.onmouseout = new Function("this.className = this.className.replace('evenhover', '');")
);
}


#spc {
width: 960px;
height: 35px;
background-color: #ffffff;
}

#foot {
width: 960px;
height: 15px;
background-color:#cc3433;
color: #ffffff;
font-size: 11px;
}

#foot a {
color: #ffffff;
text-decoration: none;
}

#foot a:hover {
color: #f7f7f7;
text-decoration: underline;
}

/* sitemap */

.smap a {
border: 1px solid #666666;
padding: 0px 6px 0px 6px;
line-height: 2em;
background-color: #f9f9f9;
color:#333333;
font-size:11px;

text-decoration:none;
}

.smap a:hover {
border: 1px solid #000000;
padding: 0px 6px 0px 6px;
line-height: 2em;
background-color: #e52525;
color:#FFFFFF;
font-size:11px;

text-decoration:none;
}


