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

	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 }

td { border:none; vertical-align:top; padding-left:0px;}


legend { display:none; }

div, p, li, a {

}

/* ### 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 ###################################################################### */

.fllinks {
	float:left;
	padding:0px;
	margin:14px 14px 0px 0px;
}

.flrechts {
	float:right;
	padding:0px;
	margin:14px 0px 0px 14px;
}

body {
	color: #69542d;
	font-family:"Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	background: #69542d;
	background-image: url(page_hg.gif);
	background-repeat: repeat-x;
	background-attachment:fixed;
}

body.startseite {
	background-image: url(startseite_hg.gif);
}

/* \*/ * html body { text-align:center; font-size: 11px;; } /* *//* 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;
	height:100%;
	width:972px;
}

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

#header {
	position:relative;
	margin:0;
	padding:0;
	height:245px;
	/*background-image:url(header.png);*/
}
/*
.header_link {
	position:absolute;
	background-image:url(link_hg.gif);
	margin-top:148px;
	margin-left:758px;
	padding:51px;
	height:50px;
	width:61px;
}

.header_link:hover {
	background-image:url(link_hg2.gif);
	cursor:pointer;
}
/* ### Logo ####################################################################### */



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

#main-teaser {

}

/* ### Breadcrumb ### */

.rex-breadcrumb  li{
float:left;
}

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


#content {
	/*clear: both;
	display:block;
	*/
	float: left;
	position:relative;
	padding:0 0 0 0;
	background-image: url(main_hg.gif);
	background-repeat: repeat-y;
}


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


#main-content {
	background-image: url(content.jpg);

	background-repeat: no-repeat;
	float: left;


}

#main {
	float:right;
	width:727px;
	margin-top:50px;

}


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

#main-block {
	float:left;
	width:650px;
	min-height: 350px;
	color: #6a635a;
}


#main-content-block {

	display:block;
	font-size: small;
	padding: 0 0 30px 30px;
}


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

#footer {
	display:block;
	width:100%;
	height: 150px;
	clear: both;
	background-repeat: no-repeat;
	background-image: url(footer.png);
	font-size: 9px;
	
}

#footer p {
	padding: 65px 32px;
	color:#6e5d5c;
	text-align: right;
	font-size:11px
}

#footer p a,
#footer p a:link {
	color:#6e5d5c;
	text-decoration: none;
	background:inherit;
}

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

/* Beispiel-CSS für magazin_Layout */
.magazine-layout {
	position: relative;
	width: 100%;
}
.magazine-container {
	background: #f6f6f6;
}

/* magazin_Layout mit verlinkten Einzelbildern */
.magazine-image a, .magazine-image a:link, .magazine-image a:visited {
	color: #000;
	display: table;
	display: inline-block;
	filter: alpha(opacity=80);
	line-height: 0.0em;
	opacity: 0.80;
	-moz-opacity: 0.80;
}
.magazine-image a:focus, .magazine-image a:hover, .magazine-image a:active {
	color: #000;
	filter: alpha(opacity=100);
	opacity: 1.00;
	-moz-opacity: 1.00;
}

/* komplett verlinktes magazin_Layout */
a.magazine-link, a:link.magazine-link, a:visited.magazine-link {
	cursor: pointer;
	display: table;
	display: inline-block;
	filter: alpha(opacity=80);
	line-height: 0.0em;
	opacity: 0.80;
	-moz-opacity: 0.80;
}
a:focus.magazine-link, a:hover.magazine-link, a:active.magazine-link {
	cursor: pointer;
	filter: alpha(opacity=100);
	opacity: 1.00;
	-moz-opacity: 1.00;
}