/*********************************************************************************

	Project		:	Redaxo Demo
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de

**********************************************************************************/


/* ### undo #################################################################### */

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:10px;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

div, p, li, a {background-repeat:no-repeat; }


/* ### reset some basic style ################################################### */

dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

/* ### HTML ###################################################################### */
html, body {
  margin:0; 
  padding:0; 
  width:100%; 
  height:100%;
	font-family:"Arial", verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	}

/* \*/ * html body { text-align:center; font-size: 10px; } /* *//* IE 5.5 Hack */

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.floatLeft { float:left; }
.floatRight { float:right; }

.warning { color:#f00; background: inherit; }

/* **MF** Zusatz */
.tableLine
{
    font-family:      Verdana,Arial,sans-serif;
    font-style:       normal;
    font-size:        12px;
}
.row_0 {
    background-color:        #FFFFFF;
}
.row_1 {
    background-color:        #0082c6;
    color: #fff;
    }
#mfnavi {
	position:absolute;
	width:150px;
	height:100%;
	min-width: 150px;
	min-height: 700px;
	z-index:1;
	background-color: #0082c6;
	left:83px;
	top: 120px;
}
html > body #mfbubbles {
  background: url(images/bubbles.png);
	background-repeat: no-repeat;
	background-position: center;
}
#mfbg {
  position:absolute;
  width:100%;
  height:185px;
  min-width:1140px;
  min-height:185px;
  left: 0px;
	right: 0px;
	z-index:2;
	top: 50px;
	background-repeat: repeat-x;
  filter:
  progid:DXImageTransform.Microsoft.AlphaImageLoader (src='files/img/bg.png', sizingMethod='scale');
}
html > body #mfbg {
  background: url(./img/bg.png);
	background-repeat: repeat-x;
}
#mfmain {
	position:absolute;
	width:100%;
	min-width: 1150px;
	height:100%;
	min-height: 900px;
	z-index:1;
	top: 0px;
	left: 0px;
}
#mfname {
	position:absolute;
	width:800px;
	height:50px;
	z-index:4;
	top: 140px;
	left: 300px;
}
#mfsubname {
	position:absolute;
	width:800px;
	height:30px;
	z-index:4;
	top: 195px;
	left: 300px;
}
#mflogo {
	position:absolute;
  width:220px;
	height:191px;
	z-index:6;
	left: 50px;
	top: 60px;
}
html, body {
  margin:0; 
  padding:0; 
  width:100%; 
  height:100%;	
}
.mftitle{
  font-family:"Arial", verdana, arial, helvetica, sans-serif;
	font-size: 30px;
	color: #0082c6;
}
.mfsubtitle{
  font-family:"Arial", verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
}

/* ### Website Content ############################################################ */
#site-content {
	position:relative;
	display:block;
	margin:0 auto;
	padding:0;
	height:100%;
	width:840px;
}

/* ### Header ##################################################################### */

#header {
	position:relative;
	margin:0;
	padding:0;
	height:140px;
}

/* ### Logo ####################################################################### */



/* ### Teaser ##################################################################### */

#main-teaser {
	text-indent:-700em;
	height: 220px;
}

/* ### Content #################################################################### */


#content {
  left: 245px;
  top: 240px;
	display:block;
	position:absolute;
}


/* hide from IE/MAC \*/
* html #content, * html #main-content {
	height:1px;
}
/* end hide */


#main-content {}

#main {
	width:630px;
}


/* ### main-block => MainContent ################################################### */

#main-block {
	float:left;
	width:630px;
}


#main-content-block {
	padding:20px;
	display:block;
}


/* ### Footer ###################################################################### */

#footer {
	display:block;
	width:100%;
}

#footer p {
	padding: 20px 0;
	color:#c4c4c4;
	background:inherit;
}

#footer p a,
#footer p a:link {
	color:#c4c4c4;
	text-decoration: underline;
	background:inherit;
}

#footer p a:hover {
	color:#c4c4c4;
	text-decoration: none;
	background:inherit;
}