/**
 * This typography file is included in the WYSIWYG editor
 */
 
.typography {
	padding: 8px;
	padding-top: 2px;
}
.typography * {
	font-family:Verdana,Arial,sans-serif;
	font-size:1em;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:0px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#333;
	line-height:1.5em;
	font-size:1.1em;
}
.typography p {
	margin-bottom:20px;
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:20px;
}
	.typography ul li,
	.typography ol li {
		margin:4px 10px;
		line-height:1.4em;
	}
		.typography ul li {
		 list-style-type:disc;
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	margin-bottom:14px;
	color:#0083C8;
}
.typography h1,
.typography h4 {
	font-weight:bold;
}
.typography h2,
.typography h3 {
	font-weight:normal;
}
	.typography h1 {
		font-size:2.2em;
	}
	.typography h2 {
		font-size:2.2em;
	}
	.typography h3 {
		font-size:1.6em;
	}
	.typography h4 {
		font-size:1.4em;
	}

/* LINK STYLES */
.typography a {
	color:#0083C8;
  font-size:1em;
  text-decoration:none;
}
	.typography a:hover {
		text-decoration:underline;
	}
	
	
.typography table {
	font-size:1.1em;
}
	.typography table tr td {
		padding:3px 5px;
	}

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

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

.typography strong {
	font-weight: bold;
}

.typography em {

	font-style: italic;
}

/* FORM CLASSES */
.typography form {
	border: none;
	padding 5px;
}

.typography form fieldset {
	border: 0px;
}

.typography #PageCommentInterface_Form_PostCommentForm input[type=text] {
	width: 400px;
	border: 1px solid #aaa;
}

.typography #PageCommentInterface_Form_PostCommentForm textarea {
	width: 400px;
	border: 1px solid #aaa;
}

.typography #PageCommentInterface_Form_PostCommentForm input[type=submit] {
	margin: 10px;
}

p.comment {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

.formHeader {
	background-color: #ddd;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	padding: 2px 10px 2px 10px;
}

.formBox {
	display: table-cell;
	float: left;
	width: 200px;
	padding: 2px;
	/*border: 1px solid #000;*/
}

.formBox span {
	display: block;
}

.formBox span b{
	color: red;
}

.formBox input[type=text] {
	width: 190px;
	border: 1px solid #aaa;
}

.formExtraSpace {
	width: 404px;
}

.formMessage {
	text-align: center;
	padding: 5px;
}

.ok {
	border-width: 1px solid #92d589;
	background-color: #d6ffd0;
}

.not {
	border-width: 1px solid #92d589;
	background-color: #ffbbb3;
}

.validation {
	color: #f00;
}

.kontaktContainer {
	float: right;
	width: 350px;
	padding-top: 10px;
}

.kontaktBox {
	float: right;
	width: 265px;
	padding: 6px 0px 2px 0px;
	min-height: 20px;
}

.kontaktLabel {
	float: left;
	width: 80px;
	padding: 6px 0px 2px 0px;
	min-height: 20px;
}

.kontaktBox input , .kontaktBox textarea
{
	border: 1px solid #aaa;
	width: 260px;
}

.kontaktSubmit {
	text-align: right;
	padding-top: 6px;
}