/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * This typography file is included in the WYSIWYG editor and the front end. It provides
 * a place to add link styles and font styles you would like in the CMS and the Front End.
 */

 
/* GENERIC STYLES 
-------------------------------------------- */
.typography * {
    line-height: 1.6;

}
/* LINKS 
-------------------------------------------- */
a {
    text-decoration:none;
    color:#434343;
}

.typography a { 
 	text-decoration: none; 
	color: #9a3101;
}
	.typography a:hover { 
 		text-decoration: none;
		color: #f9a57f;		
	}

	/* LINK ICONS - shows type of file
	------------------------------------ */
	.typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
                color:#9a3101;
	}
	.typography a[href$=".doc"],
	.typography a[href$=".DOC"],
	.typography a.doc {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_word.png) no-repeat left center;
	}
	.typography a[href$=".xls"],
	.typography a[href$=".XLS"],
	.typography a.xls {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_excel.png) no-repeat left center;
	}
	.typography a[href$=".gz"],
	.typography a[href$=".GZ"],
	.typography a[href$=".gzip"],
	.typography a[href$=".GZIP"],
	.typography a[href$=".zip"],
	.typography a[href$=".ZIP"],
	.typography a.archive {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_zip.png) no-repeat left center;
	}
	.typography a[href$=".exe"],
	.typography a[href$=".EXE"],
	.typography a.application {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/application.png) no-repeat left center;
	}

/* LIST STYLES 
-------------------------------------------- */
.typography ul, 
.typography ol {
	margin: 0 0 18px 24px;
	list-style:square;
}
	.typography li {
		margin: 5px 10px;
	}
		.typography li li {
		}

.typography ul#Sitemap {
list-style:none;
float:right;
}
    .typography ul#Sitemap li {
        float:left;
        margin:0;
        width:126px;
        font-weight:bold;
    }
        .typography ul#Sitemap li ul#Sitemap_Sub {
            list-style:none;
            z-index:55;
        }
            .typography ul#Sitemap li ul#Sitemap_Sub li {
                margin-left:-24px;
                float:none;
                font-weight:normal;
            }
		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1 {
	color:#9a3101;
	font-size:32px;
	line-height:30px;
	margin-bottom:34px;	
	text-transform: uppercase;
	font-weight:normal;
	letter-spacing:2px;
}

.typography h2 { 
 	font-size: 16px;
	color:#010101;
	text-transform: uppercase;
	font-weight:normal;
	line-height: 16px;
	margin-bottom:56px;
}
.typography h3 {
	font-size:12px;
	color:#9a3101;
	font-weight:normal;
	text-transform:uppercase;
	line-height:180%;
}
.typography h4 {
	font-size:11px;
	color:#9a3101;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom: 1px solid #d9b19e;	 
}
.typography h5 {
	font-size:12px;
	color:#9a3101;
	font-weight:bold;
}
/* TABLE STYLING 
-------------------------------------------- */
.typography table {
}
	.typography tr {}
	
		.typography td {
			vertical-align:top;
		}

.typography table#ReferenzTable {
		margin:16px 0;
	}
.typography table#ReferenzTable tr td {
		padding:3px 0;
		border-bottom: 1px solid #C2C2C2;		
	}
	
#Kurz {
background:#e7d9d3;
padding:12px 12px 6px 12px;
}

#Kurz ul {
	margin-left:5px}
	
	#Kurz li {
		color:#9a3101;
	}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}
	.typography img.right {
		float: right;
		margin-left: 20px;
	}
	.typography img.left {
		float: left;
	}
	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

        .typography hr {
            color:#d9b19e;
            background-color:#d9b19e;
            width:98%;
}