/* 	Module Login Block */
#com-form-login-password input#passwd,#com-form-login-username input#username{
border-style: inset;
border-width: 2px;
border-color: grey;
}

#com-form-login-remember{
margin-top: 10px;
margin-bottom: 20px;
}

#com-form-login .button{
border-style: outset;
border-width: 2px;
border-color: grey;
margin-bottom: 20px;
padding: 5px;
}


#com-form-login .button:hover{
border-style: solid;
border-width: 2px;
border-color: grey;
margin-bottom: 20px;
padding: 5px;
}

/* Edit Formular*/
.adminform input#title, 
.adminform select#sectionid, 
.adminform select#catid,
.adminform input#created_by_alias,
.adminform input#publish_up,
.adminform input#publish_down,
.adminform select#access,
.adminform textarea#metadesc,
.adminform textarea#metakey
{
border-style: inset;
border-width: 1px;
border-color: grey;
}



/*Modull "Sinn und Zweck"*/
#intro{
margin-bottom: 20px;
}


/* 	Plugin Addachment
	Erstellt einen Knopf "Attachment" wenn man Editor ist. Damit
	kann man ein Attachment direkt in den Text einfügen*/

div.addattach a:link {
color:  #447485;
text-decoration: none;
font-weight: bold;
}

div.addattach a:hover {
color:  #447485;
text-decoration: underline;
font-weight: bold;
}

/* 	Component Docman*/
/*	siehe components/com_docman/themes/default/css/theme.css*/



/*  Component Phocadownload*/
#phoca-dl-sections-box div.pd-sections{
background-color:#ffffff;
border:solid;
border-color:#447485;
}

#phoca-dl-sections-box .pd-category, #phoca-dl-sections-box div.pd-sections div div div div div h3, #phoca-dl-section-box .pd-category{
background-color:#ffffff;
}

#phoca-dl-sections-box h3 small, #phoca-dl-section-box .pd-section h3 small, #phoca-dl-category-box .pd-category h3 small, #phoca-dl-file-box .pd-file h3 small {
color:#eeeeee;
}

#phoca-dl-section-box .pd-section h3, #phoca-dl-category-box .pd-category h3, #phoca-dl-file-box .pd-file h3{
background-color:#444444;
color:  #447485;
}

.phoca-dl-hr {
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #447485;
margin-bottom: 10px;
}

.pd-documents h3 {
color: #447485;
}

/* Ende Phocadownload */


/* 	Module zu JoomGallery auf der Titelseite
	Darf nicht ins CSS von JoomGallery verschoben werden, wei
	es dort nicht gelesen wird, weil die Angaben sich auf
	das Modul beziehen und nicht auf die Componente*/

.moduletablemod_ji {
margin-top: 80px;
background-color: #eeeeee;
border-style: groove;
border-width: 2px;}

.moduletablemod_ji h3{
color: #000000;
text-align: center;
font-size: 13px;
margin-bottom: 10px;
padding-top: 10px;
}

.joomimg202_img a img {
border-style: solid;
border-width: 1px;
border-color: white;}


/* Zaragoza Cloud
Eigentliche Cloud*/
.zonline2{
margin-top: 0px;
}

.container_tags{
background-color:#eeeeee;
border-style: groove;
border-width: 2px;
}

.zonline2 a{	
	color: #000000 !important;
}

/* Zaragoza Clouds
Auswahl Balken */
.zonline-selector {
text-align: center;
margin-top: 20px;
}




/* Zaragoza Tags
Bei jedem Beitrag werden die Tags unten (oder oben je nach Darstellung) am Beitrag
angezeigt. Dies ist die Formatierung. Etwas kleiner unt mit einem Abstand zum
Text
siehe components/content/zaragozatags/css.css*/



/* Module zu JoomComments*/
#written_comments_title, #write_comment_title {
	font-size:14px;
	font-weight: bold;
}


.moduletable_RSS {
margin-top: 50px;
margin-bottom: 50px;
text-align: center;}

.jlord_list_article {
padding-bottom: 20px;
padding-left: 15px;
padding-right: 15px;
color: #444444;
background-color: #444444;
}

/*Such-Funktion Joomla intern*/

#mod_search_searchword{
border-style: inset;
border-width: 2px;
border-color: #eeeeee;
}



/*einzelner Beitrag*/
.contentpaneopen fieldset {
padding: 5px;
padding-bottom: 8px;
margin-bottom: 10px;
}

/*titel des Beitrags*/
.contentpaneopen fieldset a{
font-size: 16px;
}

/*Markierung des gesuchten Ausdrucks*/
.contentpaneopen fieldset .highlight {
background-color: yellow;
}



/* Datum beim Beitrag*/
.small {
font-size: 8px;
}

/*Datum in Zaragoza */
.createdate {
font-size: 8px;
}

