html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


	body
		{
		background: url(images/background.png);
		font-family: Trebuchet MS;
		margin: 0px;
		font-size: 12px;
		color: #383838;
		}
		
	a
		{
		color: #255ab4;
		}
		
	.clearfloat
		{
		clear: both;
		padding: 5px;
		}

	.head
		{
		background: #255ab4;
		padding: 6px;
		overflow: hidden;
		}
		
	p { margin-bottom: 10px; }
		
		.head-navigation
			{
			width: 940px;
			margin: 0px auto;
			color: #ffffff;
			overflow: hidden;
			line-height: 22px;
			}
			
			.head-navigation span
				{
				display: none;
				}
			
			.head-navigation a
				{
				color: #ffffff;
				font-weight: bold;
				text-decoration: none;
				}
			
		.head-search
			{
			margin: 0px 3px 0px 0px;
			float: right;
			width: 265px;
			padding: 4px 10px 4px 5px;
			font-size: 11px;
			color: #666666;
			background: #ffffff;
			-moz-border-radius:12px; 
			-webkit-border-radius:12px;
			text-align: right;
			}
		
	#wrapper
		{
		margin: 0px auto;
		margin-top: 8px;
		width: 960px;
		overflow:hidden;
		}
		
	.logo
		{
		margin: 15px 5px 10px 0px;
		width: 235px;
		height: 52px;
		background: url(images/finanzierung.png);
		}
	
		.logo span
			{
			display: none;
			}
			
	.container
		{
		color: #333333;
		overflow: hidden;
		}
		
	.content
		{
		width: 650px;
		margin: 0px 8px 10px 0px;
		background: #ffffff;
		padding: 10px 0px 20px 0px;
		border: 1px solid #e1e1e1;
		-moz-border-radius:12px; 
			-webkit-border-radius:12px;
		float: left;
		overflow: hidden;
		}
	
		.breadcrumb
			{
			margin: 5px 10px 0px 0px;
			float: right;
			padding: 4px 15px 4px 15px;
			font-size: 11px;
			color: #ffffff;
			background: #255ab4;
			-moz-border-radius:8px; 
			-webkit-border-radius:8px;
			}
		
		.content-box
			{
			padding: 0px 0px 0px 0px;
			margin: 10px 20px 5px 20px;
			overflow: hidden;
			}
		
			.content-box h1
				{
				font-size: 22px;
				font-weight: normal;
				color: #255ab4;
				margin: 0px 10px 10px 10px; 
				padding-bottom: 5px;
				font-family: Tahoma;
				border-bottom: 1px solid #e6e6e6;
				}
		
			.content-text
				{
				font-family:"Lucida Sans Unicode","Lucida Grande","Trebuchet MS", Helvetica, Arial, sans-serif;
				margin: 0px 17px 0px 17px;
				color: #666666;
				font-size: 12px;
				line-height: 18px;
				}
				
				.content-text a
					{
					font-family: Arial;
					color: #255ab4;
					font-weight: bold;
					font-size: 13px;
					}
				
				.blockqoute
					{
					margin: 0px 10px 0px 10px;
					background: #f9f9f9; 
					font-size: 12px;
					border: 1px solid #e0e0e0;
					-moz-border-radius:12px; 
					-webkit-border-radius:12px;
					padding: 10px 20px 10px 20px;
					font-style: italic;
					}
				
				.content-text img
					{
					float: left;
					margin: 10px 20px 10px 10px;
					padding: 5px;
					background: #f9f9f9;
					border: 1px solid #e1e1e1;
					-moz-border-radius: 4px; 
					-webkit-border-radius: 4px;
					}
				
				.content-text h2
					{
					font-size: 15px;
					margin: 15px 0px 2px 0px;
					font-family: Tahoma;
					}
					
			.advertisement
				{
				margin: 0px 17px 0px 17px;
				padding: 5px;
				background: #f9f9f9;
				border: 1px solid #e1e1e1;
				-moz-border-radius: 4px; 
				-webkit-border-radius: 4px;
				}
				
				.advertisement img
					{
					width: 100%;
					border: 0px;
					}
				
			.date
				{
				overflow: hidden; 
				margin: 0px 10px 0px 10px;
				width: 70px;
				float: left;
				color: #ffffff;
				background: #e0e0e0;
				-moz-border-radius:12px; 
				-webkit-border-radius:12px;
				}
				
				.day
					{
					font-size: 26px;
					font-weight: bold;
					float: left;
					margin: 0px -7px 0px 6px;
					}
					
				.month 
					{
					text-align: center;
					margin: 3px 0px -4px 0px;
					padding: 0px;
					text-transform: uppercase;
					}
					
				.year 
					{
					margin: 0px;
					padding: 0px;
					font-size: 11px;
					text-align: center;
					}
			
		.information-top
			{
			margin: 10px 0px 20px 0px;
			color: #a3a3a3;
			font-size: 11px;
			background: #f9f9f9;
			border-top: 1px solid #e1e1e1;
			border-bottom: 1px solid #e1e1e1;
			padding: 7px 10px 7px 15px;
			}
		
		.information-bottom
			{
			margin: 20px 0px 20px 0px;
			color: #a3a3a3;
			font-size: 11px;
			background: #f9f9f9;
			border-top: 1px solid #e1e1e1;
			border-bottom: 1px solid #e1e1e1;
			padding: 10px;
			}
	
	.navigation	
		{
		overflow: hidden;
		}
		
	.navigation img 
		{
		margin-bottom: 8px;
		}
		
		.navigation-title
			{
			font-size: 16px;
			font-weight: bold;
			color: #333333;
			margin: 2px 0px 3px 3px;
			}
		
	.navigation-box
		{
		background: url(images/nav_bg.png);
		padding: 20px 25px 20px 25px;
		border: 1px solid #dddddd;
		-moz-border-radius:12px; 
		-webkit-border-radius:12px;
		overflow: hidden;
		margin-bottom: 9px;
		}
		
	.navigation-ads
		{
		background: url(images/nav_bg.png);
		padding: 10px;
		border: 1px solid #dddddd;
		-moz-border-radius:12px; 
		-webkit-border-radius:12px;
		overflow: hidden;
		margin-bottom: 9px;
		text-align: center; 
		}
		
		.navigation-ads img
			{
			margin: 4px;
			-moz-border-radius:12px; 
			-webkit-border-radius:12px;
			}
		
		.navigation-box, .navigation-ads h3
			{
			margin-bottom: 8px;
			color: #666666;
			font-size: 160%;
			}
			
			.navigation-box a
				{
				color: #666666;
				text-decoration: none;
				}
				
		.navigation-box ul
			{
			margin-bottom: 5px;
			}	
			
		.navigation-box ul>li
			{
			background: url(images/stock_mail-filters-apply.png) no-repeat;
			color: #666666;
			padding-left: 25px;
			font-size: 14px;
			list-style: none;
			line-height: 33px;
			border-bottom: 1px dotted #cccccc;
			}
			
		.navigation-box ul>li:hover
			{
			background: url(images/stock_mail-filters-apply2.png) no-repeat;
			}
	
	.avatar
		{
		float: left;
		margin: 10px 30px 0px 10px;
		overflow: hidden;
		text-align: center;
		}
		
		.avatar img
			{
			width: 48px;
			}
			
	.comment-box
		{
		padding: 0px 0px 0px 0px;
		margin: 5px 20px 5px 20px;
		overflow: hidden;
		font-family:"Lucida Sans Unicode","Lucida Grande","Trebuchet MS", Helvetica, Arial, sans-serif;
		}	
	
	.comment
		{
		margin-bottom: 40px;
		}
		
	.comment-website
		{
		margin-top: 5px;
		color: #cccccc;
		}
		
		.comment-website a
			{
			color: #255ab4;
			}
			
	.comment-name
		{
		margin-bottom: 8px;
		padding: 0px 0px 2px 0px;
		border-bottom: 1px dotted #e0e0e0;
		}
			
	.comment-text
		{
		overflow: hidden;
		color: #666666;
		line-height: 17px;
		margin: 0px 5px 0px 5px;
		background: #f9f9f9; 
		font-size: 12px;
		border: 1px solid #e0e0e0;
		-moz-border-radius:12px; 
		-webkit-border-radius:12px;
		padding: 10px 20px 10px 20px;
		}
		
		.comment-headline
			{
			font-size: 15px;
			font-weight: bold;
			color: #666666;
			margin-bottom: 30px;
			font-family: Tahoma;
			}
		
	#footer
		{
		margin: 0px auto;
		width: 960px;
		overflow:hidden;
		padding: 40px;
		}
		
		.footer
			{
			margin-left: 40px;
			}
			
			.footer a
				{
				color: #255ab4;
				}
