/*-----------------------------------------------
  FORMATING
-----------------------------------------------*/

/* ALLGEMEIN
************************************************/
#infoBar { display:none !important;}
#menu { display:none !important;}
#header img { display:block !important;}
#header #clock { display:none !important;}
#header #login { display:none !important;}
#contentWrap #service { display:none !important;}
#contentWrap #content .small { display:none !important;}
#footerSitemap { display:none !important;}
#footer { display:none !important;}
.adv6 { display:none !important;}
#forummain { display:none !important;}

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12pt;
	color: #303132;
	background: white;
}
/* �berschrift */
h1 {
	color: #db002f;
	font-size: 20pt;
	font-weight: normal;
}

a { 
	text-decoration: none;
	color: #707173;
}
a:hover { text-decoration: underline; }
a img { border: none; }
.arrow {
	background-image: url(/images/symbols/arrow.gif);
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: center left;
}

/* MENU / SUBMENU */
.menu h1 {
	color: #db002f;
	display: inline;
	font-size: 12pt;
	margin-right: 6pt;
}
.menu { color: #707173; }

/* CONTENT
************************************************/
#contentWrap { background: white; }
.copyright {
	color: #707173;
	font-size: 10pt;
}
.article .teaser_text {
	font-size: 16pt;
}
#content .article .text, #content .article p { font-size: 13pt; }
.article h1 { font-size: 20pt; }
#content .article h2 { font-size: 16pt; margin: 0 0 2pt; padding: 0; }
#content .dark { background: white; }

/*-----------------------------------------------
  POSITIONING
-----------------------------------------------*/

/* ALLGEMEIN
************************************************/
* {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

/* MENU / SUBMENU */
.links .arrow { float: right; }
.article .links { display: block}
.article .links  a[href]:after {
 content:" <"attr(href)">";
 background-color:inherit;
 font-style:italic;
 size:80%;
}

.article .autor img {
 height: 25px;
 width : auto;
}
.article div.static_l  { display: none}
.menu { margin-bottom: 12pt; }

/* CONTENT
************************************************/
@media print {
  .article { width: auto; margin: 0; }
}
.article, .head, .copyright { width: 690pt; margin: 6pt 6pt 0 6pt; }
#content .article p { margin-bottom: 12pt; }
.slideshow, #content .small, .send_article, .comments, #adTop1, .article .bild img, .article .bild span { display: none !important; }
#content .article .bild h1 { color: black; background: white; padding: 0; margin: 0; width: auto; position: static; font-size: 24pt; }
#content .article .bild { height: auto; }
.copyright { clear: both; }
#content .big { margin: 0; }
#content .big, #content { width: auto; }
#content .article *, #content .article h1 { margin: 0; padding: 0; }
.adv_ligatus {display: none;}

