body			{
				font-family: Tahoma, Arial, Helvetica, sans-serif;
				background-color: #FFCC66;
			}

.links		{
				font-family: Tahoma, Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-style: normal;
				font-weight: bold;
				font-variant: normal;
				/* color: #D20282; */
				color: #990033;
				text-decoration: none;
			}

.text1 		{
				font-family: Tahoma, Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-style: normal;
				line-height: normal;
				font-weight: normal;
				font-variant: normal;
				color: #D20282;
				text-decoration: none;
			}
			
.text2		{
				font-family: Tahoma, Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-style: normal;
				line-height: normal;
				font-weight: bold;
				font-variant: normal;
				color: #FFE1BB;
				text-decoration: none;
			}

.BlackNormal	{ 
					font-family: Tahoma, Helvetica, Arial, sans-serif;
					font-size:10pt; 
					font-weight:lighter; 
					color:#000000; 
				}

.BlackBold 		{ 
					font-family: Tahoma, Helvetica, Arial, sans-serif;
					font-size:10pt; 
					font-weight:bold; 
					color:#000000; 
				}
			
.BlueNormal		{ 
					font-family: Tahoma, Helvetica, Arial, sans-serif;
					font-size:10pt; 
					font-weight:lighter; 
					color:#0000FF; 
				}

.BlueBold 		{ 
					font-family: Tahoma, Helvetica, Arial, sans-serif;
					font-size:10pt; 
					font-weight:bold; 
					color:#0000FF; 
				}

.RedNormal		{ 
					font-family: Tahoma, Helvetica, Arial, sans-serif;
					font-size:10pt; 
					font-weight:lighter; 
					color:#FF0000; 
				}

.RedBold 		{ 
					font-family: Tahoma, Helvetica, Arial, sans-serif;
					font-size:10pt; 
					font-weight:bold; 
					color:#FF0000; 
				}

.Headline		{
					font-family: Tahoma, Helvetica, Arial, sans-serif;
					font-size:10pt; 
					font-weight:bold; 
					color:#FFFFFF;
					background-color:#990033;
				}
				
				
.EineSpalteJustify	{
						width:450px;
						left:10px;
						text-align:justify;
					}	

.EineSpalteLeft		{
						width:450px;
						left:10px;
						text-align:left;
					}					

.LinkeSpalte		{
						width:210px;
						margin-left:1px;
						margin-right:5px;
						text-align:justify;
					}	

.RechteSpalte		{
						width:210px;
						margin-left:5px;
						margin-right:1px;
						text-align:justify;
					}					
				
				
.vorschau			{
						font-family: Tahoma, Arial, Helvetica, sans-serif;
						font-size: 11px;
						font-weight: bold;
						float:left;
						width:134px;
						height:100px;
						background-color:#aaa;
						text-align:center;
						border: solid 2px;
						border-color: #888 #888 #888 #888;
						margin: 0 1.3em 1em 0;
					}

.vorschau div 		{
						margin: 5px 5px 5px 5px;
						text-align:center;
						overflow:hidden;
					}
					
				
