/*********************************************************************************

	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 }

.hidden { display:none; }
.visible { display:; }

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 {outline: none;}


/* ### 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: 16px;}

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:#ffffff;
	color: #fff;
	font-family:"Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	margin-left:auto;
	margin-right:auto;
	}

/* \*/ * 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; }



/* ### Wrapper  ############################################################ */
#wrapper {
	text-align:left;
	
}


/* ### Website Content ############################################################ */
#site-content {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	height:100%;
	width:99%;
	text-align:left;
}

/* ### Header ##################################################################### */

#header {
	position:relative;
	margin:0;
	padding:0;
	height:251px;
}

/* ### Logo ####################################################################### */



/* ### Teaser ##################################################################### */

#main-teaser {
	text-indent:-700em;
	height: 220px;
}

/* ### Content #################################################################### */


#content {
	display:block;
	clear:both;
	position:relative;
	padding:0 0 0 0;
}


/* hide from IE/MAC \*/
* html #content, * html #main-content {
	height:1px;
}
/* end hide */


#main-content {}

#main {
	float:right;
	width:250px;
	color:#000000;
	margin-top:200px;
	margin-right:2px;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	letter-spacing:1px;
	text-align:right;
	z-index:3;
	right:0px;
	position:absolute;
	
}

#main h1{

	color:#000000;
	font-size:16px;
	letter-spacing:2px;
	padding-bottom:20px;
	text-transform:uppercase;
	
}

#mainLeftover {
	float:right;
	width:250px;
	color:#000000;
	margin-top:-2px;
	margin-right:21px;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	letter-spacing:1px;
	text-align:right;
	z-index:3;
	right:0px;
	position:absolute;
	
}

/* ### main-block => MainContent ################################################### */

#main-block {
	float:left;
	/*width:630px;
	color: #fff;*/
}


#main-content-block {
	
	display:block;
}


#main_info-content {}

#leftcol {
	float:left;
	width:295px;
	color:#000000;
	margin-left:25px;
	margin-right:20px;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	text-align:left;
	letter-spacing:1px;
	margin-top:10px;
	z-index:5;
}

#leftoverinfo {
	display:block;
	float:left;
	color:#000000;
	margin-left:13px;
	width:295px;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	text-align:left;
	letter-spacing:1px;
	margin-top:5px;
}


#breadcrumb {
	float:left;
	width:295px;
	color:#000000;
	margin-left:25px;
	margin-right:20px;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	text-align:left;
	letter-spacing:1px;
	margin-top:30px;
	z-index:5;
}

#breadcrumb a {
	
	color:#000000;
	text-decoration:underline;
}
	
#breadcrumb a:hover {
	
	color:#000000;
	text-decoration:underline;
}
	
#main_info {
	float:left;
	width:295px;
	color:#000000;
	margin-left:25px;
	margin-right:20px;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	text-align:left;
	letter-spacing:1px;
	margin-top:63px;
	
}

#main_info h1{

	color:#000000;
	font-size:16px;
	padding-bottom:10px;
	margin-bottom:5px;
	
	letter-spacing:2px;
	text-transform:uppercase;
    background-image:url(dots.png); 
	background-repeat: no-repeat;
	height:31px;
}

#main_info h2{

	color:#000000;
	font-size:11px;
	letter-spacing:1px;
	padding-bottom:2px;
	text-decoration:underline;
}

#main_info a{
	text-decoration:underline;
	color:#000000;
}

/* ### main-block => MainContent ################################################### */

#main_info-block {
	float:left;
	/*width:630px;
	color: #fff;*/
}


#main_info-content-block {
	
	display:block;
}


/* ### Footer ###################################################################### */

#footer {
	display:block;
	width:100%;
	margin-left:5px;
	color:#000000;
font-family:"Courier New",Courier,monospace;
font-size:11px;
}

#footer p {
	padding: 20px 0;
	color:#000000;
	background:inherit;
	margin-left:20px;
}

#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;
}