/* TEXT SIZES BEGIN */
body {
	font-size: 28px;
	font-family: Helvetica, Arial, Sans-Serif;
	color: #000;
	text-align: left;
	background-color:#fff;
	margin:0;
	padding:0;
	line-height:35px;
	-webkit-text-size-adjust: none; /* iphone no text resize */
	}
#header h1 {
	font-size: 40px;

	}
h2 {
	font-size: 30px;
	line-height: 35px;
}
#main-menu {
	float:left;
	font-size: 30px;
	line-height: 45px;
	font-weight: bold;
	text-transform: uppercase;
	width:200px;
}
.wettbewerb {
	margin: 18px 0 4px 0;
	font-size: 24px;
	font-weight:bold;
}
#footer p, .projektdaten{
	font-size: 22px;
	line-height: 26px;
	padding: 0;
}
.projektdaten{
	padding-top:15px;	
}
.projektdaten span{
	width:200px;
}
#tooltip p{
	font-size: 22px;
}
#tooltip {
	position:absolute;
	bottom: -37px; 
	width: 100%;
	background-image:url(images/bg_blackopacity.png);
	z-index:10;
	cursor: pointer;

}

/* TEXT SIZES END */

/* DIV RE-LAYOUT */
#post {
	clear:both;
	margin:0;
	padding:50px 0 20px 0;
}
#projekt-menu-sub {

	float:left;
	width:400px;
	margin: 0 0 10px 0;
}
#column2-submenu-aktuelles #projekt-menu-sub {
	width:auto;
}
#column2-submenu {
	clear:none;
	margin-left:0;
}
#column2-submenu-aktuelles #post {
	margin-left:0;
	margin-right:20px;
	width:auto;
}

/*DIV END */