/* ------ allgemeine Element-Definition ------ */
body,td,th,div
	{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #ffff00;
	}

/* ------ allgemeine Bild Definition ------ */
img
	{
	border: 0px;
	}

/* ------ allgemeine Navigations Definition ------ */
a.menu
	{
	color:#FF3300;
	text-decoration: none;
	}
	
a.menuActive
	{
	color:#00AEEF;
	font-weight: bold;
	text-decoration: none;
	}

a.menuSub
	{
	color:#FF3300;
	text-decoration: none;
	}

a.menuSubActive
	{
	color:#00AEEF;
	font-weight: bold;
	text-decoration: none;
	}

a.menuTop
	{
	color: #000000;
	}

/* ------ Fett ------ */
span.bold
	{
	font-weight: bold;
	}
/* ------ Unterstrichen ------ */
span.underline
	{
	text-decoration: underline;
	}
/* ------ Kursiv ------ */
span.italic
	{
	font-style: italic;
	}
/* ------ Rot und fett -----*/
span.warning
	{
	color: #FF3300;
	font-weight: bold;
	}
/* ------ Linkfarbe ------ */
a.weblink
	{
	color: #00AEEF;
	}
/* ------ Linkfarbe ------ */
a.doc
	{
	color: #00AEEF;
	}
/* ------ Linkfarbe in Search ------ */
a.page
	{
	color: #00AEEF;
	}
/* ------ Mail-Linkfarbe ------ */
a.mail
	{
	color: #00AEEF;
	}
/* ------ Anchor-Linkfarbe ------ */
a.anchor
	{
	color: #FF3300;
	font-weight: bold;
	text-decoration: none;
	}

/* ------ Bildausrichtung Links ------ */
img.left
	{
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align:text-top;
	float:left;
	}
/* ------ Bildausrichtung Rechts ------ */
img.right
	{
	margin-left: 10px;
	margin-bottom: 10px;
	vertical-align:text-top;
	float:right;
	}
/* ------ keine Bildausrichtung (Standard)------ */
img.none
	{
	}
	
/* ------ keine Bildausrichtung (Standard)------ */
img.timescouttop
	{
	vertical-align:text-bottom;
	}
		
/* ------ Rand von Topic Bild (Standard)------ */
div.timescouttopic
	{
	border-bottom: 1px solid #B2E7FA;
	}
	
/* ------ Timescout Inhalt------ */
div.timescoutcontent
	{
	line-height: 18px;
	color: #00AEEF;
	}
	
/* ------ Timescout Inhalt------ */	
div.timescoutpicbox
	{
	line-height: 18px;
	color: #00AEEF;
	border-bottom: 1px solid #B2E7FA;
	}

/* ------ Titles------ */
div.timescouttitle
	{
	font-size: 20px;
	line-height: 21px;
	color: #00AEEF;
	}
td.blue
	{
	line-height: 18px;
	color: #00AEEF;
	}
.regInput
	{
	width: 360px;
	}
.regPLZ
	{
	width: 84px;
	}
div.licArea
	{
	width: 360px;
	height: 100px;
	color: #00AEEF;
	border: inset #BBBBBB 2px;
	overflow: auto;
	}


/* ------ Besonderheiten im Druck ------- */
@media print
	{
	div.hideInPrint
		{
		display: none;
		}
	div.timescouttopic
		{
		/*display: none;*/
		border: 0px; none;
		}
	}
		
