/* 
 Datei:				typo.css
 Funktion:			Schriftstyles der Seite baptisten.de
 
 Autor:				David Beckmann <beckmann@planetpage.de>
 Erstellung:		13.10.2009 08:40
 letzte Änderung:	03.08.2012 21:58 (David Beckmann)
*/


/* --- Allgemein Formatierungen --- */

BODY,
INPUT,
SELECT,
TEXTAREA {
	font: 9pt Arial;
}

.csc-default {
    margin-top: 25px;
}

.csc-default.first-child {
    margin-top: 0;
}



/* --- Überschriften --- */

H1 {
	/*padding: 25px 0 4px 0;*/
    padding: 0 0 4px 0;
	font: 28px Georgia;
	color: #405D7E;
}

H1.csc-firstHeader {
	padding-top: 0;
}

H2 {
	margin-bottom: 4px;
	font: 14px Arial;
	font-weight: bold;
}



/* --- Absatzformatierungen --- */

P {
	margin: 10px 0;
}



/* --- Linkformatierungen --- */

A {
	font-weight: bold;
	color: #405D7E;
	text-decoration: none;
}

A:hover {
	color: #6FAABC;
}

A.neuer-eintrag {
	padding-left: 15px;
	background: url(../img/icons/page_add.png) no-repeat 0 1px;
}

A.word {
	padding-left: 15px;
	background: url(../img/icons/page_word.png) no-repeat 0 1px;
}

A.excel {
	padding-left: 15px;
	background: url(../img/icons/page_excel.png) no-repeat 0 1px;
}

A.pdf {
	padding-left: 15px;
	background: url(../img/icons/page_white_acrobat.png) no-repeat 0 1px;
}

A.film {
	padding-left: 15px;
	background: url(../img/icons/film.png) no-repeat 0 1px;
}

A.suchen {
	padding-left: 15px;
	background: url(../img/icons/magnifier.png) no-repeat 0 1px;
}

A.externer-link {
	padding-left: 15px;
	background: url(../img/icons/external-link-blue2.png) no-repeat 0 1px;
}

A.bild {
	padding-left: 15px;
	background: url(../img/icons/image.png) no-repeat 0 1px;
}

A.feed {
	padding-left: 15px;
	background: url(../img/icons/feed.png) no-repeat 0 1px;
}

A.podcast {
	padding-left: 15px;
	background: url(../img/icons/ipod_cast.png) no-repeat 0 1px;
}

A.email {
	padding-left: 15px;
	background: url(../img/icons/email.png) no-repeat 0 1px;
}

A.powerpoint {
	padding-left: 15px;
	background: url(../img/icons/page_white_powerpoint.png) no-repeat 0 1px;
}

A.Test {
	padding-left: 15px;
	background: url(../img/icons/page_white_powerpoint.png) no-repeat 0 1px;
}


/* --- Listen Formatierungen --- */

LI {
	list-style-type: disc;
	margin-left: 20px;
}



/* --- Content-Elemente Formatierungen --- */

.csc-caption {
	margin: 3px 0 12px 0;
	font-size: 0.9em;
	font-style: italic;
}