@CHARSET "UTF-8";
/* $Id: plugin_news.css 1802 2009-06-23 01:14:55Z Klemens.Burchardi $ */
/**
 * css script for the news plugin (to be overridden case by case by layout css)
 * 
 * @author 			JNamic development, Stefan Hoth <mail@jnamic.com>
 * @copyright 		Copyright (c) 2007-2009 JNamic development GbR ( http://www.jnamic.com ) - All rights reserved.   
 * @license 		http://www.jnamic.com/kontakt If you are interested in using this, please contact <mail@jnamic.com>
 * @link 			http://www.jnamic.com/ JNamic development homepage
 * @filesource 
 *
 * @version			$Revision: 1802 $
 * @since			1.0
 * @modifiedby		$LastChangedBy: Klemens.Burchardi $
 * @lastmodified	$Date: 2009-06-23 03:14:55 +0200 (Di, 23. Jun 2009) $
 * @createdat		10.02.2009
 *
 * @package jnamic
 * @subpackage plugins.news.views
 */
 
 /*  =========================================================

1. Allgemeine Selektoren
   1.1 Block-Elemente
   1.2 Inline-Elemente
   1.3 Allgemeine Klassen
   1.4 Non-Layout IDs

2. Layoutbereiche 
   2.1 Wrapper 
   2.2 Kopfbereich   
   2.3 Navibereich   
   2.4 Textbereich   
   2.5 Fussbereich   



========================================================== */

/* ===============================

   =1. Allgemeine Selektoren

=============================== */


/* ===============================
   =1.3 Classes allgemeiner Art
=============================== */

.newsEntry {
	width: 650px;
}

#content h1 {
	margin-bottom: 0.8em;
}

h2.newsTitle{
	margin-left: 125px;
}

.newsImage {
	width: 100px;
	padding: 0pt 20pt 20pt 0pt;
	float: left;
}

.newsContent {
	margin: 10pt 10pt 10pt 0pt;
	
}

.newsText {
	float: left;
	width: 400px;
	
}

.newsContentFooter {
	padding:10px 0px 5px 0px;
	border-bottom: 1pt #FF5134 dotted;
	clear: left;
	text-align: right;
}

.newsTime {
	float: left;
}

.newsAdminOptions {
	margin-right: 20pt;
}

fieldset {
	margin: 10pt 0pt;
	line-height: 1;
}

fieldset label {
	margin-left: 10pt;
}

legend {
	margin: 10pt 0pt 0pt 0pt;
}

.newsContentFooter {
	line-height: 2em;
}

.visualisation_bool {
	width: 16px;
}

form div.required {
	margin-top: 20px;
}

/*if there is an ID in the main layout.css, add the ID for this order, so it wont be overridden*/
.paging a.image {
 text-decoration:none;
}
