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

/* Basic Tags */

/*
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 12px;
	color: #660000;
}

h2 {
	font-size: 11px;
	color: #000000;
}

p, b, i, strong, em, tr, td {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

p {
	padding-top: 12px;
}
*/

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

/* Basic Classes */

.typo4_error {
	color: #ff6600;
	font-weight: bold;
}

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

/* Tables & Forms */

.typo4_table {
	width: 100%;
}

.typo4_headercell {
	background-color: #99906C;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.typo4_labelcell {
	background-color: #FFF9DF;
	font-weight: bold;
	vertical-align: top;
}

.typo4_datacell {
	background-color: #FFF9DF;
	vertical-align: top;
}

/* Default-Button in Formularen */
.typo4_button_default {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #99906C;
	height: 25px;
}

/* Standard-Button in Formularen */
.typo4_button {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 25px;
}

/* kleiner Button in Formularen */
.typo4_button_small {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
}

/* Formularfeld */
.typo4_formfield {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: thin solid #99906C;
	width: 200px;
	vertical-align: middle;
}

/* Checkbox */
.typo4_checkbox {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: thin solid #99906C;
	vertical-align: middle;
}

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

.ttp_pagetitle {
}

/* Schrift, die auf der Global Color 1 (###GC1###) steht */
.ttp_font1 {
	font-weight: bold;
	color: #ffffff;
}

/* Schrift, die auf der Global Color 2 (###GC1###) steht */
.ttp_font2 {
	color: #000000;
}

/* Schrift, die auf der Global Color 3 (###GC1###) steht */
.ttp_font3 {
	color: #000000;
}