
/* Begin Typography & Colors */
/*##############################*/
body {
	height:100%; /* 100 % height */
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 17px;
	font-size: 0.8em;
	color: #000000;
	background-color: #B0B0B1;
	background-image: url(../images/bg.png) !important;
	background-image: url(../images/bg2.png);
	background-position: top center;
	background-repeat: repeat-y;}
	
a, a:visited {
	color: #000;
	text-decoration: none;
}

p {
	margin-bottom: 1.1em;
	line-height: 1.6em;
	font-size: 1em;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	cursor: default;
}

h1 {
	font-size: 1.2em;
	margin-bottom: 0px;
	color: #000000;
	background-color: #dafaad;
	margin-top: 0px;
	text-indent: 20px;
	font-weight: bold;
	line-height: 29px;}
*html h1 {
	width:215px;
}
h2 {
	font-size: 1.3em;
	margin-bottom: 0.8em;
	font-weight: bold;
	color: #000;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}

.small {
font-size: 0.8em;
line-height: 1.2em;}

.copyright:link, .copyright:active, .copyright:visited  {
	color:#000000;
	text-decoration:none;
}

/* End Typography & Colors */




/* Begin Structure */
/*##############################*/
* { 
	margin: 0px; 
	padding: 0px;
	border: 0px;
}

html>body #wrap {height:100%;} /* 100 % height */
html>body #logo {
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
}
html>body #logoMain {

	z-index:10; /* Prevent certain problems with form controls */
}

html>body #wrapper {height:100%;} /* 100 % height */

html>body #copyright {
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
}


html, body {
	width: 100%;
	height: 100%;
}
#wrapper {
	position: absolute;
	background-color : #FFF;
	left: 50%;
	top: 0px;
	width: 768px;
	height: 100%;
	margin-left: -384px;
}
#logo {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 460px;
	height: 83px;
	margin-left: -120px;
	background-image: url(../images/Ps_autograf2_06.png);
	background-repeat: no-repeat;}
	
#logoMain {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 460px;
	height: 118px;
	margin-left: -120px;
	background-image: url(../images/Ps_autograf1_06.png);
	background-repeat: no-repeat;}
	
#content {
	position: absolute;
	top: 100px;
	width: 440px;
	left: 50%;
	margin-left: -120px;
}

#blog {
	position: absolute;
	height: 370px;
	margin-left: -10px;
}

* html div#blog { //Hack for IE
	position: absolute;
	height: 370px;
	margin-left: -10px;
	margin-top: -10px;
}
	
#painting {
	position: absolute;
	left: 50%;
	top: 30px;
	width: 600px;
	margin-left: -220px;
	z-index: 10;
	cursor: default;}
	
#paintingText {
	position: absolute;
	left: 50%;
	top: 130px;
	width: 435px;
	margin-left: -120px;
	z-index: 100;
	cursor: default;}
	
div#footer {
	width:490px;  /* makes the div fill its container - usually body */
	padding:0; /* pushes the links away from top and bottom of the div */
	font-size: .8em;  /* sets the font size of all links */
	text-align:right; /* centers the ul elements in the div */
	background-color:#FFF; /* sets the background color of the div */
}

.cleared30 { 
	clear: both;
	height: 30px;
	cursor: auto;
}
/* End Structure */




/* Begin Images */
/*##############################*/

p img {
	padding: 0;
	max-width: 100%;
}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
	
.alignleft {
	float: left
}

.filuren {
	padding-left: 20px;
	cursor: auto;
}

/* End Images */




/* Begin Form Elements */
/*##############################*/
.input {
	color: #000000;
	background-color:#FFFFFF;
	border: 1px solid #000;
	width: 200px;
	height: 16px;
	padding: 1px;
}
.textArea {
	background-color:#FFFFFF;
	color: #000000;
	border: 1px solid #000;
	width: 320px;
	height: 100px;
}
.submit {
	background-color:#FFFFFF;
	background-image: url(../images/send.png);
	background-repeat: no-repeat;
	border: 0px solid #000;
	width: 92px;
	height: 24px;
	font-size: 0.9em;
	font-weight: normal;
	color: #07502d;
	cursor: pointer;}
.submit2 {
	background-color:#FFFFFF;
	background-image: url(../images/send_eng.png);
	background-repeat: no-repeat;
	border: 0px solid #000;
	width: 92px;
	height: 24px;
	font-size: 0.9em;
	font-weight: normal;
	color: #07502d;
	cursor: pointer;}
	
.submitSearch {
	position: relative;
	top: 3px;
	float: right;
	margin-top:-29px;
	margin-right:10px;
}
/* End Form Elements */




/* Begin Listings*/
/*##############################*/
ul {
	margin-left: 15px;
	list-style-type: circle;
	font-size: 0.9em;
}
/* Begin Listings*/




/* Begin Comments*/
/*##############################*/
.alt {
	margin: 0;
	padding: 10px;
	color: #000000;
	background-color:#FFFFFF;
}
/* End Comments*/


/* CMS2 modi */
.h3topic {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}





.filurenLogo {position:absolute;top:8px;width:52px;height:44px;left:50%;margin-left:264px;display:block;background:url(../images/filuren.png) no-repeat;z-index:99999999;}

.altLinks {position:absolute;top:530px;}
.altLinks a {float:left;padding-right:5px;}
*html .altLinks {margin:30px 0 0 -5px;}
*html .altLinks .blog {margin:-93px 0 0 67px;}
.galleryHead {background:#dafaad;height:29px;line-height:29px;font-weight:bold;font-size: 1.1em;}