/* Link anpassung */
a:visited, a.visited {
color:#29BC90;
font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,Sans-Serif;
text-decoration:underline;
}

/* Kopf-Bereich */
div.art-Header, div.art-Header-png, div.art-Header-right-png {
	height:26px;
}

#ic_header-img { 
	position: relative;
	height: 175px;
}		

#ic_logo {
	position: absolute;
	top:20px;
	width: 650px;
/*	width: 374px;*/
	height: 127px;
	background: url(../images/logo_bg.png) no-repeat;
/*	background-image: url(../images/logo_bg.png) ;*/
	background-repeat:no-repeat;
}

#ic_header-txt {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 18px;
	width: 374px;
	padding: 3px 10px 0 3px;
	text-align: right;
	background: url(../images/logo_text_bg.png) no-repeat center right;
}

#ic_header-txt a {
	color: #000;
	font-size: 11px;
	text-decoration: none;
}

#ic_header-txt a:hover {
	text-decoration: underline;
	font-weight: bold;
}

/* begin Logo */
.art-Logo
{
	display : block;
	position: absolute;
	left: 15px;
	top: 20px;
	width: 400px;
}

h1.art-Logo-name
{
	display: block;
	text-align: left;
}

h1.art-Logo-name, h1.art-Logo-name a, h1.art-Logo-name a:link, h1.art-Logo-name a:visited, h1.art-Logo-name a:hover
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size: 33px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
	padding:0;
	margin:0;
	color: #040B0A !important;
}

.art-Logo-text
{
	display: block;
	text-align: left;
}

.art-Logo-text, .art-Logo-text a
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	padding:0;
	margin:0;
	color: #040B0A !important;
}

#slogan-text {
	margin-left: 20px;
}

/* end Logo */

/* Breadcrumb */
#ic-topbar {
	clear:both;
	float:none;
	height:26px;
	position:relative;
}

#ic-breadcrumb {
	width: 80%;
}

#ic-breadcrumb .art-Post, #ic-breadcrumb .art-Post-body, #ic-breadcrumb .breadcrumbs, #ic-breadcrumb .pathway {
	margin: 0;
	padding: 0;	
}

#ic-breadcrumb .breadcrumbs {
	padding-top: 4px;
	padding-left: 20px;
	font-size: 90%;
	color: #000;
}

#ic-breadcrumb .breadcrumbs  a {
	color: #000;
}

#ic-chooser {
	float: right;
	margin-top: 5px;
	margin-right: 20px;
}

#ic-chooser img {
	margin-left: 3px;
}

/* Top Navigation */
#ic_topnav {
	position: relative;
	height: 26px;
	
	clear:both;
	float:none;
}

/* Search */
#ja-search {
	position: absolute;
	z-index:110;
	right: 0px;
	top: 2px;
	
	width: 135px;
	margin:0;
	padding: 0;
	padding-left: 15px;

	background: url(../images/icon-search.gif) no-repeat center left;
}

#ja-search .art-Post, #ja-search .art-Post .art-Post-body {
	margin: 0;
	padding:0;
}

#ja-search .inputbox {
	width: 120px;
	border: 1px solid #333333;
	padding: 3px 5px 2px 5px;
	margin:0;
	color: #000;
	background: #FFFFFF;
	font-size: 80%;
}


/* Content -Bereich */
.art-contentLayout {
	margin-top: 10px;
}

#ic_blog .art-PostHeader, #ic_blog .art-PostHeader a {
	font-size: 16px;
}

/* Dynamische Breite */
.art-Sheet {
	width: 95%;
	min-width: 700px;
	max-width: 1400px;
	margin-bottom: 20px;
}

div.art-Header, div.art-Header-png {
	width: 100%;
}

div.art-Header-png {
	width: 70%;
}

div.art-Header-right-png {
	width:30%;
	background:url(../images/Header.png) right top;
	right:0;
	top:0;
	position:absolute;

}

.art-contentLayout {
	width: 100%;
}

.art-contentLayout .art-sidebar1 {
	width: 20%;
}

.art-contentLayout .art-sidebar2 {
	width: 20%;
}

.art-contentLayout .art-content {
	width: 59.9%;
}

.art-contentLayout .art-content-sidebar2 {
	width: 79%;
}

.art-Post-body {
	padding-top: 0;
	width: 97%;
}

.art-Post-inner {
	width: 100%;
}

.art-Footer {
	width: 100%;
}

.art-Footer-text {
	width: 80%;
}

.art-Footer .art-Footer-background {
	width: 70%;
}

div.art-Footer-right-png{
	background-image:url(../images/Footer.png);
	background-position:right bottom;
	position:absolute;
	right:0;
	bottom:0;
	width:30%;
	height:150px;
}

.ic_design {
	float: right;
	margin:0;
	padding:0;
	width: 100px;
}

a img  {
	margin:0;
	padding:0;

}

/* Erstellt und Geändert Datum, Icons  */
.art-PostHeaderIcons, .art-PostHeaderIcons a, .art-PostHeaderIcons a:link, .art-PostHeaderIcons a:visited, .art-PostHeaderIcons a:hover {
font-size:10px;
margin-bottom: 10px;
}

.modifydate {
font-size:10px;
margin-top: 30px;
text-align: center;
}

/* Neuste Nachrichten, Meist gelesen Block */
.ic_content_module .art-PostHeader {
	font-size: 14px;
	text-align: left;
	padding-left: 20px;
}


/* Menu bei mehrseitigen Beiträgen */
table.contenttoc  {
	margin-left: 20px;
}


#ic_partner {
	position: absolute;
	bottom:-100px;
	width: 100%;
	height: 100px;
	text-align: center;
	font-size: 10px;
	color: #fff;
}

