/* ***** Home Main Content Start ***** */
div.colmask 
{
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#C1CDC1;		/* Left column background colour */
	border-top-color: #b3b3b3;
	border-top-style: solid;
	border-top-width: 1px;
}

div.colmid 
{
	float:left;
	width:200%;
	position:relative;
	left:190px;
	background:#fff;    		/* Centre column background colour */
}

div.colright 
{
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
	background:#e5e5e5;    		/* Right column background colour */
}

div.col1wrap 
{
	float:right;
	width:50%;
	position:relative;
	right:100%;
}

div.col1pad 
{
	margin:0 10px 0 410px;
	overflow:hidden;
}

div.col1 
{
	width:100%;
	overflow:hidden;
	padding-top: 10px;
	padding-bottom: 20px;
}

div.col2 
{
	padding-top: 10px;
	padding-bottom: 20px;
	float:left;
	width:170px;
	position:relative;
	margin-left:-50%;
	left:220px;
	overflow:hidden;
}

div.col3 
{
	padding-top: 10px;
	padding-bottom: 20px;
	float:left;
	width:180px;
	position:relative;
	left:10px;
	overflow:hidden;
	text-align: center;
}

img.unwetter
{
	width: 190px;
	height: 224px;
	border-style: none;
}

img.pegel
{
	width: 190px;
	height: 194px;
	border-style: none;
}

img.edithome
{
	border-style: none;
	width: 16px;
	height: 16px;
}

/* ***** Home Main Content End ***** */

/* ***** Home Edit Start ***** */
.inputtitle
{
	width: 350px;
}

.inputtext
{
	width: 350px;
	height: 150px;
}
/* ***** Home Edit End ***** */
