@charset "utf-8";
/* generally part */

/* table */

#content th{
	color: #000;
	background:#a5d2d9;
}

#content td{
	border-bottom: 1px solid #dbdbdb;
}


#content tr{
	border-bottom: 1px solid #dbdbdb;
}

#content tr:hover{
	background-color:#deeef1;
}

img {
	border: none;
}

a, a:hover, a:visited {
	color: #555;
	text-decoration: underline;
}

/*****************************************************************/
/****************unbedingt url anpassen************************/
/*****************************************************************/


a[href *="/en/"], a[href *="/de/"]{
	background:url(../images/link_intern.gif) center right no-repeat;
	padding-right:12px;
}

a[href ^="mailto:"], a[href *="/de/component/contact/"]{
	background:url(../images/link_mail.gif) center right no-repeat;
	padding-right:14px;
}

a[href ^="http://"],[href ^="gopher://"],
a[href ^="https://"],
a[href ^="news://"], a[href ^="ftp://"],
a[href ^="irc://"],a[href ^="www."] {
    background: url(../images/link_extern.gif) center right no-repeat;
	padding-right: 14px;
}

a[href $=".ogg"], a[href $=".OGG"],
a[href $=".mid"], a[href $=".MID"],
a[href $=".midi"], a[href $=".MIDI"],
a[href $=".mp3"], a[href $=".MP3"],
a[href $=".wav"], a[href $=".WAV"],
a[href $=".wma"], a[href $=".WMA"] {
    background: url(../images/link_audio.gif) center right no-repeat;
    padding-right: 12px;
}

a[href $=".ogm"], a[href $=".OGM"],
a[href $=".avi"], a[href $=".AVI"],
a[href $=".mpeg"], a[href $=".MPEG"],
a[href $=".mpg"], a[href $=".MPG"] {
    background: url(../images/link_movie.gif) center right no-repeat;
    padding-right: 12px;
}

a[href $=".pdf"], a[href $=".PDF"],
a[href *=".pdf#"], a[href *=".PDF#"],
a[href *=".pdf?"], a[href *=".PDF?"] {
    background: url(../images/link_pdf.gif) center right no-repeat;
    padding-right: 16px;
}

a[href $=".zip"], a[href $=".ZIP"],
a[href $=".rar"], a[href $=".RAR"],
a[href $=".exe"], a[href $=".EXE"],
a[href $=".msi"], a[href $=".MSI"],
a[href $=".dmg"], a[href $=".DMG"],
a[href $=".gz"], a[href $=".GZ"],
a[href *=".gzip"], a[href *=".GZIP"],
a[href *=".xls"], a[href *=".XLS"],
a[href *=".doc"], a[href *=".DOC"],
a[href *=".ppt"],a[href *=".PPT"] {
    background: url(../images/link_file.gif) center right no-repeat;
    padding-right: 14px;
}

#main #logo a, #main #pathway a{
	background: none;
	padding-right:0px;
}

/* listview --> icon in fornt */

#content .linklist li{
	list-style-image:url(../images/link_liste.gif);
	margin: 3px 0 0 12px;
}


h1{
	font-size: 36px;
	color:#000;
}

h2{
	font-size: 18px;
	color:#000;
	padding-bottom:10px;
}

h3{
	font-size: 14px;
	color:#000000;
	padding-bottom:10px;
}

#content form#login fieldset{
	padding-left: 12px;
	border: 0 none;
}

.nsb_container a {
	background: none;
}

.cat-children {
	background: #FFFFFF;
}

.cat-children-main{
	margin: 10px;
}
/*2.5 -> 3.x migration */
ul.breadcrumb li {
	display:inline;
}
.pull-right{
    float:right;
}

.btn-group{
    position:relative;
    margin-top:-30px;
}

.btn-group ul{
    list-style:none;
    display: inline;
    padding-left:4px;
}

.print-icon{
 float:left;
}
.icon-print{
    background: url(../images/printButton.png) no-repeat !important;
    height: 16px;
    width: 16px;
    overflow: hidden;
    display: inline-block;
}

.email-icon{
    background: url(../images/emailButton.png) no-repeat !important;
    height: 16px;
    width: 16px;
    overflow: hidden;
    display: inline-block;
}

.print-icon a,
.email-icon a,img{
    color:transparent;
    background-color: transparent !important;
}
