/*********************************************************************************

	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-weight: normal; font-size: 1.1em }
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   { vertical-align: bottom; margin: 0; padding: 0 }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
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.1em }

a:hover { text-decoration:none; }

/* ### HTML ###################################################################### */
html  { margin-bottom: 1px; min-height: 99% }

/* ### BODY ###################################################################### */
body      { color: #000; font-size: x-small; font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif; background-color: #fff }

/* \*/ * html body  { font-size: xx-small; text-align: center } /* *//* 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: #9d3232 }

/* ### Website Content ############################################################ */

#site-content     { margin: 8px 32px; padding: 0; position: absolute; top: 0px; left: 0px; width: 792px; height: 100%; display: block }


/* ### Header ##################################################################### */

#header    { margin: 0; padding: 0; position: relative; width: 792px; height: 144px }


/* ### Content #################################################################### */

#content     { clear: both; padding: 0; position: relative; display: block }

/* hide from IE/MAC \*/
* html #content, * html #main-content {
	height:1px;
}
/* end hide */


/* ### main-block => MainContent ################################################### */

#main-block   { width: 568px }
#main-content-block           { line-height: 130%; padding: 8px 0; display: block }


/* ### Footer ###################################################################### */

#footer { background-color: #fff; margin-top: 16px; width: 100%; display: block }
#footer_header  { color: #fff; font-weight: bold; background-color: #00457d; text-align: center; padding-top: 5px; padding-bottom: 5px; width: 792px }
#footer a,
#footer a:link { color: #00457d; text-decoration: none }
#footer a:hover  {
	text-decoration: underline;
}

#copyright     { color: #fff; background-color: #00457d; text-align: center; padding-top: 5px; padding-bottom: 5px; width: 792px }
#copyright a:link   { color: #fff; text-decoration: none }
#copyright a:hover   { text-decoration: underline }
#copyright a:visited { color: #fff; text-decoration:none }

