/*
 * Print CSS-Definition
 * Created: 2007-12-23 22:27:00
 */

/* *** Navigation ********************************************************* */

#nav-main {
	display: none;
}


#nav-right {
	display: none;
}


/* *** Header *************************************************************** */
#header {
	display: none;
}


/* *** textile ************************************************************** */

.txt-img {
	line-height: 1em;
	margin-bottom: 1.1em;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.txt-icon img {
	vertical-align: middle;
	border: 0;
}

.txt-icon a {
	text-decoration: none;
}

/* *** Gallerie ************************************************************* */

.galerie {
	text-align: center;
	width: 100%;
}

.image {
 	display: block;
	margin: 10px;
}

.image img { 
	border: 0;
	padding: 0;
	margin: 0;
}

.image p {
	padding:0;
	margin:0;
	font-size: 0.9em;
	color: #880000;
}

/* *** footer *************************************************************** */

#footer {
	display: none;
}

/* *** breadcrumb *********************************************************** */
#breadcrumb {
	display:none;
}

/* *** news ***************************************************************** */

.news h1, .news h2 {
	color: #000000;
	background: inherit;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
	border-bottom: 1px solid #000000;
	margin-top: 0.1em;
	margin-bottom: 0.5em;
}

.news {
	border-bottom: 1px solid #000000;
	margin-bottom: 2em;
}

.news-info {
	color: #000000;
	font-size: 0.8em;
	line-height: 1em;
	text-align: right;	
}

.newsNav {
}

.news-catname {
	text-align: left;
	color: #000000;
	font-size: 0.8em;
	line-height: 0.8em;
	margin-top: 1em;
	margin-bottom: 0;
}

img {
	border: 0;
}