/*
ZET Arts&Facts
Versión 1.0
Date: 9 - Enero - 2009
*/

/*This are the basics style sheet. We use it in all sites */
/*@import "print.css";*/

/*
Style Sheet
This Style contains all the css imports and the basics id-class to manage all the site css
*/
html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	font-family: Tahoma, Arial;
	background-image: url(../img/repeat/back.png);
	background-repeat: repeat;
	font-size: 11px;
	line-height: 16px;
	background-color: #000000;
}
#container {
	width: 100%;
	/*	margin-right:auto; */
	margin-left:auto;
	margin-right: auto;
	position: relative;
	min-height: 100%;
	background-image: url(../img/back.png);
	background-repeat: repeat-y;
	background-position: center top;
	position: relative;
	z-index: 0;
}
#container_sub {
	width: 700px;
	/*	margin-right:auto; */
	margin-left:auto;
	margin-right: auto;
	position: relative;
	min-height: 100%;
}
#content {
	padding-bottom:20px;   /* Height of the footer */
	width: 698px;
	float: left;
	background-color: #FFFFFF;
	padding-top: 12px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#footer {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 14px;
	margin-top: 10px;
	width: 100%;
	height: 50px;
	text-align: center;
	padding-bottom: 15px;
}
#footer p {
	color: #FFFFFF;
	margin-bottom: 10px;
}
a.rugendas {
	background:url(../img/CSS_sprite.png);
	background-position:-275px -50px;
	background-repeat:no-repeat;
	width:150px;
	height:16px;
	text-indent: -999em;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
a.logozet {
	background:url(../img/CSS_sprite.png);
	background-position:-100px -150px;
	background-repeat:no-repeat;
	width:34px;
	height:28px;
	text-indent: -999em;
	display: block;
	margin-right: 12px;
	margin-bottom: 12px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.shadow{

}

