/*********************************************************************************

	Project		:	MFT Homepage
	Copyright	:	Medizinischer Fakult?tentag der Bundesrepublik Deutschland - www.mft-online.de
	Last Edited	:	Heroven - 15.06.2011

********************************************************************************** */

/* ### BODY / HTML ############################################################### */

html, body { 
    height:auto;
    width:auto;
    overflow: visible;
	background-color:white;
	text-align:center;
	font-family:Arial;
	font-size:20px;
	color:#000000;
}

/* ### Gesamter Container ######################################################## */

#wrapper {
	background-color:white;
	background-image: url(img_background.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}

/* ### Header/Logo ############################################################# */

#header_container {
	display:none;
}

#header {
	display:none;
}

/* ### Linke Nav/Content/rechte Nav ################################################ */

#main_container {
	top:0px;
	margin:0;
}
	
#navigation {
	 display:none;
}

#teaser {
	display:none;
}

#content {
}

#mft_content {
    font-size:14px;
}

p {
	font-size:14px;
}

#mft_content p {
	font-size:14px;
}

#news {
 display:none;
}           

#head_newsbox {
 display:none;
}

#head_search {
 display:none;
}

#news_box {
 display:none;
}        


/* ### Footer ###################################################################### */

#footer_container {
 display:none;
}

#footer {
 display:none;
}

#footer_text {
 display:none;
}

/* ### Rest ###################################################################### */


