body {
    background-image:url(images/bg.jpeg);
    background-position:center 171px;
    background-repeat:repeat-x;
    background-attachment:fixed;
    font-size:12px;
    background-color:#f7f7f7;
}

div#root {
    width:100%;
    height:100%;
}

div#page {
    width:1000px;
    margin: 0px auto 0px auto;
    background-color: Transparent; 
}

div#content a, div#footer a
{
    color:#000000;
}


div#content a:hover, div#footer a:hover, div#footer span
{
    color:#90bd3b;
}

.imgKader { border:solid 1px #515151; }



/******HEAD*****************/
div#header {
    height:171px; 
    width:1000px;
    background: transparent url(images/header-1000.jpg) no-repeat top center; 
}

div#logoLink { float:left; width:400px; height:70px; margin:70px 0 0 10px; }

div#menu {
    height: 64px;
    width:1000px; 
    background:#F7F7F7 url(images/menu-bg.jpg) repeat-x bottom left; 
}

div#AdminHost {
    float:right;
    width:240px; 
}

div#AdminHost select{
    width: 150px;
    margin-right:26px;
    float:right;
}

div#crumb { 
    height:25px;
    width:980px;
    padding: 5px 0px 0px 20px;
    vertical-align:bottom;
    font-family:Trebuchet MS;
    background-color:#F7F7F7;
    margin-bottom:10px; 
}

div#crumb a
{
	color:#6d6d6d;
    font-size:11px;
    font-family:Trebuchet MS;
    text-decoration:none;
}

div#crumb a:hover
{
	color:#6d6d6d;
    font-size:11px;
    font-family:Trebuchet MS;
    text-decoration:none;
}

.breadcrumb {
    color:#6d6d6d;
    font-size:11px;
    font-family:Trebuchet MS;
    margin-top:3px;
}

.breadcrumb a {
    color:#6d6d6d;
    font-size:11px;
    font-family:Trebuchet MS;
    text-decoration:none;
}

.breadcrumb a:hover {
    color:#6d6d6d;
    font-size:11px;
    font-family:Trebuchet MS;
    text-decoration:underline;
}

div#divLogin {
    float:right;
    font-family:Trebuchet MS;
    font-size:12px; color:#73b5a6;
    font-weight:normal;
    margin-right:5px;
}

div#divLogin a {
    font-family:Trebuchet MS;
    font-size:12px; color:#73b5a6;
    text-decoration:none;
    font-weight:normal;
}

div#divLogin a:hover {
    font-family:Trebuchet MS;
    font-size:12px; color:#73b5a6;
    text-decoration:none;
    font-weight:normal;
}

div#divSearch
{
    float:right;
    width:240px;
    margin-top:15px; 
}

div#divSearch input
{
    margin: 0px -2px 0px 0px;
    width:210px;
    height:16px;
    vertical-align:bottom;
}

.divAds
{
	width:100%; float:left; margin-bottom:20px;
}

/*****FOOTER****************/

div#footer{
    width:1000px;
    padding-top:15px;
    height:22px;
    float:left;
    background: #f7f7f7 url(images/footer-bg.png) repeat-x top center;    
    text-align: center;
    font-family:Trebuchet MS;
    font-size:12px;
    margin-top:30px;
    color:#000000;
}

