/******************/
/* headers, plain */
/******************/
h1, h2, h3 {
    color:#1768DB;
}

h4 {
    
}

span.blau,
span.blau b {
    color: #1768DB!important;
}

/*** Link ***/
a:hover {
    color:#1768DB;
}

a.linkMitPfeil {
    padding: 0px 25px 0px 0px; background:url(images/link_studio.jpg) right no-repeat;
    color: #1768DB;
}

a.linkMitPfeil:hover {
    color: #629dee;
	text-decoration:none;
}

a.linkMitPfeilDavor {
    padding: 0px 0px 0px 25px; background:url(images/link_studio.jpg) left no-repeat;
    color: #1768DB;
}
#rightContent a.linkMitPfeil {padding: 0px 25px 0px 0px; background:url(images/link_gruen.jpg) right no-repeat; color:#333;}
#rightContent a.linkMitPfeilDavor {padding: 0px 0px 0px 25px; background:url(images/link_gruen.jpg) left no-repeat; color:#333;}

* html a.linkMitPfeil {padding-right:25px;}
*:first-child+html a.linkMitPfeil {padding-right:25px;}
* html a.linkMitPfeilDavor {padding-right:25px;}
*:first-child+html a.linkMitPfeilDavor {padding-right:25px;}
* html #rightContent a.linkMitPfeil {padding-right:25px;}
*:first-child+html #rightContent a.linkMitPfeil {padding-right:25px; background-position: right;}
* html #rightContent a.linkMitPfeilDavor {padding-left:25px;}
*:first-child+html #rightContent a.linkMitPfeilDavor {padding-left:25px; background-position: right;}


/* rte / bulletlists */
ul { margin: 0px 0px 15px 0px; text-align:left; padding-left:19px; list-style-image: url(images/bullet_studio.jpg); line-height:150%;}
* html ul { list-style-image: url(images/bullet_gruen_IE.jpg); padding-left:19px;}
*:first-child+html ul { list-style-image: url(images/bullet_studio_IE.jpg); padding-left:19px;}

