﻿/*----------------------------------*/
/* Links ohne Decorations           */
/*----------------------------------*/
a:link {
	text-decoration: none ;
	font-style: italic;
	color: blue ;
}
a:visited {
	text-decoration: none ;
	font-style: italic;
	color: purple ;
}
a:hover {
	text-decoration: underline;
	font-style: italic;
	color: red ;
}
.menueTable a:hover {
    text-decoration: none;
}
/*----------------------------------*/
/* Formatierungen Body              */
/*----------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica ;
	font-size: 12px ;
	color: black ;
	background-color: white ;
	margin: 0 ;
	padding: 0;
	border: 0;
}
/*----------------------------------*/
/* Formatierungen Title Header      */
/*----------------------------------*/
.title {
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #0000FF;
	text-align: center;
}
/*----------------------------------*/
/* Formatierungen Title Footer      */
/*----------------------------------*/
.textFooter {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}
/*----------------------------------*/
/* Formatierungen Title and Text    */
/*----------------------------------*/
p {
    margin-top: 8px;
    margin-bottom: 5px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	color: #CB1B01;
	font-family: Verdana, Arial, Helvetica;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #CB1B01;
	font-family: Verdana, Arial, Helvetica;
	margin-bottom: 10px;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #CB1B01;
	font-family: Verdana, Arial, Helvetica;
	margin-bottom: 5px;
	margin-top: 12px;
}
.pBold {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica;
}
.pUnterstrich {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: black;
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica;
	border-bottom-color: #C0C0C0;
	border-bottom-width: 1px;
	margin-bottom: 3px;
	border-bottom-style: solid;
	margin-top: 1px;
	padding-top: 0px;
	padding-bottom: 5px;
}
.gvResultate {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #CB1B01;
	line-height: 1.3em;
	font-style: italic;
}

/*----------------------------------*/
/* Formatierungen ColumnRight       */
/*----------------------------------*/
.columnRightLink {
	font-size: 11px;
	font-style: italic;
	color: blue;
	font-family: Verdana, Arial, Helvetica;
}
.rechterBalken {
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF #CCCCCC #FFFFFF #FFFFFF;
	text-align: left;
	background-color: #F4F4F4;
}
.rightColumnText {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	text-align: left;
	padding-left: 5px;
	font-weight: normal;
}
.columnRightTitle {
	font-size: 11px;
	font-weight: bold;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica;
}
.text {
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #FFFFFF #CCCCCC #FFFFFF #CCCCCC;
	text-align: left;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
}
.linkerBalken {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	background-color: #FFECEC;
}
/*----------------------------------*/
/* Formatierungen Image Legende     */
/*----------------------------------*/
.imageLegende {
	font-size: 11px;
	color: black;
	margin-top: 1px;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica;
}
.imageLeft {
	float: left;
	padding-right: 10px;
}
.imageRight {
	float: right;
	padding-left: 10px;
}
.imageCenter {
	float: right;
	padding-right: 200px;
}
.roterBalken {
	border: 1px solid #FFFFFF;
	background-color: #FF0000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	color: #FFFFFF;
	text-indent: 5px;
	text-align: left;
}
/*----------------------------------*/
/* Formatierungen Menue und Balken  */
/*----------------------------------*/
.menueTable {
	background-color: #FFCCCC;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #000080;
	text-indent: 3px;
	text-decoration: none;
}
/*--- Navigationsmenue linke Spalte ---*/
.menueEins {
	background-color: #FFCCCC;
	font-size: 13px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}
.menueZwei {
	font-size: 11px;
	background-color: #FFECEC;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: left;
}
