@charset "utf-8";
/* CSS Document */
/*********************************************************************

		http://www.capsicum-design.de - Freies Template: greyscale
		   released under Creative Commons License: by-nc-sa
					

**********************************************************************/

/* -------------------------------------------------------- */
/*                                                          */
/* AB HIER: CMS-SYNTAX                                      */
/*                                                          */
/* -------------------------------------------------------- */

/* -------------------------------------------------------- */
/* Fehler in Tag-Attribut oder -Wert */
/* --------------------------------- */
.deadlink {
	background:url(../grafiken/syntax/missinglink.png) left center no-repeat;
    color:#ff4444;
    text-decoration:line-through;
    font-weight:bold;
	padding: 0 0 0 18px;
}

/* -------------------------------------------------------- */
/* [link|...]      */
/* --------------- */
a.link {
	background:url(../grafiken/syntax/link.png) left center no-repeat;
	color:#000;
	text-decoration: underline;
	padding: 0 0 0 18px;
}

a.link:hover{
	color:#BDA657;
}

/* -------------------------------------------------------- */
/* [link|...]      */
/* --------------- */
a.paragraph {
	background:url(../grafiken/syntax/paragraph.png) left center no-repeat;
	color:#000;
	text-decoration: underline;
	padding: 0 0 0 18px;
}

a.paragraph:hover{
	color:#BDA657;
}



/* -------------------------------------------------------- */
/* [mail|...]      */
/* --------------- */
a.mail {
	background:url(../grafiken/syntax/mail.png) left center no-repeat;
	color:#000;
	text-decoration: underline;
	padding: 0 0 0 18px;
}

a.mail:hover{
	color:#BDA657;
}


/* -------------------------------------------------------- */
/* [seite|...]      */
/* --------------- */
a.page {
	background:url(../grafiken/syntax/page.png) left center no-repeat;
	color:#000;
	text-decoration: underline;
	padding: 0 0 0 18px;
}

a.page:hover{
	color:#BDA657;
}


/* -------------------------------------------------------- */
/* [kategorie|...]      */
/* --------------- */
a.category {
	background:url(../grafiken/syntax/category.png) left center no-repeat;
	color:#000;
	text-decoration: underline;
	padding: 0 0 0 18px;
}

a.category:hover{
	color:#BDA657;
}
/* -------------------------------------------------------- */
/* [datei|...]      */
/* --------------- */
a.file {
	background:url(../grafiken/syntax/file.png) left center no-repeat;
	color:#000;
	text-decoration: underline;
	padding: 0 0 0 18px;
}

a.file:hover{
	color:#BDA657;
}
/* -------------------------------------------------------- */
/* [galerie|...]      */
/* --------------- */
a.gallery {
	background:url(../grafiken/syntax/galerie.png) left center no-repeat;
	color:#000;
	text-decoration: underline;
	padding: 0 0 0 18px;
}

a.gallery:hover{
	color:#BDA657;
}

/* -------------------------------------------------------- */
/* [bild|...] */
/* ---------- */
img {
    border:					none;
	margin: 5px 5px 5px 0;
}

span.imagesubtitle {
    margin:					3px 3px;
    text-align:				justify;
    font-size:				0.98em;
    line-height:			1.4em;
}

span.contentimage {
	
}


/* -------------------------------------------------------- */
/* [bildlinks|...] */
/* --------------- */
span.leftcontentimage {
    margin:					6px 20px 6px 20px;
    max-width:				200px;
    float:					left;
    margin-left:			0px;
}

img.leftcontentimage {
    max-width:				200px;
    border:					1px solid;
}


/* -------------------------------------------------------- */
/* [bildrechts|...] */
/* ---------------- */
span.rightcontentimage {
    margin:					6px 10px 6px 10px;
    max-width:				200px;
    float:					right;

}
img.rightcontentimage {
    max-width:				200px;
    border:					1px solid;
}


/* -------------------------------------------------------- */
/* [fett|...] */
/* ---------- */
b.contentbold {

}


/* -------------------------------------------------------- */
/* [kursiv|...] */
/* ------------ */
i.contentitalic {

}


/* -------------------------------------------------------- */
/* [unter|...] */
/* ------------ */

u.contentunderlined {

}


/* -------------------------------------------------------- */
/* [durch|...] */
/* ------------ */
s.contentstrikethrough {

}


/* -------------------------------------------------------- */
/* [ueber1|...] */
/* ------------ */
h1 {
    font-size:				2em;
    margin-top:				0px;
    margin-bottom:			5px;
}


/* -------------------------------------------------------- */
/* [ueber2|...] */
/* ------------ */
h2 {
    font-size:				1.5em;
    margin-top:				10px;
    margin-bottom:			5px; 
}


/* -------------------------------------------------------- */
/* [ueber3|...] */
/* ------------ */
h3 {
    font-size:				1em;
    margin-top:				10px;
    margin-bottom:			4px;
}


/* -------------------------------------------------------- */
/* [liste|...] */
/* [numliste|...] */
/* ------------ */
ul, ol {
    margin-top:				0px;
    margin-bottom:			0px;
}
li {
    margin-top:				0px;
    margin-bottom:			0px;
}


/* -------------------------------------------------------- */
/* [----] */
/* ------ */
hr {
	width: 					99%;

}

/* -------------------------------------------------------- */
/* [tabelle|...] */
/* ------------- */
table.contenttable {
    margin:					0px auto;
    border:					1px solid #C0C0C0;
    border-collapse:		collapse;
    width:					99%;
}
th.contenttable {
    vertical-align:			top;
    border:					1px solid #666666;
    background-color:		#c4ccc9;
    padding:				2px 5px;
    color:					#ffffff;
}
td.contenttable1 {
    vertical-align:			top;
    border:					1px solid;
    background-color:		#ffffff;
    padding:				2px 5px;
}
td.contenttable2 {
    vertical-align:			top;
    border:					1px solid;
    background-color:		#ffffff;
    padding:2px 5px;
}


/* -------------------------------------------------------- */
/* [zentriert|...] */
/* --------------- */
.aligncenter {
    text-align:				center;
}

/* -------------------------------------------------------- */
/* [links|...] */
/* ----------- */
.alignleft {
    text-align:				left;
}

/* -------------------------------------------------------- */
/* [rechts|...] */
/* ------------ */
.alignright {
    text-align:				right;
}

/* -------------------------------------------------------- */
/* [block|...] */
/* ----------- */
.alignjustify {
    text-align:				justify;
}

/* -------------------------------------------------------- */
/* {TABLEOFCONTENTS} */
/* ----------------- */
div.tableofcontents ul ul {
    /*padding-left:15px;*/
}
div.tableofcontents li.blind {
    list-style-type:		none;
    list-style-image:		none;
}
