﻿            /* # Definitions for normal pages */
			.Headline {
				font-family: Arial;
				font-size: 22;
				color: #333333;
				font-weight: bold;
				font-style: normal;
				font-variant: normal;
				white-space: nowrap;
			}
			.Headline-Red {
				font-family: Arial;
				font-size: 18;				
				color: #CC0000;
				font-weight: bold;
				white-space: nowrap;
			}
			.Headline-Blue {
				font-family: Arial;
				font-size: 18;				
				color: #376B8C;
				font-weight: bold;
				white-space: nowrap;
			}

				.Headline-White {
				font-family: Arial;
				font-size: 18;
				color: #FFFFFF;
				font-weight: bold;
				white-space: nowrap;
			}

			.Headline-Grey-Small {
				font-family: Arial;
				font-size: 16;
				color: #333333;
				font-weight: bold;
				white-space: nowrap;
			}
			.Headline-Red-Small {
				font-family: Arial;
				font-size: 16;
				color: #CC0000;
				font-weight: bold;
				white-space: nowrap;
			}
			.Headline-Blue-Small {
				font-family: Arial;
				font-size: 16;
				color: #376B8C;
				font-weight: bold;
				white-space: nowrap;
			}
				.Headline-White-Small {
				font-family: Arial;
				font-size: 16;
				color: #FFFFFF;
				font-weight: bold;
				white-space: nowrap;
			}
			.Topics {
				font-family: Verdana,Arial;
				font-size: 13;
				color: #000000;
				font-weight: normal;
				white-space: nowrap;
			}
				.Topics-White {
				font-family: Verdana,Arial;
				font-size: 13;
				color: #FFFFFF;
				font-weight: normal;
				white-space: nowrap;
			}

			.Text-Headline {
				font-family: Verdana,Arial;
				font-size: 13;
				color: #000000;
				font-weight: bold;
				white-space: nowrap;
			}
			.Text-Headline-Red {
				font-family: Verdana,Arial;
				font-size: 13;
				color: #CC0000;
				font-weight: bold;
				white-space: nowrap;
			}
			.Text-Headline-Blue {
				font-family: Verdana,Arial;
				font-size: 13;
				color: #376B8C;
				font-weight: bold;
				white-space: nowrap;
			}

			.Text-Headline-White {
				font-family: Verdana,Arial;
				font-size: 13;
				color: #FFFFFF;
				font-weight: bold;
				white-space: nowrap;
			}
			.Text {
				font-family: Verdana,Arial;
				font-size: 13;
				color: #000000;
				font-weight: normal;
				line-height: normal;
			}
			.Text-White {
				font-family: Verdana,Arial;
				font-size: 13;
				color: #FFFFFF;
				font-weight: normal;
				line-height: normal;
			}
			.Text-Bold {
				font-family: Verdana,Arial;
				font-size: 13;
				color: #000000;
				font-weight: bold;
				line-height: normal;
			}
			.Text-White-Bold {
				font-family: Verdana,Arial;
				font-size: 13;
				color: #FFFFFF;
				font-weight: bold;
				line-height: normal;
			}
				.Text-Link {
				font-family: Verdana,Arial;
				font-size: 13;
				color: #003399;
				font-weight: normal;
				white-space: nowrap;
				line-height: normal;
				text-decoration: underline;
			}
				.Text-White-Link {
				font-family: Verdana,Arial;
				font-size: 13;
				color: #FFFFFF;
				font-weight: normal;
				white-space: nowrap;
				line-height: normal;
				text-decoration: underline;
			}
			.Text-TM {
				font-family: Verdana,Arial;
				font-size: 10;
				color: #000000;
				font-weight: normal;
				white-space: nowrap;
				line-height: normal;
			}

/* # Formulareingaben z.B. eMails */
.FormHdl {
		font-family : Verdana;Arial;
		text-decoration: none;
		font-weight: bold;
		color : #333366;
		font-size : 12px
}

.FormInput
{
font-family: Verdana,Arial,
font-size:12px;
height: 32px;
width: 250px;
padding: 4px;
border: 0px solid #EEEEEE;
border-top: 4px solid #EEEEEE;
background-color: #FFFFFF;
text-align:left;
}

.FormInput:hover{
background-color: #FFFFCC;
}

.FormInput:focus{
background-color: #D7F1FF;
}

.FormInputNoDim
{
font-family: Verdana,Arial,
font-size:12px;
padding: 4px;
border: 0px solid #EEEEEE;
border-top: 4px solid #EEEEEE;
background-color: #FFFFFF;
text-align:left;
}

.FormInputNoDim:hover{
background-color: #FFFFCC;
}

.FormInputNoDim:focus{
background-color: #D7F1FF;
}

.FormButton_Conf
{
font-family: Verdana,Arial,
font-size:12px;
font-weight: bold;
color: #FFFFFF;
height: 26px;
width: 250px;
padding: 0px;
border: 0px solid #007BB6;
background-color: #007BB6;
}

.FormButton_Conf:hover{
background-color: #666666;
}
