/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.8
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

body 
{
	margin:0px;
	font-size:12px;
	color:#303030;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif; 
	background-image:url(../../img/topback2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	overflow-y:scroll;

}

a:Link, a:Hover, a:visited, a:Active
{
	color:#897de2;
	text-decoration:none;
}

img
{	
	border:none;
}
.container 
{
	width:950px;
	margin:0 auto;
}


.post
{
	float:left;
	margin:0px 0 0px 0;
	padding:7px 0 7px 0;
}

.left
{
	text-align:right;
	width:470px;
	min-height:10px;
	float:left;
	margin:0 10px 0 0;
}


.right
{
	text-align:left;
	width:400px;	
	float:left;
	margin:0 0 10 0px;
	padding:0px;
	line-height:20px;
}

.kontakt
{
	text-align:left;
	margin-left:247px;
	width:500px;	
	float:left;
	margin:0 0 10 0px;
	padding:0px;
	line-height:20px;
}

.head
{
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	margin:0;
	color:#3a3a3a;
}
