body {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 75.00%;   
}
/*
@media print
{
  #rechts {display:none}
  #links {display:none}
  
  #mitte, #mitte_content { width: 100%; margin:0; padding: 0; border:0}
}
*/
/*
Added for CMSimple 
*/

#nav_heading {
	/*font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 116.67%;
	font-weight: bold;
	color: #0000FF;
	text-align: left;
	white-space: nowrap;
	/* width: 100%; */
	border-bottom: 2px solid #0066AB;
	margin-bottom: 5px;
	}
    
div#nav{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #6699CC;
	font-size: 100%;
	margin-left: 5px;
}

div#nav a:link, div#nav a:visited {
	color: #444444;
	text-decoration: none;
	}

div#nav li {
   line-height: normal;
   margin-bottom: 1px;
}

div#nav li.doc,ul.sitemaplevel1 li.doc {
   list-style: none;
   padding-left: 15px;
   background: url(./menu/doc.gif) no-repeat 0px 3px;
}

div#nav li.docs,ul.sitemaplevel1 li.docs {
   list-style: none;
   padding-left: 15px;
   background: url(./menu/docs.gif) no-repeat 0px 3px;
}

div#nav li.sdoc {
   padding-left: 15px;
   background: url(./menu/sdoc.gif) no-repeat 0px 3px;
}

div#nav li.sdocs {
   padding-left: 15px;
   background: url(./menu/sdocs.gif) no-repeat 0px 3px;
}

li.sdoc, li.sdocs{
   /* color: #808080; */
}

.right_heading {
	/*font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 116.67%;
	font-weight: bold;
	color: #0000FF;
	text-align: left;
	white-space: nowrap;
	/* width: 100%; */
	border-bottom: 2px solid #0066AB;
	margin-bottom: 5px;
	}
	
	
	
	
.edit	{
	font-size: 12px;
	}
	
#search	{
	text-align: center;
	margin-top: 25px;
	}
	
#language_menu	{
	text-align: center;
	margin-top: 15px;
	}
	
.content_img {
        border: 1px solid black;
        margin: 10px;
        }
    
.flag {
   margin: 0;
	padding: 3px;
	}        


/* Tabellen für Preislisten etc */

table.mytable {
	width: 410px;
	/* width: 99%; */
	font: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	border-left: 1px solid #C1DAD7;
}

table.mytable th {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	/*color: #4f6b72;*/
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(./images/bg_header700.jpg) no-repeat;
}

table.mytable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #ffffff;
	padding: 6px 6px 6px 12px;
	/*color: #4f6b72;*/
	line-height: 1.25em;
}


table.mytable td.alt {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	background: none;
	/*color: #797268;*/
}


.lastupdate, .small {
  font-size: 70%;
  padding: 0;
  margin: 0;
  color: #777;
  font-style:italic;
}

/* Normale Bilder */
img {
   margin: 5px;
}

/* Piktogramme */
img.pict {
   margin: 0;
}
/* Horizontal Line */
hr {
	background: #C0C0C0; height:1px; border: 0px; width: 100%;
	}
	
#page_nav {
   width: 100%;
   margin-top: 25px;
   padding-top: 0px;
   text-align: center;
   border-top: 1px solid #C0C0C0;
}

        