/* ===================================================================================================
/* Projekt:			lu-wahlen.ch
/* Änderungsdatum:	2011-02-15
/* Autor:			Stefan Krapf, Synor Media, www.synor.ch - Gestaltung | Film | Fotografie | Webdesign
/* ====================================================================================================
*/



/* ====================================================================================================
/* In dieser Datei alle Stile, welche für Editor und Frontent gleich sind
/* ====================================================================================================
*/

/* ====================================================================================================
/* Grunddefinitionen
/* ====================================================================================================
*/

/* werden meist angepasst */
body, h1, h2, h3, h4, h5, h6, p, td, th, ul, ol, blockquote, input, textarea, select {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 15px;
	line-height: 21px;
}
a {
	color: #0093df;
	text-decoration: underline;
}
a:visited {
	color: #0093df;
	text-decoration: underline;
}
a:hover {
	color: #006294;
}
strong, b {
	color: #006294;
}

/* bleiben meist gleich */
h1, h2, h3, h4, h5, h6 { margin-top: 0px; margin-bottom: 0px; }
form { margin: 0px 0px 0px 0px; }
p, pre { margin: 0px 0px 0px 0px; }
ul, ol { margin-left: 0px; margin-top: 0px; padding-left: 30px; }
input, textarea, select { padding-left: 5px; font-size: 11px; line-height: 15px; }
div, img { border: 0px; margin: 0px; padding: 0px; }
p { margin-bottom: 15px; }



/* ====================================================================================================
/* Titel, allgemein
/* ====================================================================================================
*/

h1 {
	font-size: 25px;
	line-height: 28px;
	font-weight: bold;
	color: #0093df;
	margin-bottom: 15px;
}
h2 {
	font-size: 19px;
	line-height: 24px;
	font-weight: bold;
	color: #0093df;
	margin-bottom: 15px;
}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #006294;
	margin-bottom: 10px;
/*	border-bottom: #00619B 1px solid;
*/
}
h4 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #0093df;
	margin-bottom: 10px;
}
h5 {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #006294;
	margin-bottom: 10px;
}
h6 {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #999;
	margin-bottom: 10px;
}



/* ====================================================================================================
/* Spezifische Formate
/* ====================================================================================================
*/

/* Tabelle Allgemein -> hier immer alle CSS-Klassen eintragen/ergänzen!!
/* ====================================================================================================
*/
/* Ränder, Abstand Tabelle unten ("border-collapse" nur für Frontend, da im RTE sonst keine "dicken" Ränder dargestellt würden) */
.htmlarea-content-body table {
	border-width: 0px;
	margin-bottom: 15px;
}
table.contenttable, table.table-oLinien-mHG, table.table-mLinien-mHG, table.table-nLinien-grau, table.table-BildText-300px, table.table-BildText-650px, table.table-BildText-964px {
	border-width: 0px;
	margin-bottom: 15px;
	border-collapse: collapse;
}
/* Abstand Absatz unten (kein allgemeines "table", da sonst auch andere Tabellen formatiert würden, wie z.B. Dateilisten) */
.htmlarea-content-body table p,
table.contenttable p, table.table-oLinien-mHG p, table.table-mLinien-mHG p, table.table-nLinien-grau p, table.table-BildText-300px p, table.table-BildText-650px p, table.table-BildText-964px p {
	margin-bottom: 0px;
}
/* Abstände in Tabellenzellen auf 0 setzen */
.resetTablePadding td, .resetTablePadding th {
	padding: 0px !important;
}

/* Tabelle mit Klasse "contentable" (Typo3-Standard-Klasse)
/* (hier auch ".htmlarea-content-body" (RTE) aufführen, da Inhalt dort noch keine Klasse "contentable" enthält)
/* ====================================================================================================
*/
/* Ränder usw. */
.htmlarea-content-body table td, .htmlarea-content-body table th,
table.contenttable td, table.contenttable th {
	border-width: 0px;
	padding: 2px;
	vertical-align: top;
}
/* Farben, Ausrichtung usw. */
.htmlarea-content-body table th, .htmlarea-content-body table th p,
table.contenttable th, table.contenttable th p {
	color: #006294;
	background-color: transparent;
	text-align: left;
}

/* Tabelle mit Klasse "table-oLinien-mHG" (Tabelle ohne Linien, mit Flächenfarben)
/* ====================================================================================================
*/
/* Ränder usw. */
table.table-oLinien-mHG td, table.table-oLinien-mHG th {
	border-width: 0px;
	padding: 2px;
	vertical-align: top;
}
/* Farben, Ausrichtung usw. */
table.table-oLinien-mHG th, table.table-oLinien-mHG th p {
	color: #006294;
	background-color: #ECF7FD;
	text-align: left;
}

/* Tabelle mit Klasse "table-mLinien-mHG" (Tabelle mit Linien, mit Flächenfarben)
/* ====================================================================================================
*/
/* Ränder usw. */
table.table-mLinien-mHG td, table.table-mLinien-mHG th {
	border-width: 1px 0px;
	border-style: solid;
	border-color: #006294;
	padding: 2px;
	vertical-align: top;
}
/* Farben, Ausrichtung usw. */
table.table-mLinien-mHG th, table.table-mLinien-mHG th p {
	color: #006294;
	background-color: #ECF7FD;
	text-align: left;
}

/* Tabelle mit Klasse "table-nLinien-grau" (Tabelle nur Linien, grau)
/* ====================================================================================================
*/
/* Ränder usw. */
table.table-nLinien-grau td, table.table-nLinien-grau th {
	border-width: 1px 0px;
	border-style: solid;
	border-color: #CCC;
	padding: 2px;
	vertical-align: top;
}
/* Farben, Ausrichtung usw. */
table.table-nLinien-grau th, table.table-nLinien-grau th p {
	color: #000;
	background-color: transparent;
	text-align: left;
}

/* Tabelle mit Klasse "table-BildText-300px" (Bild & Text Beitrag 300px)
/* ====================================================================================================
*/
/* Ränder usw. */
table.table-BildText-300px {
	border-width: 2px;
	border-style: solid;
	border-color: #8CCEF1;
	width: 300px;
	padding: 5px;
	border-collapse: separate;
	float: right;
	margin-top: 3px;
	margin-left: 14px;
	margin-bottom: 14px;
}
table.table-BildText-300px td, table.table-BildText-300px th {
	padding: 2px;
	vertical-align: top;
}
/* Farben, Ausrichtung usw. */
table.table-BildText-300px th, table.table-BildText-300px th p {
	color: #000;
	background-color: transparent;
	text-align: left;
	font-size: 13px;
	line-height: 17px;
}
/* Schriftgrössen */
table.table-BildText-300px p {
	font-size: 13px;
	line-height: 17px;
}

/* Tabelle mit Klasse "table-BildText-650px" (Bild & Text Beitrag 650px)
/* ====================================================================================================
*/
/* Ränder usw. */
table.table-BildText-650px {
	border-width: 2px;
	border-style: solid;
	border-color: #8CCEF1;
	width: 650px;
	padding: 5px;
	border-collapse: separate;
	float: right;
	margin-top: 3px;
	margin-left: 14px;
	margin-bottom: 14px;
}
table.table-BildText-650px td, table.table-BildText-650px th {
	padding: 2px;
	vertical-align: top;
}
/* Farben, Ausrichtung usw. */
table.table-BildText-650px th, table.table-BildText-650px th p {
	color: #000;
	background-color: transparent;
	text-align: left;
	font-size: 13px;
	line-height: 17px;
}
/* Schriftgrössen */
table.table-BildText-650px p {
	font-size: 13px;
	line-height: 17px;
}

/* Tabelle mit Klasse "table-BildText-964px" (Bild & Text Beitrag 650px)
/* ====================================================================================================
*/
/* Ränder usw. */
table.table-BildText-964px {
	border-width: 2px;
	border-style: solid;
	border-color: #8CCEF1;
	width: 964px;
	padding: 5px;
	border-collapse: separate;
	margin-bottom: 14px;
}
table.table-BildText-964px IMG {
	max-width: 942px;
}
table.table-BildText-964px td, table.table-BildText-964px th {
	padding: 2px;
	vertical-align: top;
}
/* Farben, Ausrichtung usw. */
table.table-BildText-964px th, table.table-BildText-964px th p {
	color: #000;
	background-color: transparent;
	text-align: left;
	font-size: 13px;
	line-height: 17px;
}
/* Schriftgrössen */
table.table-BildText-964px p {
	font-size: 13px;
	line-height: 17px;
}

/* Rahmen & Stile für Absätze (p), Content-Elemente CE (DIV's) oder Abschnitte (span)
/* (ab 100 = Standardformate, ab 200-255 projektbezogene Formate)
/* ====================================================================================================
*/
/* rechts umfliessen lassen */
.rahmen100 {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* links umfliessen lassen */
.rahmen101 {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
/* Umfliessen aufheben */
.rahmen102 {
	clear: both;
}

/* Titelanriss Box blau */
.titelanriss_box_blau_neg {
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	background-color: #0093df;
	margin-top: 4px;
	margin-bottom: 4px;
	clear: right;
}
.titelanriss_box_blau_neg:hover {
	background-color: #006294;
}
p.titelanriss_box_blau_neg, h1.titelanriss_box_blau_neg, h2.titelanriss_box_blau_neg, h3.titelanriss_box_blau_neg, h4.titelanriss_box_blau_neg, h5.titelanriss_box_blau_neg, h6.titelanriss_box_blau_neg, .titelanriss_box_blau_neg a, .titelanriss_box_blau_neg a:hover, .titelanriss_box_blau_neg a:visited {
	color: #FFF;
	text-decoration: none;
}
/* Titelanriss Box gelb */
.titelanriss_box_gelb_neg {
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	background-color: #f5e562;
	margin-top: 4px;
	margin-bottom: 4px;
	clear: right;
}
.titelanriss_box_gelb_neg a,
.titelanriss_box_gelb_neg a:visited {
	color: #0093df;
}
.titelanriss_box_gelb_neg a:hover {
	color: #006294;
}


/* Weiteres
/* ====================================================================================================
*/
/* zentriert */
.align-center {
	text-align: center !important;
}
/* rechtsbündig */
.align-right {
	text-align: right !important;
}
/* Horizontale Linie */
hr {
	border: 0px;
	border-top: #CCCCCC 1px solid;
	margin-top: 15px;
	margin-bottom: 15px;
}
