@charset "utf-8";
/* CSS Document */
body {	font-family:Arial, Helvetica, sans-serif; font-size: 10px; color: #000;	margin: 0px; padding: 0px; }

#wrapper {	margin: 0 auto;	margin-top: 10px; width: 950px;	background-color:#FFF;}
#header	{ height: 336px; width: 950px; text-align:left;	color: #FFF;}

/*menu*/
#menu {	width: 950px; height: 25px;	vertical-align: middle; border-bottom: solid 1px #cacaca;}
/*ul#menuitems li { display:inline;}*/
a.menuitems  {	color: #ff00ff;	text-decoration:none; }
a.menuitems:hover { color: #000; }
ul#menuitems li a:active { color: #000; }
span.line { color: #cacaca; padding: 0px 20px 0px 20px; }
#menuLeft { float: left; width: 690px; margin: 7px 0px 5px 0px; padding: 0px; }
#menuRight { float: right; width: 260px; }
a.page { color: #000000; text-decoration: none }


/*content*/
#content { width: 950px; height: 100%; }
#contentLeft { width: 270px; float:left; padding: 30px 10px 0px 0px; line-height: 16px; color: #969696;}
#contentLeft p { margin: 20px 0px 20px 0px }
#contentRight {	width: 647px; float:right; padding: 30px 0px 0px 23px;}
#contentRight p { margin-bottom: 40px; }

/*styles*/
h1 { font-size: 14px; color: #000; font-weight: normal;}
hr.dotted { border: 1px dotted #cacaca; }
hr.straight { border: 1px solid #cacaca;}
a {	color: #000; }
a:hover { text-decoration: none; }
a.bck {	color: #ff00ff; text-decoration: none; font-weight: bold; font-size: 10px; }
a.bck:hover { color: #000000; font-weight: bold; }
a.subscribe {	color: #ff00ff; text-decoration: none; font-weight: bold; font-size: 12px; }
a.subscribe:hover { color: #000000; font-weight: bold; }
span.title { color: #ff00ff; font-weight: bold; font-size: 12px; }
span.painting { color: #ff00ff; }
span.forsale { color: #ff00ff; font-weight: bold;}
span.info { color: #969696; }
span.subinfo { color: #000; font-weight: bold; }
span.buy { color: #000; font-weight: bold; font-size: 11px; }
span.price { color: #969696; font-size: 16px; padding: 0px 7px 0px 7px; }
span.euro { color: #ff00ff; font-weight: bold; font-size: 18px; }

/*footer*/
#footer	{ margin-top: 20px;	padding-top: 3px; height: 50px;	width: 950px; color:#969696; text-align:center; border-top: solid 1px #cacaca;}


 
