/* Allgemeine Formatierungen */
body
{
	font-size: 12px;
	background-image: url(Images/linie_im_hintergrund.gif);
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Tabellen Formatierungen */
.tableNewsParagraph
{	
	border-right: black 0px solid;
	padding-right: 0px;
	border-top: black 0px solid;
	margin-top: 0px;
	padding-left: 0px;
	font-size: 12px;
	padding-bottom: 0px;
	border-left: black 0px solid;
	padding-top: 0px;
	border-bottom: black 0px solid;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%
}
.tableContentWithoutJustify
{
	border-right: black 0px solid;
	padding-right: 0px;
	border-top: black 0px solid;
	margin-top: 20px;
	padding-left: 0px;
	font-size: 12px;
	padding-bottom: 0px;
	border-left: black 0px solid;
	line-height: 17px;
	padding-top: 0px;
	border-bottom: black 0px solid;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%
}
.tableContent
{
	border-right: black 0px solid;
	padding-right: 0px;
	border-top: black 0px solid;
	margin-top: 20px;
	padding-left: 0px;
	font-size: 12px;
	padding-bottom: 0px;
	border-left: black 0px solid;
	line-height: 17px;
	padding-top: 0px;
	border-bottom: black 0px solid;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	width: 100%
}

/* Format von Tabellenzellen */
.tdHead
{
	vertical-align:top;	
	background-color:White;
}
.tdMenu
{
	vertical-align: top;
	width: 212px;
}
.tdContent
{
	vertical-align:top;	
	text-align:left;
	width:544px;
}
.tdLogos
{	
	width:268px;
	vertical-align:top;
}

/* Format von Titeln und Texten */
.strongerBlueBig
{
	font-weight: bold;
	font-size: medium;
	color: #7a93c8;
}
.strongerWithSpacing
{
	font-weight: bold;
	letter-spacing: 1px;
}
.strongerBlueWithSpacing
{
	font-weight: bold;
	color: #4265b0;	
	letter-spacing: 1px;
}
.strongerWhiteBlueWithSpacing
{
	font-weight: bold;
	color: #7a93c8;	
	letter-spacing: 1px;
}
.strongerBlueHandWithSpacing
{
	font-weight: bold;
	color: #4265b0;	
	letter-spacing: 1px;
	cursor: hand;
}
.strongerBlueKursiv
{
	font-weight: bold;
	color: #4265b0;
	font-style: italic;
}
.strongerBlue
{
	font-weight: bold;
	color: #4265b0;	
}
.strongerBlueHand
{
	font-weight: bold;
	color: #4265b0;	
	cursor: hand;
}
.normalJustify
{	
	text-align:justify;
}
.spanHidden
{
	display: none;
}
.littleFont
{
	font: 10px;
}

/* Format von Links */
.aNone
{	
	text-decoration: none;
}
.aDevigusBlue
{
	color: #4265b0;	
}
.aDevigusGreen
{
	color: #339933;
}
.aNewsOpen
{
	font-weight: bold;
	cursor: hand;
	text-decoration: none;
}
.aNewsClose
{
	font-weight: bold;
	cursor: hand;
	color: #808080;
	text-decoration: none;
}

/* Bilder Formatierungen */
.imgSimple
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	text-decoration: none;
}
.imgWithHand
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	cursor: hand;
	border-bottom: 0px;
	text-decoration: none;
}
.imgReferenz
{
	border-right: 0px;
	padding-right: 0px;
	border-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: 0px;
	clip: rect(0px 0px 0px 0px);
	text-indent: 0px;
	line-height: 0pt;
	padding-top: 0px;
	border-bottom: 0px;
	letter-spacing: 0pt;
	font-variant: small-caps;
	text-decoration: none;
}

/* Format von Listen */
UL
{	
	list-style-position: outside;
	margin-left: 30px;
	list-style-type: square;
}
.ulISO
{
	list-style-position: outside;
	margin-left: 14px;
	list-style-type: square;
}
.ulWithoutSpace
{
	margin-top: 0px;
	list-style-position: outside;
	margin-left: 30px;
	list-style-type: square;
}

/* Diverse Formate */
.copyRight
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12px;
	padding-bottom: 0px;
	margin: 0px;
	color: #ffffff;
	padding-top: 0px;
	text-decoration: none;
	line-height: 12px;
}