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

    * Filename: default.css
    * Version: 1.0.0 (2008-12-07)
    * Website: mhm2
    * Author: David
    * Description: Main Layout

    == STRUCTURE: ==============================
    * Page width: 100%
    * Number of columns: 1
    ============================================
    
    == INDEX: ===================================
	_top: the top area with the logo
	_stripes: the horizontal stripes
	-
	============================================

    */
    
*{
	margin:0;
	padding:0;
}
html, body {
    height: 100%;
}
body {
	font-family: Helvetica;
	font-size: 16pt;
	background: #000 url(img/stripes2.jpg) repeat-x;
	color:#003244;
}

.clearfix{
	clear:both;}
	
/* _top
==========================================*/
#top{
	height:310px;
}
.top_logo{
	height:310px;
	width:290px;
	background:url(img/logo.jpg) no-repeat;
	position: absolute;
	left: 50%;
	margin-left:-145px;
}
	
	
/* _belowstripes
==========================================*/
#belowstripes{
	height:50px;
	padding-top:2px;
}
.schriftzug{
	height:30px;
	width:160px;
	background:url(img/mhm_schriftzug.jpg) no-repeat;
	position: absolute;
	left: 50%;
	margin-left:-80px;
}
	
/*
==========================================*/
	
a:link{
	color:#00aeef;
	text-decoration:none;}
a:active{
	text-decoration:underline;}
a:visited{
	color:#00aeef;
	text-decoration:none;}
a:hover{
	text-decoration:underline;}
