
/*
   This sample stylesheet lists all possible stylesheet sections, that
   ewiki and its plugins may output. But don't forget to also have a look
   into the README section about this. (This also obsoletes the 'core.css'
   sample in the fragments/css/ directory.)
*/



.wiki {
	margin: 0px 0px 12px 0px;
	padding: 6px 0px 6px 20px;
	background-color: #ffffff;
	color: #336699;
	font-weight: normal;
	font-size: 110%;
}


/* a typical wiki page outout is separated into following classes:

 .wiki.<action>.<PageName>
    .text-head
       h2.text-title
    .text-body
       <...>
    .wiki-plugins
       .action-links
       .<more-plugins>
*/
.wiki.edit.FrontPage {
   background: transparent;
}



/*-- links to non-existent pages*/
.NotFound * {
   text-decoration: none;
   border-bottom: dashed 1px blue;
}
.NotFound a {
   color: red;
   border-bottom-style: none;
}


.text_links {
   text-align: left;
}

.text_mittig {
   text-align: center;
}

.text_rechts {
   text-align: right;
}
