/* HTML & BODY */
html, body {height:100%}
body {
padding:0;
margin:0;
height: 100%;
min-height: 100%;
}

#SDHlayer
{
padding: 0px;
margin: 0px auto;
height: 100%;
min-height: 100%;
width: 100%;
background-color: #FFF;
}

* html #SDHlayer
{
height: 100%;
min-height: 100%;
}

html>body #SDHlayer{height:100%;} /*for mozilla as IE treats height as min-height anyway*/

/* CLASSES */

#contentlayer
{
padding: 0px;
margin: 0px auto;
height: 100%;
min-height: 100%;
width: 100%;
background-color: #FFF;
}

/* DIV */

div.header
{
background-color: #E5E5E5;
border-bottom: 1px solid #000;
}

div.menu
{
padding: 0px;
margin: 0px;
height: 20px;
background-color: #BDBDBD;
border-top: 1px solid #FFF;
border-bottom: 1px solid #D5DCE2;
background-image: url(../bilder/line.jpg);
}

div.receiveemail
{
font-family: tahoma, arial, times, sans-serif;
color: #000;
font-size: 12px;
padding-left: 7px;
}

div.pagination
{
color: #000;
}

div.frame
{
background-color: #F1F1F1;
padding: 8px;
border: 1px dotted #D5DCE2;
}


/* TABLE */

table.siteStats
{

}

table.latestupdates
{
background-image: url(../bilder/gradient_bg.jpg);
font-family: verdana, tahoma, arial, times, sans-serif;
font-size: 11px;
font-weight: bold;
color: #000;
border: 1px solid #D5DCE2;
}

table.news
{
font-family: verdana, tahoma, arial, times, sans-serif;
font-size: 11px;
color: #000;
border: 1px solid #D5DCE2;
background-color: #F1F1F1;
}

table.downloads
{
background-color: #D5DCE2;
}

table.search
{
border: 1px solid #D5DCE2;
}

table.lazarus
{
border: 1px solid #D5DCE2;
}


/* TD */

td.leftColumn
{
margin: 0px;
vertical-align: top;
width: 142px;
border-right: 1px solid #D5DCE2;
background-color: #F1F1F1;
padding-top: 35px;
}

td.centerColumn
{
margin: 0px;
vertical-align:top;
background-color: #FFF;
padding-top: 35px;
padding-left: 15px;
padding-right: 15px;
font-family: verdana, tahoma, arial, times, sans-serif;
font-size: 11px;
color: #000;
width: auto;
}

td.rightColumn
{
margin: 0px;
width: 142px;
vertical-align: top;
border-left: 1px solid #D5DCE2;
background-color: #F1F1F1;
padding-top: 5px;
padding-left: 3px;
font-family: verdana, tahoma, arial, times, sans-serif;
font-size: 11px;
color: #000;
}

td.bottomFooter
{
background-color: #BDBDBD;
background-image: url(../bilder/line_bottom.jpg);
}

td.SiteStatsMiddle
{
font-family: tahoma, verdana, times, arial, sans-serif;
color: #000000;
background-color: #BDBDBD;
font-size: 12px;
font-weight: bold;
text-align: center;
height: 19px;
padding-top: 2px;
}

td.SiteStatsContent
{
background-color: #F1F1F1;
font-family: tahoma, verdana, times, arial, sans-serif;
font-size: 12px;
padding-top:5px;
}

td.SiteStatsBottom
{
margin: 0px;
border-bottom: 1px solid #BDBDBD;
}

td.group
{
padding-top: 3px;
}

td.downloadsheader
{
font-size: 12px;
font-weight: bold;
font-family: tahoma, times, arial, sans-serif;
color: #000;
background-color: #BDBDBD;
vertical-align: top;
}

td.downloads
{
background-color: #F1F1F1;
vertical-align: top;
}

td.top
{
margin: 3px;
padding-right: 15px;
vertical-align: top;
}

td.lazarus
{
border: 1px solid #D5DCE2;
padding: 3px;
}



/* SPAN */

span.copyright
{
font-family: tahoma, arial, times, sans-serif;
color: #000;
font-size: 12px;
text-align: right;
margin-right: 7px;
}

span.ip
{
font-family: tahoma, arial, times, sans-serif;
color: #000;
font-size: 12px;
text-align: left;
margin-left: 7px;
}

span.bottomcenter
{
font-family: tahoma, arial, times, sans-serif;
color: #000;
font-size: 12px;
}

span.group
{
font-family: tahoma, arial, times, sans-serif;
color: #000;
font-size: 12px;
padding-left: 7px;
}

span.bold
{
font-weight: bold;
}

span.newsheading
{
font-weight: bold;
}

span.noscript
{
font-family: tahoma, arial, times, sans-serif;
color: #FF0000;
font-size: 12px;
padding-left: 3px;
font-weight: bold;
}


/* BACKGROUND */

.BDBDBD
{
background-color: #BDBDBD;
}

.F1F1F1
{
background-color: #F1F1F1;
}


/* LINKS (A) */

A.greyfield:link
{
color:#0000CD;
text-decoration:underline;
}		
A.greyfield:visited
{
color:#0000CD;
text-decoration:underline;
}		
A.greyfield:active
{
color:#000000;
text-decoration:none;
}		
A.greyfield:hover
{
color:#000000;
text-decoration:none;
}

/* NEW A */

A.pagination:link
{
color:#0000CD;
text-decoration:underline;
}		
A.pagination:visited
{
color:#0000CD;
text-decoration:underline;
}		
A.pagination:active
{
color:#000000;
text-decoration:none;
}		
A.pagination:hover
{
color:#000000;
text-decoration:none;
}



/* BUTTONS */

.formbutton 
{
border: 1px solid black; 
font-family: tahoma, verdana, arial, sans-serif; 
font-size: 11px; background: #DADADA; 
font-weight: bold; 
height: 19px;
text-align: center;
background-image: url(../bilder/gradient_shadow.gif);
}

.proceedformbutton 
{
border: 1px solid black; 
font-family: tahoma, verdana, arial, sans-serif; 
font-size: 11px; background: #DADADA; 
font-weight: bold; 
height: 18px;
width: 72px;
text-align: center;
background-image: url(../bilder/gradient_shadow.gif);
margin-left: 7px;
margin-top: 5px;
margin-bottom: 3px;
}

.formbuttonlazarus
{
border: 1px solid black; 
font-family: tahoma, verdana, arial, sans-serif; 
font-size: 11px; background: #DADADA; 
font-weight: bold; 
height: 20px;
text-align: center;
background-image: url(../bilder/gradient_shadow.gif);
}

/* FORMS */

.form
{
border: 1px solid #D5DCE2;
background-color: #F8F8FF;
margin-left: 7px;
}

.searchform
{
border: 1px solid #D5DCE2;
background-color: #F8F8FF;
}

select.dropdownlist
{
border: 1px solid #D5DCE2;
background-color: #F8F8FF;
font-family: tahoma, verdana, arial, sans-serif; 
font-size: 12px;
color: #000;
margin-left: 7px;
}

/* LISTS */

li.listmargin
{
margin-bottom: 5px;
}

li.listmarginpadding
{
margin-bottom: 5px;
margin-left: 15px;
}

/* INPUT */

input.radiobutton
{
margin-left: 17px;
}

input.radiobutton2
{
margin-left: 2px;
}

/* IMG */

img.webcam
{
border: 1px solid #D5DCE2;
}

img.rss
{
margin-left: 7px;
}


img.lazarusimage
{
margin-right: 5px;
}

img.cutenews
{
margin-right: 10px;
}



/* TEMPORARILY ADDED FROM OLD CSS */

.bottom
{
background-color: #003399;
margin-bottom: 2px;
background-image: url(bilder/line_bottom.jpg);
}

.background
{
background-color: #F5F5F5;

}


td.body
{
background-color: #FF8C00;
}

td.menu
{
background-image: url(../bilder/line.jpg);
background-color: #BDBDBD;
}

table.height
{
height: 50%;
}

table.operaborder
{
border: 1px solid white;
}

td.logo
{
background-color: #E5E5E5;
}

tr.logo
{
background-color: #E5E5E5;
}


.lmenulg2
{
font-family: tahoma, arial, times, sans-serif;
font-size:9pt;
color:#ffffff;
font-weight:normal;
margin-left:6px;
margin-top:4px;
margin-bottom:4px;
letter-spacing: 0px;
}






/*NEW A*/

A.downloads:link
{
color:#0000CD;
text-decoration:none;
}		
A.downloads:visited
{
color:#0000CD;
text-decoration:none;
}		
A.downloads:active
{
color:#000000;
text-decoration:underline;
}		
A.downloads:hover
{
color:#0000CD;
text-decoration:underline;
}

/*NEW A*/

A.sort:link
{
color:#000000;
text-decoration:underline;
}		
A.sort:visited
{
color:#000000;
text-decoration:underline;
}		
A.sort:active
{
color:#000000;
text-decoration:none;
}		
A.sort:hover
{
color:#000000;
text-decoration:none;
}

/*NEW A*/

A.links:link
{
font-family: tahoma, arial, times, sans-serif;
font-size: 12px;
color:#000000;
text-decoration:underline;
}		
A.links:visited
{
font-family: tahoma, arial, times, sans-serif;
font-size: 12px;
color:#000000;
text-decoration:underline;
}		
A.links:active
{
font-family: tahoma, arial, times, sans-serif;
font-size: 12px;
color:#0000CD;
text-decoration:none;
}		
A.links:hover
{
font-family: tahoma, arial, times, sans-serif;
font-size: 12px;
color:#0000CD;
text-decoration:none;
}

td.leftmenu
{
padding: 8px;
border-right: 1px solid #BDBDBD;
background-color: #F1F1F1;
}		

td.nav 
{	
background-color: #D5DCE2;
border-color: #000000;
border-width: 0px;
border-style: solid;
}

td.left 
{	
background-color: #D5DCE2;
border-color: #000000;
border-width: 1px;
border-style: solid;
vertical-align: top;
}

td.left2
{
background-color: #F1F1F1;
font-family: tahoma, times, arial, sans-serif;
font-size: 12px;
padding-top:5px;
}

td.left3
{
padding: 5px;
padding-left: 5px;
}

td.left-main 
{	
background-color: #FFFFFF;
/*
border-color: #000000;
border-width: 1px;
border-style: solid;
*/
vertical-align: top;
}

td.middle
{
font-size: 12px;
font-weight: bold;
font-family: tahoma, times, arial, sans-serif;
color: #000000;
background-color: #BDBDBD;
}






.margins
{
margin-top: 0px;
margin-Bottom: 0px;
}



span.copyright
{
font-family: tahoma, arial, times, sans-serif;
color: #000000;
font-size: 12px;
text-align: right;
margin-right: 7px;
}

span.copyright-hb
{
font-family: tahoma, arial, times, sans-serif;
color: #000000;
font-size: 12px;
text-align: left;
margin-left: 7px;
}


div.main
{
font-family: tahoma, arial, times, sans-serif;
color: #000000;
font-size: 12px;
line-height: 19px;
margin-left: 5px;

}

div.news
{
font-family: tahoma, arial, times, sans-serif;
color: #000000;
font-size: 12px;
line-height: 19px;
margin-left: 5px;
vertical-align: top;
margin-top: 5px;
}

span.main
{
font-family: tahoma, arial, times, sans-serif;
color: #000000;
font-size: 12px;
line-height: 19px;

}

td.maintd
{
border-right: 1px solid #BDBDBD;
height: 100%;
}

td.td-right
{

}


span.header
{
font-family: tahoma, arial, times, sans-serif;
font-size: 12px;
color: #000000;
padding-left: 10px;
}

span.text
{
font-family: arial, times, sans-serif;
color: #000000;
font-size: 12px;
}

span.text-small
{
font-family: arial, times, sans-serif;
color: #000000;
font-size: 12px;
}

span.bold
{
font-weight: bold;
}

span.padding
{
margin-left: 20px;
}


div.text
{
font-family: arial, times, sans-serif;
color: #000000;
font-size: 12px;
}

div.info
{
font-family: arial, times, sans-serif;
color: #000000;
font-size: 12px;
text-align: center;
}

div.right
{
font-family: arial, times, sans-serif;
color: #000000;
font-size: 12px;
position: relative;
top: 20px;
}

table.page
{
background-image: url(../bilder/top_bg2.jpg);
}

table.openinghrs
{
margin-top: 10px;
}


table.content
{
margin-top: 3px;
}



table.content-linker
{
margin-top: 3px;
background-image: url(../bilder/striper_transparent_bg.gif);
background-repeat: no-repeat;
background-position: 40% 90%;
}

table.rightbar
{
margin-top: 10px;
}

table.maintable
{

bottom: 5px;
}

table.overall-main
{

}



table.latest-updates
{

background-image: url(../bilder/gradient_bg.jpg);

/*
background-color: #E5E5E5;
*/
font-family: tahoma, arial, times, sans-serif;
font-size: 11px;
font-weight: bold;
color: #000000;
border: 1px solid #000000;
}

img.logo
{
margin-bottom: 10px;
}

img.padding
{
margin-left: 20px;
}

img.logo2
{
border-left: 1px solid #BDBDBD;
border-top: 1px solid #BDBDBD;
border-bottom: 1px solid #BDBDBD;
border-right: 1px solid #BDBDBD;
margin: 4px;
}

tr.bottom
{
background-color: #BDBDBD;
}

td.bottom
{
background-color: #BDBDBD;
background-image: url(../bilder/line_bottom.jpg);
}

td.news
{
border-bottom: 1px solid #BDBDBD;
}

.E7E7E7
{
background-color: #E7E7E7;
}

.white
{
background-color: #FFFFFF;
}

.black
{
background-color: #000000;
}

.BDBDBD
{
background-color: #BDBDBD;
}

.F1F1F1
{
background-color: #F1F1F1;
}

.bold
{
font-weight: bold;
}

