@import url(basemod.css);
@import url(article.css);
@import url(menu.css);
/* @import url(fallback.css); */

ul#linklist-ul {
    list-style-type: none;
}
ul#linklist-ul li a {
	font-weight: bold;
}
ul#linklist-ul li {
	
}
ul {
    margin: 0;
    padding: 0;
    position: relative;
}

/************************************************************************
* Imprint CE
*************************************************************************/
.imprint-ce {
    margin-left:180px;
    font-family: arial;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: visible;
}
.imprint-ce .inner {
	width: 300px;
}
.imprint-ce-title {
    font-size: 14px;
    font-weight: bold;
}
.imprint-ce-textbody {
    font-size: 11px;
}
.imprint-ce-textbody a {
    color: #990099;
}

/************************************************************************
* Contact CE
*************************************************************************/
.contact-ce {
    width:300px;
    font-family: arial;
    font-size: 11px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 180px;
    right: 180px;
}
.contact-ce-title {
    font-size: 14px;
    font-weight: bold;
}
.contact-ce-textbody a {
    color: #990099;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #FF0000;
}

/**********************************************************************
* Newsbox-Article
***********************************************************************/
.newsbox-ce {
    margin-left: -15px;
    width: 200px;
    margin-top: 15px;
    font-size: 11px;
}
.newsbox-bg {
    padding: 0 15px;
    width: 170px;
    background: #FFF;
    height: 100%;
    opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}
.newsbox-ce .inner {
	height: 110px;
	overflow: hidden;
	position: relative;
}
.newsbox-ce-title {
	bottom: 5px;
	font-weight: bold;
	height: 16px;
	left: 15px;
	position: absolute;
	right: 15px;
	top: 9px;
}
.newsbox-ce-textbody {
    position: absolute;
    right: 15px;
    left: 15px;
    top: 31px;
}
.newsbox-ce a {
	background: transparent url(../img/forward.png) no-repeat scroll 2px 3px;
}
.newsbox-ce .inner a:hover,
.newsbox-ce .inner a:active {
    background: transparent url(../img/forward.png) no-repeat scroll 2px 3px;
}
.newsbox-ce p {
	margin: 0;
	paddding: 0;
}

