
.clear_both{
    clear: both;
}

input {
	outline: none;
}

.round_4{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;


}
.fix_top{
	position: fixed;
	top:0px;
	margin: 0 auto;	
	width: 100%;
	font-size: 18px;
	letter-spacing: 5px;
	background-color: rgba(192, 192, 192, 1.0);
	color: #505050;
	text-align: center;
	z-index: 100;
}



/* This is your div's css. */
#innerDivTop {
	position: fixed;

	/***  CSS Position  ***/
	text-align: center;
	position: static;
	left: inherit;

	-moz-box-shadow: 0 6px 9px  rgba(104, 104, 104, 0.6);
    -webkit-box-shadow: 0 6px 9px rgba(104, 104, 104, 0.6);
    box-shadow: 0 6px 9px rgba(104, 104, 104, 0.6);

	
	/*text-shadow: 2px 2px 5px rgba(177, 177, 177, 1.000);*/

	background-color: rgba(255, 255, 255, 1.0);
	letter-spacing: normal;
	color: #505050;
	font-size: 12px;
	height: 17px;
	
}


div.bottom_mt {
	
	width: 962px;
	margin: 0 auto;

	padding: 6px 6px 6px 6px;
	
	margin-top:10px;
	margin-bottom:20px;
	border:1px solid rgba(192, 192, 192, 0.6);
	background-color: rgba(192, 192, 192, 0.4);
	
	-moz-border-radius: 6px !important; 
	-webkit-border-radius: 6px !important;
	border-radius: 6px !important;
	/*
	-moz-box-shadow: 0 6px 9px  rgba(104, 104, 104, 1.000);
    -webkit-box-shadow: 0 6px 9px rgba(104, 104, 104, 1.000);
    box-shadow: 0 6px 9px rgba(104, 104, 104, 1.000);
	*/
	
	font-size: 18px;
	letter-spacing: 5px;
	text-align: center;
}

#parentDiv {
	position: static;
	margin: 0px;
	padding: 0px;
}


.idle_loading
{
	background-image:url(gif/loading.gif);
	text-align:center;
	background-repeat:no-repeat;vertical-align:middle;width:32px;height:32px;
}



#mt_home_content_inner{
	margin-top: 5px;
}

#sub_header_container{
	vertical-align: bottom;
	float:left;
	width: 480px;
	border:0px dotted green;
}

#sub_header_container_login{
	vertical-align: bottom;
	float:left;
	width: 478px;
	border:0px dotted green;
}

#MT_APP_CONTAINER {
	
	width: inherit;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}


#mt_footer_container {
	
	margin: 0 auto;
	margin-top: 15px;
	color:#505050;
	padding: 0px 2px 0px 2px;
}

#mt_footer_impressum {
	text-align:left;
	font-size:10px;
	width: 340px;

}



