/* ------------------------------------------------------------
   Globale Einstellungen
   ------------------------------------------------------------ */

/* global reset */
* {
	padding: 0;
	margin: 0;
}

html {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #080F06;
	background-color: #FFFFFF;
}

/* ------------------------------------------------------------
   Fensterbereich 
   ------------------------------------------------------------ */
body {
	padding-top: 20px;
	text-align: center; 	/* Zentrierung im Internet Explorer */
}

/* ------------------------------------------------------------
   �berschriften, Auflistungen und Links
   ------------------------------------------------------------ */

/* Haupt�berschrift der Seite (Position innerhalb vom Joomla unbekannt) */
h1 {
	font-size: 24px;  
	line-height: 28px;
	font-weight: bold;
	font-style: normal;
	color: Fuchsia;		
}

/* �berschriften von Bereichen */
h2 {
	margin-bottom: 6px;
	font-size: 20px;  
	line-height: 21px;
	font-weight: bold;
	font-style: normal;
}

/* �berschriften von Kategorien */
h3 {
	margin-top: 6px;
	font-size: 14px;  
	line-height: 14px;		
	font-weight: bold;
	font-style: normal;
}

/* �berschriften von Beitr�gen */
h4 {
	margin-top: 6px;
	margin-bottom: 4px;
	font-size: 12px;  
	font-weight: normal;
	font-style: normal;
}

/* �berschriften von Abs�tzen */
h5 {
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	font-style: normal;
}

/* �berschriften innerhalb von Abs�tzen */
h6 {
	margin-top: 12px;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
}

/* small text */
.small {
	font-size: 9px;
	font-weight: normal;
	text-align: left;
}

/* ------------------------------------------------------------
   Auflistungen 
   ------------------------------------------------------------ */

ul, ol {
/*	margin-top: 2px;  */
/*	margin-bottom: 2px;   */
}   
   
ul {
	padding-left: 17px;
   	list-style: square;
}

ol { 
	padding-left: 23px;
	list-style-type: decimal;
}

* ------------------------------------------------------------
   Tabellen
   ------------------------------------------------------------ */
table {
	border-style: none;
	border-collapse: collapse;
}   

/* ------------------------------------------------------------
   Links
   ------------------------------------------------------------ */

a:link, a:visited {
	color: #6A6A6A;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #FAA61A;	
}

/* ------------------------------------------------------------
   Bilder
   ------------------------------------------------------------ */
img {
	margin: 0;
	padding: 0;
}

/** Buttons **/
.button {
	margin: 0;
	padding: 0 5px;
	color: #16320D;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border: 1px solid;
	border-left-color: White;
	border-top-color: White;
	border-right-color: #9BA797;
	border-bottom-color: #9BA797;
	background-color: #D6D8D1;
}

.button:hover {
	color: #FAA61A;	
}

/* ------------------------------------------------------------
   Seitenbereich 
   ------------------------------------------------------------ */
div#page {
	text-align: left; 		/* Seiteninhalt wieder links ausrichten */
	margin: 0 auto; 		/* standardkonforme horizontale Zentrierung */
	width: 800px;	
}
   
/* ------------------------------------------------------------
   Kopfbereich
   ------------------------------------------------------------ */
div#header {
	height: 120px;
	background: url(../images/miroco_web4c.gif) no-repeat;
}

/* ------------------------------------------------------------
   Hauptmen�
   ------------------------------------------------------------ */
div#mainmenu {
	float: left;
	width: 150px;
}

div#mainmenu ul {
	padding-left: 0;
	list-style-type: none;
	list-style-image: none;
	font-size: 10px;  
}

div#mainmenu ul li {
	line-height: 28px;
}

div#mainmenu ul li li {
	margin-left: 15px;
}

div#mainmenu a {
	font-size: 12px;
}

div#mainmenu li#current.active > a {
	color: #FAA61A;	
}

div#mainmenu ul li span.separator {
   display: block;
}

/* ------------------------------------------------------------
   Systemmeldungen
   ------------------------------------------------------------ */
div#message {
	margin-left: 150px;
}

div#message ul {
	margin: 0;
	margin-bottom: 20px;
	padding: 3px;
	list-style: none;
	font-size: 12px;
	line-height: 18px;
	color: #AA0000;
	border: 1px solid #AA0000;
}

/* ------------------------------------------------------------
   Inhalt
   ------------------------------------------------------------ */
#content {
	margin-top: 6px;
	margin-left: 150px;
	min-height: 420px;  
}

/* ------------------------------------------------------------
   Quicklinks
   ------------------------------------------------------------ */
#quicklinks {
	clear: both;
	margin: 0;
	margin-left: 240px;
	padding: 0;
	height: 40px;
	border: 0px solid Red;
}

#quicklinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#quicklinks ul li {
	float: left;
	width: 140px;
	margin: 0;
	margin-right: 1px;
	padding: 0;
	text-align: left;
	border: 0px solid #FAA61A;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	padding: 5px;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


td.buttonheading {

}

td.buttonheading img {
	border:none;
}

.clr {
	clear: both;
}

/* edit button */
.contentpaneopen_edit{
	float: left;
}


/* table of contents */
table.contenttoc {
  	margin: 0;
  	padding: 0;
}

/* Formulare */
form {
 	margin: 0;
  	padding: 0;
}

table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 10px;
  color: #000099;
}

div.search input {
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

form#form-login fieldset { border: 0 none; margin: 0em; padding: 2px;}
form#form-login ul { padding-left: 20px; }

form#com-form-login fieldset { border: 0 none; margin: 0em; padding: 2px;}
form#com-form-login ul { padding-left: 20px; }

/* thumbnails */
div.mosimage {
	margin: 0;
	padding: 0;
}

div.mosimage_caption {
	margin: 0;
	padding: 0;
}

div.caption { 
	margin: 0;
	padding: 0;
}

div.caption img   { 
	margin: 0;
	padding: 0;
}

div.caption p     { font-size: 9px; color: #666; text-align: center; }

/* Seitennavigation */
.pagination span {
	padding: 2px;
}

.pagination a {
    padding: 2px;
}

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* WebLinks */
span.description {
	display:block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* ============================================================
   Joomla Elemente
   ============================================================ */

/* �berschriften von Komponenten und Beitr�gen */
.componentheading, .contentheading {
  	font-size: 16px;
  	font-weight: bold;
}

.componentheading {
	margin-bottom: 25px;
}

.contentheading {
	border: 0px solid Blue;
}

/* Beitr�ge in der Blog-Ansicht */
.blog .article_column .contentpaneopen {
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
}

/* Bilder in Beitr�gen */
.img_420 {
	float: left;
	margin-right: 3px;
}   

.img_140 {
	margin-bottom: 3px;  
}   

.img_40 {
	clear: both;
	margin-right: 3px;  
}   

/* �berschriften von Beitr�gen in der Blog-Ansicht */
.blog .article_column .contentheading {
	margin: 0;
	padding: 0;
	padding-bottom: 4px;	
	font-size: 14px;
	font-weight: normal;
 	font-variant: normal;  
}

/* Abstand zwischen den Artikeln */
.blog .article_separator {
	display: none;
}

/* Vertikaler Freiraum zwischen den Spalten */
.blog .column_separator {
	padding-left: 30px;   
}


/* ------------------------------------------------------------
   Kontakt Modul
   ------------------------------------------------------------ */

#component-contact {
	margin: 0;
	padding: 0;
}

#component-contact .contentheading {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

#component-contact table p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}