/* @import url(standard.css); */
/* die Formatierungen in standard.css gelten 
sowohl für das CMS und die Anzeige im Editor, als auch für das Webfrontend */


/* -----------------Initialisierung ------------------------------*/
html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol,
span, a, table, td, form, img, li {
  font-family: Tahoma, Verdana, Arial, sans-serif;
}
html, body {
  font-size: 12pt;
  color: #000;
}
img {
	border:0;
}
.displaced	{
	display: none;
}
.fixfloat {
	float: none;
	clear: both;
	width: 1px;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
	height: 1px;
}

hr	{
	background-color:#000; /* Mozilla 1.4 */
	color:#000; /* IE 6 */
	border: #000; /* Opera 7.11 */
	height: 2px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}
td {
	font-size: 12pt;
}

/* Textauszeichnung */
h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
} 
h2 {
	font-size: 13pt;
	font-weight: bold;
	color: #000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin-bottom: 0.5em;
	}
h3, h4, h5, h6 {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin-bottom: 0.5em;
}

/* Links */
a	{
	color: #000;
	background: #fff; 
}
/* Positionierung */
body	{
	background: #fff;
}
#page	{
	text-align: left;
}
#pagefloat	{
	background: #fff;
}
#masthead	{
	display: none;
}
#mainnavcol	{
	background: #fff;
}
#logo	{
}
#contentcol	{
	clear: both;
	background: #fff;
}
#contentcol p	{
	line-height: 150%;
}
#clickpath	{
	display: none;
}
#article	{
	/*padding: 5mm;*/
}
.articlebottom	{
	display: none;
}

.articleedit	{
	display: none;
}

#infoboxcol	{
	display: none;
}
#footer	{
	display: none;
}
/* Navigation   */
#mainnavcol div	{
	display: none;
}
/* Formulare */
input {
	
}
input#submit {
	
}
textarea {
	
}
legend	{
	font-size: 12pt;
	font-weight: bold;
}

/* Admin */
#loggedin, #loggedintext	{
	display: none;
}


