﻿/* Stile für die Formatierung der Knowledgebase Artikel */

.KBTitel
{
	background-color: #000080; /* = Blau */
	color: #ffffff;
	margin-right: 150px;
	height: 28px;
	
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 50px;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
}

.KBHeadline1
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}

.KBHeadline2
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

.KBText
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
}

.KBCode
{
	font-family: Courier New, Courier, Monospace;
	font-size: 12px;
	background-color: #ccccff;
	border-right: #3300cc thin dashed;
	border-top: #3300cc thin dashed;
	border-left: #3300cc thin dashed;
	border-bottom: #3300cc thin dashed;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}