body
{
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 15px;
	background-color:#cccccc;
}

TABLE
{
	border:0px;
}

.LeftColumn
{
	
	padding: 0px 10px 10px 10px;
	width: 150px;
	
	
}
.RightColumn
{
	
	padding: 0px 10px 10px 10px;
	width: 140px;
}

.CenterColumn
{
		
}



.TopColumn
{
	padding:10px 10px 0px 10px;
}

.Table
{
	background-color: white;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	
	/*margin-bottom:10px;*/
	
	width: 950px;
	height: 100%;
}

.TableHeader
{
	padding: 10px 10px 10px 10px;
	font-weight:bold;
}

.divborder
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	height:auto;
	margin-bottom:5px;
}

/*Rand einer Box, die oben einen Header hat*/
.BoxBorder
{
	border-right: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	height:auto;
	margin-bottom:5px;
	padding:2px;
}


.BoxHeader
{
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #faebd7;
	text-align: left;
	padding: 2px;
	font-weight: bold;
	height: auto;
	width:auto;
	
}

.BoxBorderTest
{
	border-right: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	border-top: black 1px solid;
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	height:auto;
	margin-bottom:5px;
	padding:0px;
}

.BoxHeaderTest
{
	border-bottom: 1px solid black;
	background-color: #faebd7;
	text-align: left;
	padding: 2px;
	font-weight:bold;
	height:auto;
}
	



.addressCell
{
	padding: 2px;
	
	height: 20px;
}

.MiniHeader
{
	font-weight:bold;
}

.link
{
	font-weight:bold;
}

.TextBox
{
	font-size : 11px;
	height:12px;
	vertical-align:middle;
}


.Announcement
{
	color:Red;
	font-weight:bold;
}
.TopBorder
{
	border-top:1px solid #000000;
	padding:0px;
}
.BottomBorder
{
	border-bottom:1px solid #000000;
}
.Dotted
{
	text-align: left;
	padding: 2px;
	font-weight: bold;
	height: auto;
	border-bottom: tan thin dotted;
}



.test
{
	background-color: #f0e68c;
}


/*
	Links BEGIN
*/

a:link
{
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color :Black;
	text-decoration: none;	
}

a:visited
{
	color :Black;
	text-decoration: none;
}
a:hover
{
	color :Black;
}

/*
	Links END
*/



/*
Überschriften BEGIN
*/

H1
{
	font-size:22px;
	font-weight: bold
	}

H2
{
	font-size:20px;
	font-weight: bold
	}

H3
{
	font-size:18px;
	font-weight: bold
	}


H4
{
	font-size:16px;
	font-weight: bold
	}


H5
{
	font-size:14px;
	font-weight: bold
	}


H6
{
	font-size:12px;
	font-weight: bold
	}
	
/*
Überschriften END
*/

