/* 

Style CSS von Markus Roth 09:53 05.12.2006
eMail: markus.roth (at) interchey.de
Internet: www.interchey.de

CSS 2 Version Std. nach W3c.org

*/ 

a:link {
	color : #FF6500;
	background-color: #ffffff;
	font-size : 13px;
	font-family : Arial,Verdana,Helvetica,sans-serif;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	color : #FF6500;
	background-color: #ffffff;
	font-size : 13px;
	font-family : Arial,Verdana,Helvetica,sans-serif;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color : #FF6500;
	background-color: #ffffff;
	font-size : 13px;
	font-family : Arial,Verdana,Helvetica,sans-serif;
	font-weight: normal;
	text-decoration: underline;
}
a:active {
	color : #FF6500;
	background-color: #ffffff;
	font-size : 13px;
	font-family : Arial,Verdana,Helvetica,sans-serif;
	font-weight: normal;
	text-decoration: underline;
}
td.menuLeftColBg {
	color : #000000;
	background-color: #0086E6;
	background-image: url(verlauf_menue.gif);
	background-repeat: repeat-y;
}
td.bgTabelDarkBlue {
	color : #ffffff;
	background-color: #003A63;
	border-style: none;
	border-width: 0;
}
td.bgTabelLightBlue {
	color : #ffffff;
	background-color: #0086E6;
}
td.TabelNopeBorder {
	border-style: none;
	border-width: 0;
}
td.bgTabelBoxContent {
	color : #000000;
	background-color: #ffffff;
	border-style: none;
	border-width: 0;
}
.boxLeftAround {
	border-color: #000000;
	border-width: 1px;
	border-style:solid; 
}
p.footline {
	margin-top: 3px; 
	margin-bottom: 3px;
}
.footerLineCopy {
	color : #ffffff;
	background-color: #003A63;
	font-size : 11px;
	font-family : Arial,Verdana,Helvetica,sans-serif;
	font-weight: normal;
	text-decoration: none;
}
.boxTitle {
	font-size : 13px;
	font-family : Arial,Verdana,Helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.boxContent {
	font-size : 13px;
	font-family : Arial,Verdana,Helvetica,sans-serif;
	font-weight: normal;
	text-decoration: none;
}
.siteContentPlain {
	font-size : 13px;
	font-family : Arial,Verdana,Helvetica,sans-serif;
	font-weight: normal;
	text-decoration: none;
}
.siteContentBold {
	font-size : 13px;
	font-family : Arial,Verdana,Helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.siteContentPlainWebCenter {
	color:#636163;
	font-size : 14px;
	font-family : Arial,Verdana,Helvetica,sans-serif;
	font-weight: normal;
	text-decoration: none;
}
.siteContentBoldWebCenter {
	color:#616161;
	font-size : 14px;
	font-family : Arial,Verdana,Helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.siteContentTitle {
	font-size : 20px;
	font-family : Arial,Verdana,Helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
}

