/* 
    Document   : main
    Created on : 05.09.2009, 18:29:58
    Author     : Andre
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
    
}

body {
    display: block;
    background-color: #7a0001;
    text-align: center;
    margin: 0px 0px 0px 0px;
    color: #7a0001;
    font: 12pt Verdana;
}

.link {
    cursor: pointer;
}

.textlink {
    cursor: pointer;
    text-decoration: underline;
}

#mainframe {
    background-image: url(../resources/images/main_bg_mit_effekte.png);
    width:1024px;
    height:768px;
    /* border:black 1px solid;*/
    position: relative;
}

#menu {
    background-image: url(../resources/images/navi_bg.png);
    background-repeat: no-repeat;
    overflow:auto;
    width: 155px;
    height: 249px;
    position: absolute;
    top: 265px;
    left: 0px;
    padding-top: 5px;
}

#content {
    overflow:auto;
    margin: 20px;
    width: 627px;
    height: 457px;
}

#content_bground {
    background-image: url(../resources/images/main_bg_center.png);
    width: 667px;
    height: 497px;
    position: absolute;
    top: 252px;
    left: 182px;
}

#news_content {
    overflow:auto;
    color: #dfb32e;
    font-size: 11pt;
}

#news_frame {
    width: 148px;
    height: 160px;
    position: absolute;
    top: 40px;
    left: 2px;
}

#news_bground {
    background-image: url(../resources/images/top_aktuell.png);
    width: 152px;
    height: 201px;
    position: absolute;
    top: 533px;
    left: 14px;
}

#breadcrumb {
    width: 650px;
    height: 25px;
    position: absolute;
    top: 225px;
    left: 200px;
}

#breadcrumb #item {
    background-image: url(../resources/images/breadcrumbItem.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin-left: 5px;
    padding: 1px 5px 1px 1px;
    text-decoration: none;
    font-weight: bold;
    font-family: verdana;
    font-size: 11pt;
    color: #dfb32e;
    cursor: pointer;
    text-shadow:black 1px 1px 2px;
}

#klabauter_img {
    background-image: url(../resources/images/logo_klabauter.png);
    width: 192px;
    height: 230px;
    position: absolute;
    top: 1px;
    left: 10px;
}

#berner_sennenhunde_img {
    background-image: url(../resources/images/berner_bennen_gerastert.png);
    width:191px;
    height:80px;
    position: absolute;
    top:195px;
    left: 5px;
}

#welcome_logo {
    background-image: url(../resources/images/willkommen_gerastert.png);
    width: 233px;
    height: 42px;
    position: absolute;
    top: 18px;
    right: 38px;
}

#dcbs_logo {
    background-image: url(../resources/images/dcbs_logo.png);
    width: 90px;
    height: 93px;
    position: absolute;
    top: 67px;
    right: 209px;
}

#vdh_logo {
    background-image: url(../resources/images/vdh_logo.png);
    width: 99px;
    height: 56px;
    position: absolute;
    top: 81px;
    right: 107px;
}

#fci_logo {
    background-image: url(../resources/images/fci_logo.png);
    width: 70px;
    height: 68px;
    position: absolute;
    top: 74px;
    right: 25px;
}

#bottomline_fade {
    background-image: url(../resources/images/footer_fade.png);
    background-repeat: repeat-x;
    width: 1024px;
    height: 8px;
    position: absolute;
    bottom: 21px;
}

#bottomline {
    background-color: #dfb32d;
    vertical-align: middle;
    width: 1024px;
    height: 21px;
    position: absolute;
    bottom: 0px;
}

#bottomlineItem {
    float: left;
    background-color: transparent;
}

#copyright {
    font: 9pt Verdana;
    position: absolute;
    top: 2px;
    right: 0px;
}

#firstSlideshow {
    display:block;
	height: 150px;
	width: 400px;
    position: absolute;
    top: 50px;
    left: 250px;
}

.p-shadow {
    float:left;
    background: url(../resources/images/shadow.png) no-repeat bottom right;
    margin: 10px 0 0 10px !important;
    margin: 10px 0 0 5px;
}

.p-shadow a {
    background: none !important;
    background: url(../resources/images/shadow2.gif) no-repeat left top;
    padding: 0 !important;
    padding: 0 6px 6px 0;
}

.p-shadow div {
    color: #777;
    background-color: #FFF;
    font: italic 1em georgia, serif;
    border: 1px solid #a9a9a9;
    padding: 4px;
    margin: -6px 6px 6px -6px !important;
    margin: 0;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    text-align: center;
}

.downloadItem {
    float: left;
    cursor: pointer;
    
    margin: 1px;
}

.downloadItem:hover {
   border:1px dashed #666666;
   margin: 0px;
}

#bottomlineItem iframe {
    padding-left: 280px;
}
