/*
 * HTML KORREKTUREN - Correction des styles HTML par defaut
 */

.structure {
	display: none;
}

/* bien regler la marge (bugs IE) */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	background-image: url(./bilder/niki_bg_mit.jpg);
	margin: 10px; 
}

a {text-decoration: none; color:white; }
a:hover {text-decoration: underline; color:#white; }

a.spip_out {text-decoration:none;color:white;}
a.spip_out:hover {text-decoration: none; color:#a8312b;}

a.spip_in{text-decoration: none; color:white; }
a.spip_in:hover{text-decoration: none; color:#a8312b;}

a.lien_pagination{text-decoration: none; color:white; }
a.lien_pagination:hover{text-decoration: none; color:#a8312b;}

a.surtitre{text-decoration:none;color:#FFFFFF;}
a.surtitre:hover {text-decoration:none;color:#a8312b;}

a.titrelink {text-decoration:none;color:black;background:;}
a.titrelink:hover {text-decoration:none;color:grey; background-color:;}

a.pagelink {text-decoration:underline;color:#003366;background:white;}
a.pagelink:hover{text-decoration:underline;color:white;background-color:#d1d1d1;}



a.spip_url { text-decoration: none; color: #003366; }
a.spip_url:hover {text-decoration:underline;color: #003366;background-color:;}

a.spip_glossaire { text-decoration: none; color: #CC243B;background-color:#d1d1d1 }


/*
 * FOTOS, DOKUMENTE
 */

.spip_logos {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	behavior: url("win_png.htc");
}

.explorer_png_behavior{
	behavior: url("win_png.htc");
}

.seitbilder {
	margin-top: 5px;
	margin-bottom:5px;
	margin-right: 0px;
	margin-left: 5px;
	float:left;
	}

.leistenbilder {
	margin-top: 5px;
	margin-bottom:9px;
	margin-right: 0px;
	margin-left: 5px;
	}

.bildleiste{float:left;}

.foto {
	margin-top: 0px;
	margin-bottom: 2px;
	margin-right: 3px;
	float:left;
	}

.fotoportfolio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	margin-top:3px;
	margin-bottom:2px;
	margin-right:6px;
	float:left;
	width:90px;
	}


/*
*  ++++++++ Images typographiques (via image_typo)+++++++++
*/

.image_typo {
	text-transform:uppercase;
	margin-bottom: 0px;
	border:0px;
 }

img{
	border:0px;
 }



/*
 * +++++++ TEXTE & ABSÄTZE ++++++++++
 */

/*SEITENTITEL etc.*/
.title {
	font-size: 18px;
	font-weight:strong;
	margin-top:0px;
	margin-left:235px;
	margin-bottom:10px;
	padding:0px;
	color:white;
	max-width:520px;
}

.paginat_block{
	text-align:right;
	width:450px;
	margin-left:235px;
}

.pagination {
	display:inline-block;
	font-size: 14px;
	font-weight:bold;
	margin-top:24px;
	
	margin-bottom:10px;
	padding-left:6px;
	padding-right:6px;
	color:white;
	background-color:#fcaf25;

}



/*HEADLINE ARTIKEL (Artikel)*/

.rub_title {
	display:inline-block;
	font-size: 18px;
	font-weight:bold;
	margin-left:229px;
	margin-top:100px;
	margin-bottom:20px;
	padding-left:6px;
	padding-right:6px;
	color:#a8312b;
	background-color:#fcaf25;
}


/*FLIESSTEXT (Rubrikansicht etc.)*/
.smalltext {
	margin-top:0px;
	margin-left:235px;
	margin-bottom:12px;
	border:0px solid #000000;
	color:#fcaf25;
	max-width:480px;
}

.smalltext_vita {
	font-weight:bold;
	margin-left:100px;
	margin-top:0px;
	margin-bottom:12px;
	border:0px solid #000000;
	color:white;
	max-width:200px;
	float:left;
}


.rublink{
	font-size: 18px;
	font-weight:bold;
	display:block;
	background-color:#fcaf25;
	min-width:145px;
	padding-left:6px;
}

div.navigation{
	position:absolute;
	margin-left:782px;
	margin-top: 107px;
	float:right;
}


/*ABSATZFORMAT (Artikel)*/
p.spip {
	display:inline;
	margin-left: 0em;
	margin-top: 9px;
	margin-bottom: 12px;
	border-top: 0px dashed #a0a0a0;
}



/*FORMULARKNOPF */
.spip_bouton {
	border: 0px solid #404040;
	padding: 3px;
	background: #d0d0d0;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

.spip-admin {
}


/*
 * ++++++++++ SPIP TABELLE ++++++++++
 */

table.spip {
	margin-left:;
	margin-right:;
	margin-bottom:;
	border: 0px solid #999999;
	border-collapse:collapse;
}

table.spip caption{
	caption-side:top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin-left: auto;                                                       
	margin-right: auto;
	padding: 0px;
	font-weight: bold;
	font-family: Verdana,Arial,Sans,sans-serif;
	font-size : 70%;
}

table.spip tr.row_first {
	background-color:;
}

table.spip tr.row_odd {
	background-color: ;
}

table.spip tr.row_even {
	background-color: ;
}

table.spip td {
	padding: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	text-align: left;
	vertical-align: top;
}

span.on{
	color:#a8312b;
}


.trenner{
	height:9px;
	clear:both;
}

.art_container	{
	margin-top:9px;
}


iframe{width:480px;}





