/* 960er Grid adaptieren */
html > body #main  {
	width: 600px;
}



.grid_3,
.grid_6,
.grid_9,
.grid_12 { 
	display:inline; 
	float:left; 
	position:relative; 
	margin-left: 10px; 
	margin-right: 10px; 
}

.alpha { 
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

.grid_3 {
	width: 135px;
}

.grid_6 {
	width: 290px;
}

.grid_9 {
	width: 445px;
}

.grid_12 {
	width: 590px;
}



h1 {
	width: 600px;
}

.info {
	margin-bottom: 20px;
}

.info .txt
{
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	height: auto;
	background: #F8F8F8 url(../images/bg_info.gif) left top repeat-y;
	border-right: 1px solid #E1E1E1;
}


.info .top
{
	width: 100%;
	float: left;
	height: 10px;
	background:url(../images/top_info.gif) left top repeat-x;
}

.info .bottom
{
	width: 100%;
	float: left;
	height: 10px;
	background:url(../images/bottom_info.gif) left bottom repeat-x;
}

.info .top .tl
{
	width: 10px;
	float: left;
	height: 10px;
	background:url(../images/bg_info_top_l.gif) left top repeat-x;
}

.info .top .tr
{
	width: 10px;
	float: right;
	height: 10px;
	background:url(../images/bg_info_top_r.gif) left top repeat-x;
}

.info .bottom .bl
{
	width: 10px;
	float: left;
	height: 10px;
	background:url(../images/bg_info_bottom_l.gif) left top repeat-x;
}

.info .bottom .br
{
	width: 10px;
	float: right;
	height: 10px;
	background:url(../images/bg_info_bottom_r.gif) left top repeat-x;
}

.grid_3.info .txt {
	width: 85.3%;
}

.grid_6.info .txt {
	width: 92.9%;
}

.grid_9.info .txt {
	width: 95.2%;
}

.grid_12.info .txt {
	width: 96.5%;
}

h3 {
	font-weight: bold;
	font-size: 1em;
	padding: 0;
	margin: 0;
}
