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

	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: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.2em; }

a:hover { text-decoration:none; }

/* ### HTML ###################################################################### */
html {
	min-height: 99%;
	margin-bottom: 1px;
}

/* ### BODY ###################################################################### */
body {
	background-color:#999999;
	color: #666666;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size: 12px;
}
	
a	{
	color:#4c6670;
	text-decoration:none;
	outline:none;
}

/* \*/ * html body { text-align:center; font-size: xx-small; } /* *//* 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; }

/* ### Website Content ############################################################ */
#site-content {
	position:relative;
	display:block;
	margin:0 auto;
	padding:0;
	width:1024px;
	background-color:#fff;
}

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

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

#headerbild {
	height:50px;
	width:1024px;
	margin:0;
	padding:0;	
	background-color:#4c6670;
	text-align:center;
	font-size:14px;
	color:#fff;
	border-bottom:3px solid #a6b3b8;
	/*background:url(teaser.png) center top no-repeat;*/
}

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



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

#main-teaser {
	background: url(teaser.png) no-repeat center top;
	height:266px;
	width:1024px;
	margin:0px;
	padding:0px;
}

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


#content {
	padding:0;
	margin:0;
	width:1024px;
	height:100%;
}


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


#main-content {
	padding:0;
	margin:0;
	width:1024px;
	height:100%;
	background-color:#4c6670;
}

#left {
height: 100%;
background-color: #4c6670;
width: 181px;
float: left;
}

#right {
height: 100%;
background-color: #4c6670;
width: 202px;
float: right;
}

#center {
height: 100%;
background-color: #ffffff;
width: 641px;
margin: 0 0 0 181px;
}

#main {
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	background:#990000;
}


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

#main-block {
	padding:0;
	margin:0;
	width:641px;
	height:100%;
	color: #666666;
	background:#fff;
}


#main-content-block {
	margin:0;
	width:601px;
	min-height:550px;
	padding:40px 20px 40px 20px;
	color:#666666;
	background:#fff;
}

#boxes
{
	display:block;
	position:relative;
	width:202px;
	height:100%;
	background:#ffe0bb;
	margin-top:40px;
}

#box
{
	width:100%;
	/*min-height:158px;
	border-left: 1px solid #6c6c6c;
	border-top: 1px solid #6c6c6c;
	border-bottom: 1px solid #6c6c6c;*/
}

#box_header
{
	width:202px;
	height:36px;
	color:#fff;
	text-align:center;
	font-weight:normal;
	font-size:18px;
	line-height:36px;
}

#box_content_block
{
	width:100%;
}

#box_content_block_anim
{
	background:url(box_bg_anim.gif) repeat-y top center;
}

#box_content
{
	padding:15px;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color:#fff;
}

#box_content em
{
	color:#fff;
	font-size:11px;
	line-height: 6px;
	font-weight:normal;
}

#box_content h1
{
	font-size:12px;
	color:#eee;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	margin-bottom:6px;
}

#clear 
{
 clear:both;
}


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

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

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

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

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