	*{
		padding:0;
		margin:0;
	}
	
	body{
			margin:18px;
			margin-right:0;
			padding:0;
			font-family:Arial, Helvetica, sans-serif;
			font-size:0.9em;
			color:#000000;
	}
	form{
			float:left;
	}
	
	
	td {
			vertical-align:top;
			font-size:0.8em;
	}

	p {		font-size:1em;	}
	
	.senden {
		font-size:12px;
		color: #FFFFFF;
		background-color: #1E4F83;
		font-family:Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		height:22px;
		padding: 0 5px  0 5px;
		border: 1px solid #1E4F83
	}

	
	/* Anmeldeformular */
	
	
	#awtanmeldung div{
		width:100%;
	}	
	
	
	#awtanmeldung .checkbox {
		margin-right:5px;	
	}
	
	#awtanmeldung .formlabel{
		display:block; 
		width:100px; 
		float:left;
	}
	
	#awtanmeldung #teilnehmer2{
		display:table-cell;
		width:345px;
	
	}
	
	#awtanmeldung #teilnehmer1{
		float:left;
		display:table-cell;
		width:345px;
	}
	
	#awtanmeldung .teilnehmer{
		width:230px;
	}
	
	#awtanmeldung .firma{
		width:400px;
	}
	
	#awtanmeldung textarea{
		width:676px;
	}	

div.teaser-group
{
	width: 362px;
	margin-right: -10px;
	font-size: 13px;
	
	border-bottom: 1px solid #E3E3E3;
}

div.teaser-group .item
{
	float: left;
	width: 171px;
	/*height: 212px;*/
	margin-bottom: 10px;
	margin-right: 10px;
}

div.teaser-group .item .text
{
	padding-top: 10px;
}

div.teaser-group .item a
{
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	display: block;
}

