﻿body 
{
	/* small entspricht in etwa 12px */
	font-size:1.0em;
	font-family: Arial;
	height: 100%;
	color: Black;
}

a
{
	text-decoration: none;
	color:  #333333;
	font-weight:bold;
}

/* alle gedrückten Links */
a:hover
{
	text-decoration: underline;
	color: #333333;
}
.LogInInformation
{
	color: Black;
}

/* Mitte */
.PageMitte /* Gesamter Bereich der Mitte */
{
	/* oben, rechts, unten, links */
	padding: 5px 15px 15px 15px;
	margin: 5px 15px 15px 15px;
}

/* Tabellenformatierungen */

.breite15 
{
	width: 15%;
}
.breite20
{
	width: 20%;
}
.breite25
{
	width: 25%;
}
.breite30
{
	width: 30%;
}
.breite35
{
	width: 35%;
}
.breite50
{
	width: 50%;
}
.breite65
{
	width: 65%;
}
.breite70
{
	width: 70%;	
}
.breite100
{
	width: 100%;
}
.breite261px
{
	/*width: 261px;*/
	width: 261;
}
.breiteAuto
{
	width: auto;
}
.hoehe100
{
	height: 100%;	
}
.center
{
	text-align:center;
}
.bottomLine
{
	border-bottom-color:Gray;
	border-bottom-style: solid; 
	border-bottom-width:1px;
}
.topLine
{
	border-top: solid 1px Gray;	
}

.borderTable
{
	border-right : #ccddef 1px solid;
	border-left : #ccddef 1px solid;
	border-top : #ccddef 1px solid;
	border-bottom : #ccddef 1px solid;
}
.innerTable
{
	border-right : #ccddef 1px solid;
	border-left : #ccddef 1px solid;
	border-top : #ccddef 1px solid;
	border-bottom : #ccddef 1px solid;
	height: 100%;
}

.borderImage
{
	border-right : #000000 1px solid;
	border-left : #000000 1px solid;
	border-top : #000000 1px solid;
	border-bottom : #000000 1px solid;
}

.HeaderStyle {
    background-color: #6699CC; 
    padding-left:7; 
    font-family:tahoma; 
    font-size: 0.9em; 
    color: white; 
    font-weight:bold; 
    line-height:150%;
}
.RowStyleBlue
{
    background-color: #EEEEEE; 
    padding-left:7; 
    font-family:tahoma; 
    font-size: 0.9em; 
    color: Black;
    font-weight:normal; 
    line-height:150%;
}
.RowStyleWhite
{
    background-color: #FFFFFF; 
    padding-left:7; 
    font-family:tahoma; 
    font-size: 0.9em; 
    color: Black;
    font-weight:normal; 
    line-height:150%;
	
}
.RowStyleWhiteSmoke
{
    background-color: #f5f5f5; 
    padding-left:7; 
    font-family:tahoma; 
    font-size: 1.0em; 
    color: Black;
    font-weight:normal; 
    line-height:150%;
	
}

.LinkColor
{
	color:Blue;
}

