/**
Muster CMS 3 rot
  This typography file is included in the WYSIWYG editor
 */
 
/* GENERIC STYLES */ 
.typography * {
	font-family: Verdana, Lucida, sans-serif; 
}
/* PARAGRAPHS */
.typography p { 
 	color: #686868;
 	/*line-height: 1.6em;*/
 	font-size: x-small;
}
#Layout p {
 	margin: 10px 0px 5px 0;
}
#Sidebar p {
	font-size: x-small;
 	clear: both;
 	margin: 10px 10px 0 10px;
}
.typography blockquote {
	margin: 10px;
	font-size: x-small;
	color: #777;
	font-style: italic;
}	

/*Impressum/Kontakt Links */

#imprint_contact a {
	font-size:	7pt;
	color:	#990000;
	text-decoration:	none;
}

#imprint_contact a:hover {
	text-decoration:	underline;
}


/* LINKS */
#Layout a,
.typography a { 
	color: #686868;
	text-decoration: underline;
}

/* LIST STYLES */
.typography ul, 
.typography ol {
	margin: 10px 0px 0px 3px;
	color: #686868;
}

.typography li {
	margin: 5px 10px;
	font-size: x-small;
}

/* HEADER STYLES */


.typography h1, h2, h3, h4, h5, h6 {
	font-size:			small;
	font-weight:		bold;
	margin-bottom:		20px;
	color: 				#686868;
}
/* ADRESS STYLES */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:x-small;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}
.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #686868;
}

.typography q {
	display:block;
	font-size:x-small;
	margin:1em 1em;
	padding:0.5em;
	border:1px #ccc solid;
}

/* TABLE STYLING */
.typography table {
	margin: 10px 0px 10px 0px;
	font-size: x-small;
	color: #686868;
	border-collapse:collapse;
}
	.typography td {
		border:1px solid #999;
		padding:5px;
	}

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

.typography img {
	border:	1px solid #686868;
}

.typography img.right {
	float:right;
	margin-left:20px;
}
.typography img.left {
	float:left;
	margin:		0px 10px 0px 0;
}
.typography img.leftAlone {
	float: left;
	margin-right: 100%;
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

/* FORMS */
.typography label {
	font-size: x-small;
}
.typography input.text, .typography textarea {
	font-size: x-small;
}
/* Extra redundancy */
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
	

