/* Links global
***************/

a {
    color: #987003;
    text-decoration: none;
}

a:hover {
    color:#3D7C30;
    text-decoration: none;
}

a, a:hover, a:link  {
    outline-style:none;
}

a img {
    border:0;
}

/* Content Toolbox
******************/
#page-nav {
	width: 685px;
	padding: 10px 0 0 20px;
	margin: 30px 0px 10px 0;
        border-top: 1px dotted #959B99;
        float:left; 
	height:auto !important; 
        font-size: 12px;
        text-align: left;
}
#page-nav-home {
	width: 685px;
	padding: 10px 0 0 20px;
	margin: 10px 0px 10px 0;
        border-top: 0px dotted #959B99;
        float:left; 
	height:auto !important; 
        font-size: 12px;
        text-align: left;
}


/* Linkgrafiken
********************************************/

/* Allgemeine
*************/

a.out {
padding-left : 17px;
background-image : url('images/out.png');
background-position : left center;
background-repeat : no-repeat;
}

a.link {
padding-left : 17px;
background-image : url('images/link.png');
background-position : left center;
background-repeat : no-repeat;
}

a.mail {
padding-left : 17px;
background-image : url('images/mail.png');
background-position : left center;
background-repeat : no-repeat;
}

a.info{
padding-left : 17px;
background-image : url('images/info.png');
background-position : left center;
background-repeat : no-repeat;
}

a.lupe{
padding-left : 17px;
background-image : url('images/lupe.png');
background-position : left center;
background-repeat : no-repeat;
}

a.print{
padding-left : 17px;
background-image : url('images/print.png');
background-position : left center;
background-repeat : no-repeat;
}

a.edit{
padding-left : 17px;
background-image : url('images/edit.png');
background-position : left center;
background-repeat : no-repeat;
}

a.download {
padding-left : 17px;
background-image : url('images/download.png');
background-position : left center;
background-repeat : no-repeat;
}

/*Login - User Links
********************/
a.register {
padding-left : 17px;
background-image : url('images/register.png');
background-position : left center;
background-repeat : no-repeat;
}
a.login {
padding-left : 17px;
background-image : url('images/login.png');
background-position : left center;
background-repeat : no-repeat;
}
a.logout{
padding-left : 17px;
background-image : url('images/logout.png');
background-position : left center;
background-repeat : no-repeat;
}
a.user{
padding-left : 17px;
background-image : url('images/user.png');
background-position : left center;
background-repeat : no-repeat;
}

/* Navigation
*************/

a.arrow {
padding-left : 8px;
background-image : url('images/black_arrow.png');
background-position : left center;
background-repeat : no-repeat;
}

a.top {
padding-left : 17px;
background-image : url('images/top.png');
background-position : left center;
background-repeat : no-repeat;
}
a.back {
padding-left : 17px;
background-image : url('images/back.png');
background-position : left center;
background-repeat : no-repeat;
}
a.next {
padding-left : 17px;
background-image : url('images/next.png');
background-position : left center;
background-repeat : no-repeat;
}


/* Shop
*******/

a.bin {
padding-left : 17px;
background-image : url('images/bin.png');
background-position : left center;
background-repeat : no-repeat;
}
a.bin-plus {
padding-left : 17px;
background-image : url('images/bin-plus.png');
background-position : left center;
background-repeat : no-repeat;
}

a.delete {
padding-left : 17px;
background-image : url('images/delete.png');
background-position : left center;
background-repeat : no-repeat;
}


/* Dateien
**********/
a.folder{
padding-left : 17px;
background-image : url('images/folder.png');
background-position : left center;
background-repeat : no-repeat;
}

a.folder-open{
padding-left : 17px;
background-image : url('images/folder-open.png');
background-position : left center;
background-repeat : no-repeat;
}

a.cd {
padding-left : 17px;
background-image : url('images/cd.png');
background-position : left center;
background-repeat : no-repeat;
}

a.pdf {
padding-left : 17px;
background-image : url('images/pdf.png');
background-position : left center;
background-repeat : no-repeat;
}

a.word{
padding-left : 17px;
background-image : url('images/word.png');
background-position : left center;
background-repeat : no-repeat;
}

a.excel{
padding-left : 17px;
background-image : url('images/excel.png');
background-position : left center;
background-repeat : no-repeat;
}

a.exe{
padding-left : 17px;
background-image : url('images/exe.png');
background-position : left center;
background-repeat : no-repeat;
}

a.pps{
padding-left : 17px;
background-image : url('images/pps.png');
background-position : left center;
background-repeat : no-repeat;
}



a.file{
padding-left : 17px;
background-image : url('images/file.png');
background-position : left center;
background-repeat : no-repeat;
}



/* News Headline Files
**********************/
p.date{
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    color: #c6c6c6;;
    margin-bottom: 0.25em;
    margin-top: 0.25em;
}
p.more {
    padding-left : 18px;
    margin: 0 0 3px 0;
 /*   background-image : url('images/out.gif');
    background-position : left center;
    background-repeat : no-repeat;   */
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

/* Fusszeile Inhalte
********************/

#powered a {
    color: #9F9F9F;
    text-decoration: none;
}

#powered a:hover {
    color: #DC352A;
    text-decoration: underline;
}